Model Context Protocol
Every ASC tool, in every agent.
Functions, pods, sandbox, workspaces, edge, shield, observe, gateway, storage, secrets, billing — every primitive is an MCP tool. Point Claude, ChatGPT, or Cursor at one URL.
Quick connect
Replace YOUR_ASC_API_KEY with a key from Settings → API Keys.
json
1{ 2 "mcpServers": { 3 "asc": { 4 "transport": "http", 5 "url": "https://api.asc.aiarco.com/v1/mcp", 6 "headers": { "Authorization": "Bearer YOUR_ASC_API_KEY" } 7 } 8 } 9}Public registry
Listed at mcp.asc.aiarco.com/mcp.json (mirrored from /v1/mcp/registry). Works with any MCP-aware client.
JSON-RPC methods
initialize— protocol handshaketools/list— full tool catalogtools/call— invoke a tool