AIARCO logoASC

Model Context Protocol

Every ASC primitive (functions, pods, sandbox, workspaces, edge, shield, observe, gateway, storage, secrets, billing) is exposed as an MCP tool. Point Claude Desktop, ChatGPT, Cursor, or any MCP-aware agent at the endpoint below — your bearer token gates access exactly like the REST API.

Quick connect

# Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json)
{
  "mcpServers": {
    "asc": {
      "transport": "http",
      "url": "https://api.asc.aiarco.com/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_ASC_API_KEY" }
    }
  }
}

Public registry entry

Listed at mcp.asc.aiarco.com/mcp.json (mirrored from https://api.asc.aiarco.com/v1/mcp/registry).

JSON-RPC methods

  • initialize — protocol handshake
  • tools/list — full tool catalog
  • tools/call — invoke a tool with arguments