{"server":"achtung","version":"1.0.0","description":"Achtung.app GEO visibility data. Query brand scores, score trends, AI citation breakdowns, and competitor comparisons. Scores are based on blind multi-query LLM prompts run multiple times per day per keyword and averaged across responses.","endpoint":"https://achtung.app/mcp/achtung","transport":"streamable-http","auth":{"type":"oauth2","scheme":"bearer","required_plan":"Pro or Enterprise","authorization_server":"https://achtung.app","protected_resource_metadata":"https://achtung.app/.well-known/oauth-protected-resource","authorization_server_metadata":"https://achtung.app/.well-known/oauth-authorization-server","registration_endpoint":"https://achtung.app/oauth/register","scope":"mcp:use","token_source":"https://achtung.app/admin","instructions":"Add the server URL in your MCP client and approve the consent screen; the client registers itself and obtains a token. Alternatively, sign in on a Pro or Enterprise plan, open the API Tokens page in the admin panel, generate a token, and pass it as \"Authorization: Bearer <token>\"."},"docs":{"overview":"https://achtung.app/llms.txt","rest_api":"https://achtung.app/.well-known/openapi.json","bot_policy":"https://achtung.app/bot"},"tools":[{"name":"brand-score","title":"Brand Score Tool","description":"Get the current GEO visibility score and factor breakdown for a brand.","inputSchema":{"properties":{"brand_id":{"description":"The ID of the brand to get the score for.","type":"integer"}},"type":"object","required":["brand_id"]}},{"name":"score-trend","title":"Score Trend Tool","description":"Get the score history over time for a brand. Returns weekly GEO scores in reverse chronological order.","inputSchema":{"properties":{"brand_id":{"description":"The ID of the brand to get the score trend for.","type":"integer"},"periods":{"description":"Number of weekly periods to return (1-52). Defaults to 12.","default":12,"type":"integer"}},"type":"object","required":["brand_id"]}},{"name":"citation-list","title":"Citation List Tool","description":"List AI engine citations for a brand, grouped by provider. Shows which AI models mention the brand and with what sentiment.","inputSchema":{"properties":{"brand_id":{"description":"The ID of the brand to get citations for.","type":"integer"},"days":{"description":"Number of days to look back (1-90). Defaults to 7.","default":7,"type":"integer"}},"type":"object","required":["brand_id"]}},{"name":"competitor-comparison","title":"Competitor Comparison Tool","description":"Compare a brand's GEO score and citation count against its top competitors.","inputSchema":{"properties":{"brand_id":{"description":"The ID of the brand to compare against its competitors.","type":"integer"}},"type":"object","required":["brand_id"]}}],"contact":"hello@achtung.app"}