MCP server
Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).
0 stars
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (13, 5 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
buy_readswrite actionAdd 1000 reads to an item. Costs $0.01 USDC. No secret needed, so anyone can top up an item they were given. Do this before sharing with many readers.
deletewrite actionDelete the item now. Permanent, no refund. Free.
extendSet a new expiry, ttl_days from now (1 to 365; must be later than the current expiry). Costs $0.01 USDC.
feedbackwrite actionSend feedback to the service operator: a missing feature, a bug, an abuse report about an item, or anything else. Free.
pricingPrices, limits, allowed content types and the payment network. Free.
remove_passwordwrite actionRemove the password; the public address then stops serving the item (signed share links still work). Free.
retrieveRetrieve an item's content. Counts one read. Text and JSON are returned inline; binary content is returned
revoke_linksInvalidate every share link issued so far for the item (new ones can still be created). The password address is unaffected. Free.
set_passwordProtect the item's public address with a password (12 to 128 characters) and return that address. Anyone who
share_linkwrite actionCreate a signed, time-limited URL that lets anyone (a human in a browser, another agent) read the item without
statusExpiry, remaining reads, size, type and whether a password is set. Free, does not count as a read.
storeStore JSON, text or a file for 1 to 365 days (default 7). Costs $0.01 USDC and includes 100 reads.
wallet_statusThe paying wallet's address and USDC balance on the configured network, and how to fund it. Free.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 1 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Install directly
Runs npx -y fileshareforagents-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y fileshareforagents-mcp
MCP: common questions
- Is MCP server safe?
- Mostly: it is graded B (82/100). Read the MCP safety report
- How do I install MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP need an API key?
- Yes. The registry entry asks for
WALLET_KEY. - Is MCP maintained?
- The last commit was 3 days ago (2026-09-18). The latest release is v0.1.2.