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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Authenticates the user with the w3 command-line interface using the provided email.
Resets the user's w3 session.
Lists all accounts associated with the user's w3 session for authorization checking.
Lists all available spaces in the storacha.network account.
Selects a specific space to use for subsequent commands.
Retrieves detailed information about a specified space.
Adds a new space to the user's storacha.network account.
Provisions a new space for the user.
Uploads data to the selected space.
Lists all files in the selected space.
Removes a specified file from the selected space.
Generates a w3s.link URL for sharing the selected space.
Creates a new delegation for managing access to the selected space.
Lists all delegations associated with the selected space.
Revokes a specified delegation.
Adds a proof to the selected space.
Lists all proofs associated with the selected space.
Creates a new key for accessing the user's storage.
Generates tokens for bridging with other services.
Retrieves the current billing plan for the user's account.
Creates a new coupon for billing.
Generates a report of the usage statistics for the user's account.