Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.digitalcurrensy/aio-geo

io.github.digitalcurrensy/aio-geo

AIO.GEO: audit, dry-run fixes, rescore, doctor. Remote + stdio. Not LLM rankings.

Uptime
100.0%
3 direct probes · 30d
Response
562ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

audit_url

Run a structural AI Search Readiness audit for a public URL or domain. Returns pillar scores, recommendations, a brief link, and a CLI command. Not an LLM ranking. No API key required.

list_fixes

Return a dry-run structural fix pack (robots, schema, anchors) for a public domain. No files are written. No API key required.

apply_fix

Generate a structural fix pack for a public domain. Public calls stay dry-run (no writes). Set dryRun false only with an operator key.

rescore_url

Run a fresh public structural audit (rescore) for a URL or domain. Same engine as audit_url. Not an LLM ranking. No API key required.

check_health

Return environment and API health. Never returns secrets. No API key required.

get_brief

Return an executive structural brief for a domain: score, top gaps, and a shareable brief path. Not an LLM ranking. No API key required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.digitalcurrensy/aio-geo": {
      "url": "https://www.aiogeoprotocol.com/mcp",
      "transport": "streamable-http"
    }
  }
}