IPFS Storacha Network
Summary
MCP-IPFS is a server implementation that provides AI assistants with access to the IPFS Storacha Network through the w3cli interface. Developed by Alex Baker, this TypeScript server enables file uploads, space management, delegation handling, and various IPFS operations via a set of well-defined tools. The implementation requires email authentication with the w3 service and handles command execution, parsing responses, and formatting results for AI consumption. Particularly useful for decentralized storage workflows, content addressing, and managing persistent data on IPFS without requiring direct CLI interaction.
Available Actions(22)
w3_login
Authenticate the user with the W3 service using their email.
w3_reset
Reset the user's authentication or session.
w3_account_ls
List the accounts associated with the authenticated user.
w3_space_ls
List all available spaces for the authenticated user.
w3_space_use
Select a space for the current operation.
w3_space_info
Retrieve detailed information about a specific space.
w3_space_add
Add a new space for the authenticated user.
w3_space_provision
Provision resources for the selected space.
w3_up
Upload data to the selected space.
w3_ls
List the contents of the selected space.
w3_rm
Remove data from the selected space.
w3_open
Generate a w3s.link URL to share the selected space.
w3_delegation_create
Create a new delegation for accessing resources.
w3_delegation_ls
List all delegations associated with the authenticated user.
w3_delegation_revoke
Revoke an existing delegation.
w3_proof_add
Add a proof to the selected space.
w3_proof_ls
List all proofs associated with the selected space.
w3_key_create
Create a new key for the authenticated user.
w3_bridge_generate_tokens
Generate tokens for bridging services.
w3_plan_get
Retrieve the current plan information for the authenticated user.
w3_coupon_create
Create a new coupon for billing.
w3_usage_report
Generate a report of usage for the authenticated user.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación