Loading...
npm install -g{
"mcpServers": {
"ipfs": {
"command": "npx",
"args": ["-y", "mcp-ipfs"],
"env": {
"W3_LOGIN_EMAIL": "your-email@example.com"
}
}
}
}w3_loginAuthenticates with the storacha.network using the provided email.
Authenticates the user, but doesn't directly modify data.
w3_resetResets the w3 configuration, potentially logging out the current user.
Resets configuration, may disrupt existing sessions.
w3_account_lsLists the accounts associated with the logged-in user.
Read-only operation, no data modification.
w3_space_lsLists the available spaces on storacha.network.
Read-only operation, no data modification.
w3_space_useSelects a specific space to work with.
Changes the active space, potentially affecting subsequent operations.
w3_space_infoRetrieves information about a specific space.
Read-only operation, no data modification.
w3_space_addAdds a new space to the account.
Creates a new space, consuming resources.
w3_space_provisionProvisions a space, potentially incurring costs.
Provisions a space, potentially incurring costs.
w3_upUploads data to storacha.network.
Writes data to storage, potentially overwriting existing data.
w3_lsLists the contents of a space.
Read-only operation, no data modification.
w3_rmRemoves data from storacha.network.
Deletes data, potentially causing irreversible data loss.
w3_openGenerates a w3s.link URL for sharing data.
Creates a shareable link, but doesn't modify data.
w3_delegation_createCreates a delegation for accessing resources.
Creates a delegation, granting access to resources.
w3_delegation_lsLists existing delegations.
Read-only operation, no data modification.
w3_delegation_revokeRevokes a delegation, removing access.
Revokes access, potentially disrupting workflows.
w3_proof_addAdds a proof to the network.
Adds a proof, potentially affecting network state.
w3_proof_lsLists existing proofs.
Read-only operation, no data modification.
w3_key_createCreates a new key.
Creates a new key, which can be used for authentication.
w3_bridge_generate_tokensGenerates bridge tokens.
Generates tokens, which can be used for accessing resources.
w3_plan_getRetrieves the current account plan.
Read-only operation, no data modification.
w3_coupon_createCreates a coupon.
Creates a coupon, potentially affecting billing.
w3_usage_reportGenerates a usage report.
Read-only operation, no data modification.
This server provides access to storacha.network via IPFS. It's relatively safe for read operations, but write and delete operations pose a moderate risk, especially if the server is misconfigured or the underlying `w3` CLI has vulnerabilities.