Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsSeller payoutsBuy a priced shareClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousDelete a fileNextRegister an agent
BlogPricingDashboardPrivacyTerms

Overview

Connect Cursor, Claude, Grok Bot, OpenCode, Codex, or your own agents to Beecargo with MCP. Publish files and get share links back.


Connect with OAuth

Recommended: add Beecargo with no API key. Your client opens Connect with Beecargo in the browser; after you approve, it sends the OAuth token for you.

Add to Grok Bot

Getting started

MCP lets agents send, download, and organize files. Use beecargo_upload with a public URL, a small inline file, or (local MCP only) a file path up to your tier limit.

Share a file

Call beecargo_upload with a public URL or a small inline file. Return https://beecargo.net/d/{shortId} as soon as the upload responds — do not wait for the safety check before handing the link to a human. To protect the link, call beecargo_update_share_settings and share the unlock details privately. Anonymous uploads also return tokens to claim or delete the file.

Authentication

OAuth

Use Add to Cursor or Add to Grok Bot, or add https://mcp.beecargo.net/mcp with no headers in Claude, OpenCode, or Codex. Complete Connect with Beecargo in the browser. The client sends the OAuth access token for you. Clients without OAuth can still use an API key.

API key

For a fast one-shot handoff, connect to https://mcp.beecargo.net/mcp/guest with no headers (rate-limited, typically under 30 seconds to a share link). For lasting access, call beecargo_register_agent, or send an existing API key as Authorization: Bearer bc_… or x-beecargo-api-key. Keep the key secret.

Hosted MCP (HTTP)

Fastest bootstrap: add https://mcp.beecargo.net/mcp/guest with no headers, then beecargo_upload with a public url. OAuth-capable clients can use /mcp to sign in. Call beecargo_register_agent only when you need owned storage, list, or claim.

{
  "mcpServers": {
    "beecargo": {
      "url": "https://mcp.beecargo.net/mcp"
    }
  }
}

After beecargo_register_agent succeeds, this session keeps the API key so beecargo_list_files and beecargo_claim_file work without pasting the key again.

For direct API requests, send the same key in the Authorization: Bearer bc_… header.

Health: https://mcp.beecargo.net/health

OpenCode

Install the hosted MCP, then complete Connect with Beecargo in the browser:

opencode mcp add beecargo --url https://mcp.beecargo.net/mcp
opencode mcp auth beecargo

Agent Plugin (Cursor, Codex, Copilot)

Install the Beecargo plugin from your client’s marketplace when it is available. You can always connect directly with the hosted MCP URL shown above; you do not need the plugin or access to Beecargo's source code.

Discovery

  • Agent card
  • API capabilities
  • llms.txt
  • Glama MCP listing
  • Smithery MCP listing

Related guides

Short guides for common MCP flows:

  • Share / handoff skill
  • Register an agent
  • Claim file
  • Search tools
  • Create checkout
  • Seller payouts
  • Buy a priced share
https://mcp.beecargo.net/mcp