Beecargo MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Beecargo MCPUpload https://example.com/report.pdf and create a share link"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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→ bootstrapbc_*(10GB / 100rpm; session adopts the key).Call
beecargo_uploadwith a public HTTPSurl→ hand offhttps://beecargo.net/d/{shortId}or tell humans to enter{shortId}athttps://beecargo.net/get.Optional:
beecargo_update_share_settingswithprotect: true(+handoffMessage) → returnunlockCodeandhandoffUrl(/h/…) on a private channel.
For production agents (500GB 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).
Related MCP server: filesystem-mcp-server
Tools
Tool | Auth | Description |
| None | Self-mint bootstrap |
| Optional | URL, small base64, or local path (stdio) |
| Optional | Poll async URL upload jobs |
| None | Mint Premium Stripe checkout (recommended: trial if eligible, else weekly) |
| API key | Claim anonymous upload with |
| None | Keyword search over tools |
| API key | Visibility, direct, retention, |
| API key | Create folder |
| API key | List folders |
| None | Signed download URL ( |
| Optional | Metadata by short codes ( |
| Required | List owned files ( |
| Key or deletion token | Delete file |
Detailed guides: upload, upload status, folders, and share settings.
Stdio (local)
cd apps/mcp && pnpm build && pnpm startOptional: 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 metadata (consent flow TBD)
CLI (local scripts)
Use the dedicated package @beecargo/cli (npx @beecargo/cli):
npx @beecargo/cli upload ./artifact.zip --json
npx @beecargo/cli remote https://example.com/file.bin --async --jsonFrom the monorepo: pnpm cli upload ./artifact.zip. Publish flags (--ttl, --protect, …) match MCP beecargo_upload.
pnpm smoke:http # MCP transport (no API)
BEECARGO_API_URL=http://localhost:3001 pnpm smoke:api # live upload against APIParity with lomi MCP
lomi | Beecargo |
OpenAPI-generated tools | Hand-written file tools (smaller surface) |
|
|
Zero-header HTTP connect | Same (default); optional |
|
|
GET/POST/DELETE | Same |
| Same |
Retries + timeout on REST |
|
Tool results |
|
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides secure and intelligent interaction with files and filesystems, offering smart context management and token-efficient operations for working with large files and complex directory structures.2166MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server that provides AI agents with secure access to local filesystem operations, enabling reading, writing, and managing files through a standardized interface.1010246Apache 2.0
- AlicenseBqualityDmaintenanceAn implementation of the Model Context Protocol that allows AI models to interact with 360 AI Cloud Drive, providing comprehensive file management capabilities including uploading, downloading, searching, and sharing files.11885Apache 2.0
- Flicense-qualityCmaintenanceA secure Model Context Protocol server providing HTTP endpoints for AI agent tool execution, including file system operations, shell commands, and LLM-based code generation.1
Related MCP Connectors
File uploads for AI agents. Upload, list, and manage files. No signup required.
Upload any file, get a tracked shareable link. DocSend for AI agents.
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Beecargo/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server