Machine-readable reference for AI agents and crawlers. Humans: use the main site or /docs. # Beecargo — MCP quickstart Source: https://www.beecargo.net/agents/mcp-quickstart ## Steps 1. Read /llms.txt for the API and MCP map. 2. Connect to https://mcp.beecargo.net/mcp (stdio alternative: @beecargo/mcp npm package). 3. Call beecargo_register_agent to obtain bc_* (files_write, free-tier quotas). The MCP session adopts the key. 4. Upload via beecargo_remote_upload with a public HTTPS url (preferred) or beecargo_upload_file for small base64 payloads. 5. Return the share link https://www.beecargo.net/d/{shortId} from the tool response. ## Docs - https://www.beecargo.net/docs/mcp/overview - https://www.beecargo.net/llms.txt