← beecargo.net

INDIVIDUAL MCP TOOL

beecargo_register_agent

Create an API key for agent file storage (free-tier quotas).

beecargo.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.beecargo.net/mcp/guest

No auth detected

Connect to this endpoint to inspect the live schema for beecargo_register_agent and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

beecargo.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.beecargo]
url = "https://mcp.beecargo.net/mcp/guest"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "beecargo": {
      "type": "http",
      "url": "https://mcp.beecargo.net/mcp/guest"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: beecargo
Remote MCP URL: https://mcp.beecargo.net/mcp/guest

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "beecargo": {
      "url": "https://mcp.beecargo.net/mcp/guest"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "beecargo": {
      "type": "http",
      "url": "https://mcp.beecargo.net/mcp/guest"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "beecargo",
  "transport": "streamable-http",
  "url": "https://mcp.beecargo.net/mcp/guest"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • beecargo_search_tools — Keyword search over available Beecargo tools (similar to lomi_search_tools).
  • beecargo_create_checkout — Create a Stripe Checkout URL for a human to subscribe to Premium.
  • beecargo_purchase_checkout — Create a Stripe Checkout URL so a human can pay for a priced Beecargo share (one-time file/shipment purchase — not Premium).
  • beecargo_purchase_claim — After a human pays via beecargo_purchase_checkout (or the /d/{shortId} pay flow), exchange the Stripe Checkout sessionId for a purchaseToken.
  • beecargo_upload — One upload tool: public url (sync or background job), contentBase64 (small), or path on stdio (auto multipart).
  • beecargo_upload_status — Poll an async URL upload job from beecargo_upload (background: true).