Machine-readable reference for AI agents and crawlers. # Beecargo: MCP quickstart Source: https://beecargo.net/agents/mcp-quickstart ## Steps 1. Read /llms.txt for the API and MCP map (artifact handoff happy path). 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. Publish via beecargo_upload with a public HTTPS url (preferred), path on stdio MCP for local files, or contentBase64 for small payloads. 5. Complete handoff: return the share link https://beecargo.net/d/{shortId} (and use beecargo_get_download_url when another tool needs a signed GET). ## Docs - https://beecargo.net/docs/mcp/overview - https://beecargo.net/llms.txt