{
  "protocolVersion": "0.2.0",
  "name": "aide",
  "description": "AIDE — measures how well a website is discovered and consumed by modern AI agents (ChatGPT, Claude, Perplexity, Gemini, Copilot). 44 standardised checks.",
  "url": "https://mcp.aide.tr/mcp",
  "documentationUrl": "https://aide.tr/docs",
  "iconUrl": "https://aide.tr/icon-512.png",
  "provider": {
    "organization": "AIDE",
    "url": "https://aide.tr"
  },
  "version": "1.0.0",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "instructions": "Bearer with an AIDE API key (aide_live_… or aide_test_…)."
  },
  "skills": [
    {
      "id": "scan-domain",
      "name": "Scan a domain for AI-agent readiness",
      "description": "Run AIDE's 44 technical checks against a public URL and return the score breakdown plus per-check evidence.",
      "tags": [
        "scan",
        "audit",
        "agent-readiness"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "scan https://example.com",
        "{\"url\": \"https://example.com\"}"
      ]
    },
    {
      "id": "leaderboard-lookup",
      "name": "Look up the AIDE leaderboard",
      "description": "Return the current AIDE leaderboard, optionally filtered by sector or country.",
      "tags": [
        "leaderboard",
        "ranking"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "top 10 sites in ecommerce",
        "{\"sector\": \"saas\", \"limit\": 20}"
      ]
    }
  ]
}