# Autoridad Digital — GEO (remote · www.autoridaddigital.com)

Escáner GEO: analiza si una web es legible y citable por ChatGPT, Perplexity, Gemini y Claude.

- Trust score: 75/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `www.autoridaddigital.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-autoridaddigital-www-geo/api-mcp.md), [page](https://verifymcp.io/servers/com-autoridaddigital-www-geo/api-mcp)

## Channel facts

- Endpoint: `https://www.autoridaddigital.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.1`

## 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-09-25.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 772 tokens (~128/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 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 (40% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Autoridad Digital — GEO MCP server?

Autoridad Digital — GEO is a hosted endpoint at https://www.autoridaddigital.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-autoridaddigital-www-geo 'https://www.autoridaddigital.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-autoridaddigital-www-geo": {
      "url": "https://www.autoridaddigital.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-autoridaddigital-www-geo": {
      "type": "http",
      "url": "https://www.autoridaddigital.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-autoridaddigital-www-geo]
url = "https://www.autoridaddigital.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-autoridaddigital-www-geo --url 'https://www.autoridaddigital.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-autoridaddigital-www-geo:
    url: "https://www.autoridaddigital.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-autoridaddigital-www-geo": {
      "Transport": "http",
      "Url": "https://www.autoridaddigital.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-autoridaddigital-www-geo -t streamable-http -u 'https://www.autoridaddigital.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-autoridaddigital-www-geo": {
      "type": "http",
      "url": "https://www.autoridaddigital.com/api/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-09-25 (score 75, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 69, +1)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (5)

### `escanear_geo` (~163 tokens)

Escanear legibilidad para IA (GEO)

Analiza si una web puede ser leída y citada por motores de IA (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews). Comprueba robots.txt y el acceso de los principales bots de IA (GPTBot, ClaudeBot, PerplexityBot, Google-Extended…), llms.txt, sitemap, datos estructurados JSON-LD, metadatos y extractibilidad del contenido. Devuelve una puntuación 0-100 con hallazgos y correcciones. Solo URLs públicas; máximo 5 escaneos por minuto. Un resultado reciente de la misma página puede reutilizarse hasta 24 h.

Input parameters:

- `url` (string, required): URL o dominio público a analizar, p. ej. https://ejemplo.com

Output parameters:

- `bots_bloqueados` (array)
- `categorias` (array)
- `dominio` (string)
- `llms_txt` (boolean)
- `nota` (string)
- `nota_texto` (string)
- `problemas` (array)
- `puntuacion` (number)
- `robots_txt` (boolean)
- `sitemap` (boolean)
- `url_final` (string)

### `comparar_webs` (~122 tokens)

Comparar la legibilidad para IA de varias webs

Escanea entre 2 y 4 dominios y los compara: puntuación, nota, bots de IA bloqueados, llms.txt y los problemas de cada uno. Sirve para situar una marca frente a su competencia en visibilidad ante motores generativos. Consume una unidad del límite de escaneos por cada dominio que no tenga un resultado reciente. Si un sitio tarda demasiado, se devuelve el resto y se indica cuál quedó sin analizar.

Input parameters:

- `dominios` (array, required): Lista de 2 a 4 dominios o URLs públicas a comparar

Output parameters:

- `fallidos` (array)
- `resultados` (array)

### `consultar_glosario` (~107 tokens)

Consultar el glosario SEO/GEO

Definición de un término de SEO, GEO, AEO o visibilidad en IA según el glosario de Autoridad Digital (25 términos en español: GEO, E-E-A-T, llms.txt, RAG, entity SEO, topical authority, NavBoost, AI Overviews…). Si el término no existe devuelve la lista completa.

Input parameters:

- `termino` (string, required): Término o slug, p. ej. «GEO» o «e-e-a-t»

### `buscar_articulos` (~104 tokens)

Buscar artículos del blog

Busca en el blog de Autoridad Digital artículos sobre SEO avanzado, GEO, visibilidad en motores generativos, entity SEO, schema, llms.txt, citation decay, agentes de IA y casos reales con datos de Search Console. Devuelve título, fecha, extracto y URL.

Input parameters:

- `limite` (integer): Número máximo de resultados
- `tema` (string, required): Tema o palabras clave, p. ej. «llms.txt» o «agentes de IA»

### `servicios_y_precios` (~143 tokens)

Servicios, precios y criterios de encaje

Catálogo de servicios de Autoridad Digital (agencia de SEO y GEO en España y LATAM): qué incluye cada servicio, para quién NO es, planes con precio mensual, permanencia mínima, IVA, preguntas frecuentes y cómo contactar. Datos canónicos, los mismos que muestra la web. Pasa `servicio` para el detalle de uno solo: agencia-geo-aio, seo-dominacion-nicho, founder-authority, pr-digital, authority-stacking, auditoria-geo, medicion-visibilidad-ia.

Input parameters:

- `servicio` (string): Slug de un servicio concreto. Si se omite, devuelve el catálogo completo.

## Diagnostics

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

## Score history

- 2026-09-25: 75
- 2026-09-24: 75
- 2026-09-23: 74
- 2026-09-22: 74
- 2026-09-21: 74
- 2026-09-20: 73
- 2026-09-19: 73
- 2026-09-18: 72
- 2026-09-17: 72
- 2026-09-16: 71
- 2026-09-15: 71
- 2026-09-14: 70
- 2026-09-13: 70
- 2026-09-12: 69
- 2026-09-11: 69
- 2026-09-10: 68

## Common questions

### What is the Autoridad Digital — GEO MCP server?

Autoridad Digital — GEO is an MCP server listed in the public MCP registry as com.autoridaddigital.www/geo. Escáner GEO: analiza si una web es legible y citable por ChatGPT, Perplexity, Gemini y Claude. This page covers its hosted endpoint (https://www.autoridaddigital.com/api/mcp).

### Is the Autoridad Digital — GEO MCP server safe to use?

Autoridad Digital — GEO scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Autoridad Digital — GEO MCP server expose?

Autoridad Digital — GEO exposes 5 tools: escanear_geo, comparar_webs, consultar_glosario, buscar_articulos, servicios_y_precios. Their descriptions and schemas cost roughly 639 tokens of context every time the server is loaded.

### Does the Autoridad Digital — GEO MCP server require authentication?

No. We connected to Autoridad Digital — GEO without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Autoridad Digital — GEO MCP server still maintained?

Autoridad Digital — GEO is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

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