MCP setup
Endpoint: https://mcp.aeogeo.site — MCP Streamable HTTP, stateless. Same URL for free and Pro; tool listing is filtered by API key.
Cursor
Add to .cursor/mcp.json (project) or user MCP settings:
{
"mcpServers": {
"aeogeo": {
"url": "https://mcp.aeogeo.site"
}
}
} Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"aeogeo": {
"type": "http",
"url": "https://mcp.aeogeo.site"
}
}
} Free tools (no key)
scan_url— aggregate score only (detailed mode requires Pro key)list_categories— category countsfetch_sample_rules— ≤20 teaser rulesget_hook_snippet— AGENTS.md / Cursor rules text
Keyed tools (Pro)
lint_html,lint_text— per-check results + fixesfetch_rules— JIT full rules (≤5/call, daily cap)search_rules— BM25 keyword searchscan_url— detailed mode
Pass your API key via the MCP auth header documented at /account (coming soon).