{"auth":"Bearer <mcp-api-key>","endpoint":"POST /mcp","name":"seovally-mcp","tools":[{"description":"Get the latest SEOVally analysis (score, AI visibility) for a domain.","inputSchema":{"properties":{"domain":{"description":"Domain or URL to look up, e.g. example.com","type":"string"}},"required":["domain"],"type":"object"},"name":"get_report"},{"description":"List the most recently analyzed domains on SEOVally with their scores.","inputSchema":{"properties":{"limit":{"default":10,"description":"Max number of reports (1-20)","type":"integer"}},"type":"object"},"name":"list_recent_reports"},{"description":"Compare the latest stored SEO and AI-visibility scores for two to five domains. Use this for a quick benchmark without running new analyses.","inputSchema":{"properties":{"domains":{"description":"Two to five domains or URLs to compare.","items":{"type":"string"},"maxItems":5,"minItems":2,"type":"array"}},"required":["domains"],"type":"object"},"name":"compare_reports"},{"description":"Run a fresh SEO analysis and return an agent-ready scorecard: scores, category results, key page facts, issue counts, and prioritized fixes.","inputSchema":{"properties":{"domain":{"description":"Domain to analyze, e.g. example.com","type":"string"}},"required":["domain"],"type":"object"},"name":"analyze_domain"},{"description":"Run a fresh SEO analysis and return the highest-impact on-page and AI-search fixes in priority order.","inputSchema":{"properties":{"domain":{"description":"Domain or URL to analyze, e.g. example.com","type":"string"},"max_items":{"default":5,"description":"Number of prioritized fixes to return (1-10, default 5).","type":"integer"}},"required":["domain"],"type":"object"},"name":"get_priority_fixes"},{"description":"List recent crawl runs (deep crawls) for the account.","inputSchema":{"properties":{"limit":{"default":10,"description":"Max number of crawls (1-50)","type":"integer"}},"type":"object"},"name":"list_crawl_history"}],"transport":"streamable-http","version":"1.1.0"}
