{"$schema":"https://modelcontextprotocol.io/schemas/server-card/v1.json","serverInfo":{"name":"metoz-crawler-audit","title":"metoz.de AI Crawler Visibility Auditor","version":"1.0.0","description":"Inspect what AI web crawlers see compared to human browsers (no-JS extraction, robots.txt AI bots audit, and llms.txt validation)."},"transport":{"type":"http","endpoint":"https://metoz.de/api/mcp"},"capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false}},"tools":[{"name":"scan_url","description":"Run a full scan on a given URL to compare human vs. crawler text extraction and test robots.txt against ~25 AI bots.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"The full URL to inspect (e.g. https://bundestag.de)"}},"required":["url"]}},{"name":"check_robots_ai","description":"Check robots.txt of a domain for AI crawler permissions (GPTBot, ClaudeBot, Perplexity, etc.).","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL or domain name to check"}},"required":["url"]}}]}