# io.github.DigitalCurrensy/aio-geo (remote · www.aiogeoprotocol.com)

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

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `www.aiogeoprotocol.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/digitalcurrensy-aio-geo/www.md), [page](https://verifymcp.io/servers/digitalcurrensy-aio-geo/www)
- npm · `@aio-geo/mcp-server`: 57/100, [markdown](https://verifymcp.io/servers/digitalcurrensy-aio-geo/aio-geo-mcp-server.md), [page](https://verifymcp.io/servers/digitalcurrensy-aio-geo/aio-geo-mcp-server)

## Channel facts

- Endpoint: `https://www.aiogeoprotocol.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.7`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 564 tokens (~94/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http digitalcurrensy-aio-geo https://www.aiogeoprotocol.com/mcp
```

### Codex

```toml
[mcp_servers.digitalcurrensy-aio-geo]
url = "https://www.aiogeoprotocol.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "digitalcurrensy-aio-geo": {
      "type": "remote",
      "url": "https://www.aiogeoprotocol.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add digitalcurrensy-aio-geo --url https://www.aiogeoprotocol.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  digitalcurrensy-aio-geo:
    url: "https://www.aiogeoprotocol.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "digitalcurrensy-aio-geo": {
      "type": "http",
      "url": "https://www.aiogeoprotocol.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 73, 0)

- [functional] Server version: 0.3.5 → 0.3.7

### 2026-08-15 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 72)

First indexed and scored.

## MCP tools (6)

### `audit_url` (~101 tokens)

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.

Input parameters:

- `domain` (string): Alias of url. Use either url or domain, not both.
- `url` (string): Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.

Output parameters:

- `briefUrl` (string): Shareable public brief URL
- `cli` (string): Matching CLI command
- `confidence` (number): 0-1 crawl confidence
- `disclaimer` (string)
- `domain` (string): Normalized hostname
- `isSynthetic` (boolean): True only if the crawl failed closed
- `methodology` (string): Scoring methodology id
- `ok` (boolean): True when the audit completed
- `overallScore` (number): Structural readiness score 0-100. Not an LLM ranking.
- `persisted` (boolean): True if the scan was saved
- `pillars` (array): Per-pillar structural scores
- `recommendations` (array): Ranked structural gaps to fix
- `refusal` (string): Ranking-refusal copy

### `list_fixes` (~90 tokens)

List fixes

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

Input parameters:

- `domain` (string): Alias of url. Use either url or domain, not both.
- `url` (string): Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.

Output parameters:

- `domain` (string)
- `dryRun` (boolean): Public endpoint always true — no files are written
- `error` (string)
- `files` (array): Proposed files in the dry-run pack
- `ok` (boolean)

### `apply_fix` (~114 tokens)

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.

Input parameters:

- `domain` (string): Alias of url. Use either url or domain, not both.
- `dryRun` (boolean): When true (default) only preview the pack. Writes stay off on the public endpoint.
- `url` (string): Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.

Output parameters:

- `domain` (string)
- `dryRun` (boolean): Public endpoint always true — no files are written
- `error` (string)
- `files` (array): Proposed files in the dry-run pack
- `ok` (boolean)

### `rescore_url` (~94 tokens)

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.

Input parameters:

- `domain` (string): Alias of url. Use either url or domain, not both.
- `url` (string): Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.

Output parameters:

- `briefUrl` (string): Shareable public brief URL
- `cli` (string): Matching CLI command
- `confidence` (number): 0-1 crawl confidence
- `disclaimer` (string)
- `domain` (string): Normalized hostname
- `isSynthetic` (boolean): True only if the crawl failed closed
- `methodology` (string): Scoring methodology id
- `ok` (boolean): True when the audit completed
- `overallScore` (number): Structural readiness score 0-100. Not an LLM ranking.
- `persisted` (boolean): True if the scan was saved
- `pillars` (array): Per-pillar structural scores
- `recommendations` (array): Ranked structural gaps to fix
- `refusal` (string): Ranking-refusal copy

### `check_health` (~23 tokens)

Check health

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

Output parameters:

- `api_key` (string): set or unset — never the raw secret
- `health` (object): Ops health without secrets
- `refusal` (string)
- `version` (string)

### `get_brief` (~93 tokens)

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.

Input parameters:

- `domain` (string): Alias of url. Use either url or domain, not both.
- `url` (string): Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.

Output parameters:

- `domain` (string)
- `ok` (boolean)
- `overallScore` (number)
- `pillars` (array)
- `recommendations` (array)
- `refusal` (string)
- `sharePath` (string): Relative brief path, for example /brief?domain=example.com

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/digitalcurrensy-aio-geo/www#diagnostics

## Score history

- 2026-08-16: 73
- 2026-08-15: 73
- 2026-08-14: 72

## Links

- Remote endpoint: https://www.aiogeoprotocol.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/digitalcurrensy-aio-geo/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/digitalcurrensy-aio-geo/www.json
- HTML version of this page: https://verifymcp.io/servers/digitalcurrensy-aio-geo/www
