{
  "name": "Edge Network",
  "description": "Provision and manage cloud infrastructure on the Edge Network decentralised cloud: deploy static sites and apps, create VMs, S3-compatible storage buckets, DNS zones, Shield bot-protection widgets, and Assist AI site assistants. Agents without credentials can sign themselves up autonomously (no card, no human) and deploy free-tier resources immediately.",
  "version": "1.0.0",
  "icon": "https://edge.network/assets/images/logo.svg",
  "endpoint": "https://edge.network/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://edge.network/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "required": false,
    "methods": ["api_key"],
    "notes": "initialize and tools/list work without credentials. tools/call requires an Edge agent access code (Authorization: Bearer ea_live_...) — get one from the Edge console, or the agent can self-sign-up via GET https://edge.network/agent/signup. A local stdio bridge is available: npx @edge-network/mcp (auto-signs-up if no EDGE_AGENT_CODE is set)."
  },
  "documentation": "https://edge.network/docs/agent/mcp",
  "openapi": "https://edge.network/openapi.json",
  "llms_txt": "https://edge.network/llms.txt",
  "contact": "support@edge.network"
}
