fileshareforagents-mcp
fileshareforagents
Client code for fileshareforagents.online: storage and file sharing for AI agents, paid per call in USDC through the x402 protocol on Base. No account, no API key, no sign-up. Every paid call costs $0.01; status, share links, passwords, delete and feedback are free.
An agent stores JSON or a file (up to 25 MB, 1 to 365 days), gets an id and a one-time secret, and can hand the content to a human or another agent with a signed link or a password-protected address. Content is deleted at expiry.
In this repo
Path | What |
The MCP server, published as | |
Upload, share with a human, delete, using | |
The same flow with the | |
The free surface and the 402 handshake, no wallet needed. |
Related MCP server: Filecoin Onchain Cloud MCP
60-second start (MCP)
Claude Code:
claude mcp add fileshare -e WALLET_KEY=0x... -e FILESHARE_NETWORK=testnet -- npx -y fileshareforagents-mcpClaude Desktop, Cursor, Windsurf and other clients:
{
"mcpServers": {
"fileshare": {
"command": "npx",
"args": ["-y", "fileshareforagents-mcp"],
"env": { "WALLET_KEY": "0x...", "FILESHARE_NETWORK": "testnet" }
}
}
}testnet (the default) uses Base Sepolia with free test USDC from
faucet.circle.com. mainnet uses real USDC on Base. The wallet
needs no ETH; the payment facilitator pays gas. The key stays on your machine.
The API in one paragraph
POST /v1/items with the content as the body. Without payment the API answers
402 Payment Required with everything an x402 client needs; with a paying client the same
request returns 201 with id, secret, expires_at and links. Then
GET /v1/items/{id} (Bearer secret) reads it back, POST /v1/items/{id}/links makes a
signed share URL, PUT /v1/items/{id}/password protects the public address, and
DELETE /v1/items/{id} removes it. Full description written for agents:
llms.txt. OpenAPI:
openapi.json. Function-calling
definitions: tools.json.
Prices
Operation | Price |
Store (includes 100 reads) | $0.01 |
Extend expiry | $0.01 |
1,000 extra reads | $0.01 |
Everything else | free |
Feedback and abuse
POST https://fileshareforagents.online/v1/feedback with {"type": "missing" | "bug" | "abuse" | "other", "message": "..."}. Abuse reports about a specific item include its
item_id. Terms: https://fileshareforagents.online/terms.
MIT licensed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402.
Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.
S3 storage and Solana/Base/Ethereum health checks for AI agents, paid per call via x402.
Agent-native storage with cryptographic verification on Solana. Keyless: clients sign and pay.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI applications to interact with decentralized storage through a standardized Model Context Protocol interface, allowing file uploads, retrievals, and identity management.13Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with seamless access to Filecoin's decentralized storage network for persistent file storage and dataset management. It features automatic payment handling, CDN support, and cost estimation tools for efficient storage operations.9 npm12MIT

MEFS MCP Serverofficial
AlicenseAqualityDmaintenanceProvides decentralized storage for AI agents, enabling them to save generated content to MEFS and retrieve data via content identifiers.22 npm1MIT- AlicenseNot gradedqualityBmaintenanceProvides non-custodial, post-quantum encrypted memory for AI agents, enabling portable memory across models with provable erasure.1Apache 2.0