Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

online.fileshareforagents/mcp

NPM · FILESHAREFORAGENTS-MCP · SCANNED SEP 20

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1198 tokens (~92/item across 13 items; 13 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 84% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "revoke_links" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the online.fileshareforagents/mcp server?

online.fileshareforagents/mcp runs locally as an npm package, launched with npx -y fileshareforagents-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · fileshareforagents-mcp

# add to Claude Code
claude mcp add online-fileshareforagents-mcp -- npx -y fileshareforagents-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "online-fileshareforagents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "online-fileshareforagents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add online-fileshareforagents-mcp -- npx -y fileshareforagents-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "online-fileshareforagents-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "fileshareforagents-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add online-fileshareforagents-mcp --command npx --arg -y --arg fileshareforagents-mcp
# ~/.hermes/config.yaml
mcp_servers:
  online-fileshareforagents-mcp:
    command: "npx"
    args: ["-y", "fileshareforagents-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "online-fileshareforagents-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "fileshareforagents-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add online-fileshareforagents-mcp -t stdio -c npx -a -y fileshareforagents-mcp
// mcp.json
{
  "mcpServers": {
    "online-fileshareforagents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/fileshareforagents-mcp@0.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 114 packages
Packages resolved 114
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,046 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
buy_reads ~63

Add 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.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...

No output schema declared.

No examples provided.

delete ~52

Delete the item now. Permanent, no refund. Free.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

extend ~79

Set a new expiry, ttl_days from now (1 to 365; must be later than the current expiry). Costs $0.01 USDC.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.
ttl_daysintegeryes

No output schema declared.

No examples provided.

feedback ~74

Send feedback to the service operator: a missing feature, a bug, an abuse report about an item, or anything else. Free.

NameTypeReqDescription
item_idstring
messagestringyes
request_idstringThe request_id from an error, if reporting one.
typestringyes

No output schema declared.

No examples provided.

pricing ~21

Prices, limits, allowed content types and the payment network. Free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_password ~62

Remove the password; the public address then stops serving the item (signed share links still work). Free.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

retrieve ~102

Retrieve an item's content. Counts one read. Text and JSON are returned inline; binary content is returned base64-encoded unless save_to (a local path) is given, in which case it is written there.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
save_tostringLocal path to write the content to instead of returning it.
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

revoke_links ~68

Invalidate every share link issued so far for the item (new ones can still be created). The password address is unaffected. Free.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

set_password ~117

Protect the item's public address with a password (12 to 128 characters) and return that address. Anyone who opens it gets a password form (browsers) or can send the password in an x-password header (agents); each successful open counts one read. Replaces any previous password. Signed share_link URLs are not affected. Free.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
passwordstringyes
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

share_link ~142

Create a signed, time-limited URL that lets anyone (a human in a browser, another agent) read the item without the secret, for expires_in seconds (clamped to the item's expiry). Each open counts one read. The URL itself is the credential: it bypasses any password, so send it only to the intended reader. Free. For a password-protected address instead, use set_password.

NameTypeReqDescription
expires_inintegeryesLink lifetime in seconds, e.g. 3600.
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

status ~65

Expiry, remaining reads, size, type and whether a password is set. Free, does not count as a read.

NameTypeReqDescription
idstringyesItem id, e.g. itm_...
secretstringyesThe item's secret (sk_...), returned once by store.

No output schema declared.

No examples provided.

store ~171

Store JSON, text or a file for 1 to 365 days (default 7). Costs $0.01 USDC and includes 100 reads. Give exactly one of content (text/JSON), content_base64 (binary) or file_path (a local file). Returns id, a one-time secret, expiry and links. Keep the secret.

NameTypeReqDescription
contentstringText or JSON to store.
content_base64stringBinary content, base64-encoded.
content_typestringMIME type. Detected from the content when omitted.
file_pathstringPath of a local file to upload.
labelstringA label to recognise the item later.
ttl_daysintegerDays to keep the item (default 7).

No output schema declared.

No examples provided.

wallet_status ~30

The paying wallet's address and USDC balance on the configured network, and how to fund it. Free.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the online.fileshareforagents/mcp server?

online.fileshareforagents/mcp is listed in the public MCP registry as online.fileshareforagents/mcp. Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base). This page covers its npm package (fileshareforagents-mcp).

Is the online.fileshareforagents/mcp server safe to use?

online.fileshareforagents/mcp scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the online.fileshareforagents/mcp server expose?

online.fileshareforagents/mcp exposes 13 tools: pricing, wallet_status, store, retrieve, status, and 8 more. Their descriptions and schemas cost roughly 1,046 tokens of context every time the server is loaded.

Is the online.fileshareforagents/mcp server still maintained?

online.fileshareforagents/mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the online.fileshareforagents/mcp server under?

online.fileshareforagents/mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.