io.github.digitalcurrensy/aio-geo
io.github.digitalcurrensy/aio-geoAIO.GEO: audit, dry-run fixes, rescore, doctor. Remote + stdio. Not LLM rankings.
Tools · 6
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.
Return a dry-run structural fix pack (robots, schema, anchors) for a public domain. No files are written. No API key required.
Generate a structural fix pack for a public domain. Public calls stay dry-run (no writes). Set dryRun false only with an operator key.
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.
Return environment and API health. Never returns secrets. No API key required.
Return an executive structural brief for a domain: score, top gaps, and a shareable brief path. Not an LLM ranking. No API key required.
Similar MCP servers embedding-nearest
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"
}
}
}