Server data from the Official MCP Registry
Publish a file from an agent and get a durable beecargo.net/d/{shortId} share link.
About
Publish a file from an agent and get a durable beecargo.net/d/{shortId} share link.
Remote endpoints: streamable-http: https://mcp.beecargo.net/mcp
Security Report
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-beecargo-mcp": {
"url": "https://mcp.beecargo.net/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Beecargo MCP
Model Context Protocol server for the Beecargo file hosting API.
Portable marketplace packaging (Agent Plugins 1.0 + Cursor manifest) lives in ../agent-plugin.
Fastest path (agents)
Publish a durable share link with no human dashboard login:
- Add hosted MCP with no headers:
https://mcp.beecargo.net/mcp(full tools; seeexamples/cursor-http.mcp.json). If/mcprequires auth, usehttps://mcp.beecargo.net/mcp/guestfor bootstrap-only tools. - Call
beecargo_register_agent→ solves a short PoW, returns bootstrapbc_*(10GB / 100rpm; session adopts the key). - Call
beecargo_uploadwith a public HTTPSurl→ hand offhttps://beecargo.net/d/{shortId}(always the full share URL). Multi-file handoff:openShare: trueon the first file, thenshareShortIdon later uploads (same link, one unlock). - Optional:
beecargo_update_share_settingswithprotect: true(+handoffMessage) onfileIdor ShipmentshortId→ returnunlockCodeandhandoffUrl(/h/…) on a private channel.
For production agents (100GB included concurrent storage / 1000rpm / high remote/hr): mint a Pro-tier key via dashboard POST /api-keys/agent (Pro required) or operator POST /agent/api-keys.
Skip registration for ephemeral uploads: beecargo_upload works anonymously (stricter limits; save deletionToken).
Tools
| Tool | Auth | Description |
|---|---|---|
beecargo_register_agent | None | Self-mint bootstrap bc_* (PoW + rate-limited) |
beecargo_upload | Optional | URL, small base64, or local path (stdio); openShare / shareShortId for growable multi-file shares |
beecargo_upload_status | Optional | Poll async URL upload jobs |
beecargo_create_checkout | None | Mint Premium Stripe checkout (recommended: 2-day trial then weekly) |
beecargo_purchase_checkout | Optional | Mint pay link for a priced share (shortId / fileId / bundleId) |
beecargo_purchase_claim | None | After pay: sessionId → purchaseToken for beecargo_get_download_url |
beecargo_claim_file | API key | Claim anonymous upload with claimToken |
beecargo_search_tools | None | Keyword search over tools |
beecargo_update_share_settings | API key | Visibility, priceCents / currency, direct, retention, protect / handoffMessage (fileId or shortId) |
beecargo_connect | Dashboard key / OAuth | Seller Stripe Connect (action: status | onboard | login) |
beecargo_folders | API key | Create or list folders (action: create | list) |
beecargo_get_download_url | None | Signed download URL (unlockCode / unlockToken / handoffToken / purchaseToken when needed) |
beecargo_file_info | Optional | Metadata by short codes (unlockRequired) |
beecargo_list_files | Required | List owned files (includeFolders; optional runId for pipeline manifests) |
beecargo_delete_file | Key or deletion token | Delete file |
Advanced
| Tool | Auth | Description |
|---|---|---|
beecargo_create_upload_delegation | API key | Mint a short-lived uploadUrl + delegationToken for a worker that must not hold bc_*. Prefer beecargo_upload for normal agent uploads. |
Detailed guides: upload, upload status, run artifacts, upload delegation, folders, share settings, seller payouts, and buy a priced share.
Stdio (local)
cd apps/mcp && pnpm build && pnpm start
Optional: BEECARGO_API_KEY=bc_… in env. After beecargo_register_agent, the stdio session adopts the new key automatically.
See examples/cursor-stdio.mcp.json.
HTTP (hosted)
https://mcp.beecargo.net/mcp (full tools when authenticated). Guest bootstrap: https://mcp.beecargo.net/mcp/guest. See examples/cursor-http.mcp.json.
Existing key: examples/cursor-http-with-key.mcp.json.
Env: see .env.example. Highlights:
BEECARGO_API_URL: defaulthttps://api.beecargo.netBEECARGO_API_FETCH_TIMEOUT_MS: raise for large sync remotes (default guidance: 300000)BEECARGO_MCP_REQUIRE_AUTH: settrueto require transport bearer orbc_*on/mcp(default: open bootstrap, rate-limited)BEECARGO_MCP_BEARER_TOKEN: optional shared transport secret whenREQUIRE_AUTH=trueBEECARGO_MERCHANT_OAUTH_ENABLED: publish OAuth resource metadata and enable Connect with Beecargo (requires matchingINTERNAL_API_KEYon API + MCP)
CLI (local scripts)
Use the dedicated package @beecargo/cli:
npx --yes github:Beecargo/cli upload ./artifact.zip --json
npx --yes github:Beecargo/cli remote https://example.com/file.bin --async --json
npx --yes github:Beecargo/cli share FILE_ID --price-cents 500 --key YOUR_BC_KEY
npx --yes github:Beecargo/cli download FILE_ID ./out.bin --purchase-token TOKEN
From the monorepo: pnpm cli upload ./artifact.zip. Publish flags (--ttl, --protect, …) match MCP beecargo_upload. share --price-cents / download --purchase-token match MCP share-settings and retrieve.
pnpm smoke:http # MCP transport (no API)
BEECARGO_API_URL=http://localhost:3001 pnpm smoke:api # live upload against API
Parity with lomi MCP
| lomi | Beecargo |
|---|---|
| OpenAPI-generated tools | Hand-written file tools (smaller surface) |
lomi_search_tools | beecargo_search_tools |
| Zero-header HTTP connect | Same (default); optional BEECARGO_MCP_REQUIRE_AUTH |
x-lomi-api-key + OAuth | x-beecargo-api-key / Bearer bc_* + anonymous |
GET/POST/DELETE /mcp | Same |
/health, /ready | Same |
| Retries + timeout on REST | BEECARGO_API_FETCH_* env |
| Tool results | { ok, status, body } + share link hints |
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
