{
  "serverInfo": { "name": "aicanary", "version": "1.0.0" },
  "description": "Check how ready any website is for AI assistants and agents — AI visibility, classic SEO, and agent-interface signals.",
  "provider": {
    "name": "PX7 Digital",
    "url": "https://px7.digital/",
    "founder": {
      "name": "Jørgen Larsen",
      "url": "https://jorgen.larsen.id",
      "knowsAbout": ["AI answer visibility", "Danish AI-readiness", "agent readiness", "software product development"]
    },
    "serviceUrl": "https://px7.digital/ai-visibility-review/",
    "serviceCardUrl": "https://px7.digital/.well-known/ai-visibility-review.json",
    "methodologyUrl": "https://aicanary.app/methodology",
    "benchmarkDatasetUrl": "https://aicanary.app/.well-known/ai-readiness-benchmark.json",
    "knowsAbout": ["AI answer visibility", "agent readiness", "Danish AI-readiness"]
  },
  "transport": { "type": "streamable-http", "url": "https://aicanary.app/mcp" },
  "capabilities": { "tools": true },
  "tools": [
    {
      "name": "check_ai_readiness",
      "description": "Check how ready a website is for AI assistants and agents. Returns a 0-100 score, level, and the specific issues to fix.",
      "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "The website domain, e.g. example.com" } }, "required": ["domain"] }
    },
    {
      "name": "list_agent_ready_sites",
      "description": "List the sites in the AICanary public catalog that expose agent services (MCP, API, OAuth, A2A, agentic commerce, etc.), with each site's capabilities.",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ]
}
