{
  "protocolVersion": "0.3.0",
  "name": "Elite Digital Agency",
  "description": "Read-only agent surface for Elite Digital AI Solutions Ltd. Search published pages, fetch Markdown mirrors, list prices from first-party CSVs, and run the free GEO audit. No authentication. Do not invent fees or citation guarantees.",
  "url": "https://elitedigitalagency.io/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://elitedigitalagency.io/mcp",
      "transport": "JSONRPC",
      "description": "MCP JSON-RPC 2.0 over streamable HTTP."
    },
    {
      "url": "https://elitedigitalagency.io/a2a",
      "transport": "HTTP+JSON",
      "description": "A2A message/send mapped to search_pages."
    },
    {
      "url": "https://elitedigitalagency.io/geo-chunks/manifest.json",
      "transport": "HTTP+JSON",
      "description": "RAG passage index."
    },
    {
      "url": "https://elitedigitalagency.io/llms.txt",
      "transport": "HTTP+TEXT",
      "description": "Site summary and URL map."
    }
  ],
  "version": "1.0.0",
  "iconUrl": "https://elitedigitalagency.io/logo.png",
  "documentationUrl": "https://elitedigitalagency.io/auth.md",
  "provider": {
    "organization": "Elite Digital AI Solutions Ltd",
    "url": "https://elitedigitalagency.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "aeo-citation-lookup",
      "name": "AEO and GEO citation lookup",
      "description": "How to get cited by AI search engines.",
      "tags": [
        "aeo",
        "geo",
        "citation"
      ]
    },
    {
      "id": "service-and-pricing",
      "name": "Services and published pricing",
      "description": "First-party catalogue and GBP prices.",
      "tags": [
        "pricing",
        "services"
      ]
    },
    {
      "id": "geo-audit",
      "name": "Free GEO audit",
      "description": "Six-dimension AI-search readiness score.",
      "tags": [
        "audit",
        "geo"
      ]
    },
    {
      "id": "bulk-retrieval",
      "name": "Bulk corpus retrieval",
      "description": "SHA-256 passage chunks for RAG.",
      "tags": [
        "rag",
        "corpus"
      ]
    }
  ]
}