# Emisoras de Colombia (remote · emisorasdecolombia.com)

264 emisoras de radio colombianas en vivo: busca por ciudad, genero o dial y escuchalas.

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

## Components

- remote · `emisorasdecolombia.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-emisorasdecolombia-radio/api-mcp.md), [page](https://verifymcp.io/servers/com-emisorasdecolombia-radio/api-mcp)

## Channel facts

- Endpoint: `https://emisorasdecolombia.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-24.

- **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 3 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**: 58/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 627 tokens (~209/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 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 Emisoras de Colombia MCP server?

Emisoras de Colombia is a hosted endpoint at https://emisorasdecolombia.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-emisorasdecolombia-radio 'https://emisorasdecolombia.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-emisorasdecolombia-radio": {
      "url": "https://emisorasdecolombia.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-emisorasdecolombia-radio": {
      "type": "http",
      "url": "https://emisorasdecolombia.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-emisorasdecolombia-radio]
url = "https://emisorasdecolombia.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-emisorasdecolombia-radio --url 'https://emisorasdecolombia.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-emisorasdecolombia-radio:
    url: "https://emisorasdecolombia.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-emisorasdecolombia-radio": {
      "Transport": "http",
      "Url": "https://emisorasdecolombia.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-emisorasdecolombia-radio -t streamable-http -u 'https://emisorasdecolombia.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-emisorasdecolombia-radio": {
      "type": "http",
      "url": "https://emisorasdecolombia.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-20 (score 78, +1)

- [security] Stability: 0.97 → pass

### 2026-09-18 (score 77, +1)

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

### 2026-09-16 (score 76, +1)

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

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

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

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

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

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

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

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

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

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

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

## MCP tools (3)

### `buscar_emisoras` (~390 tokens)

Busca emisoras de radio colombianas por ciudad, genero, frecuencia del dial o texto libre. Usala cuando alguien pida escuchar radio de Colombia sin nombrar una emisora exacta, por ejemplo "vallenato en Barranquilla" o "una emisora de noticias". Devuelve el total de coincidencias y una pagina de resultados. GENEROS DISPONIBLES (son los unicos): Clasica, Cristiana, Electronica, Noticias, Pop, Reggaeton, Rock, Salsa, Tropical, Vallenato, Variada. Son categorias amplias. La salsa, la cumbia, el merengue, la champeta, el porro y la bachata estan dentro de Tropical. El reguetón y el hip hop estan dentro de Urbana. Las baladas y el pop en espanol, dentro de Pop. Si el usuario pide un estilo que no esta en esa lista, usa el genero mas cercano, o pasa el estilo en el parametro "texto" para buscarlo en los nombres de las emisoras.

Input parameters:

- `ciudad` (string): Ciudad colombiana, con o sin tilde. Ej: Bogota, Medellin, Barranquilla.
- `frecuencia` (string): Frecuencia del dial. Ej: "89.9" o "89.9 FM".
- `genero` (string): Uno de: Clasica, Cristiana, Electronica, Noticias, Pop, Reggaeton, Rock, Salsa, Tropical, Vallenato, Variada. Si pasas un estilo que no es un genero del catalogo (salsa, cumbia, champeta), se busca e…
- `limite` (integer): Cuantos resultados devolver. Por defecto 10, maximo 50.
- `texto` (string): Texto libre: busca en nombre, ciudad, genero y apodos conocidos.

### `ver_emisora` (~77 tokens)

Devuelve la ficha completa de una emisora: ciudad, dial, genero, cadena, sitio oficial, descripcion y su direccion de escucha. Usala cuando ya tengas el slug de una emisora y necesites sus datos.

Input parameters:

- `slug` (string, required): Identificador de la emisora, tal como lo devuelve buscar_emisoras.

### `escuchar` (~78 tokens)

Devuelve la direccion estable para reproducir una emisora en vivo. Usala cuando el usuario quiera escuchar. La direccion es permanente y redirige a la senal vigente; nunca uses la senal de origen directamente porque puede caducar.

Input parameters:

- `slug` (string, required): Identificador de la emisora, tal como lo devuelve buscar_emisoras.

## Diagnostics

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

## Score history

- 2026-09-24: 78
- 2026-09-23: 78
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 73
- 2026-09-10: 73
- 2026-09-09: 72
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 70
- 2026-09-03: 70
- 2026-09-02: 69
- 2026-09-01: 69
- 2026-08-31: 68
- 2026-08-30: 68
- 2026-08-29: 68
- 2026-08-28: 68
- 2026-08-27: 67
- 2026-08-26: 67

## Common questions

### What is the Emisoras de Colombia MCP server?

Emisoras de Colombia is an MCP server listed in the public MCP registry as com.emisorasdecolombia/radio. 264 emisoras de radio colombianas en vivo: busca por ciudad, genero o dial y escuchalas. This page covers its hosted endpoint (https://emisorasdecolombia.com/api/mcp).

### Is the Emisoras de Colombia MCP server safe to use?

Emisoras de Colombia scores 78 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 Emisoras de Colombia MCP server expose?

Emisoras de Colombia exposes 3 tools: buscar_emisoras, ver_emisora, escuchar. Their descriptions and schemas cost roughly 545 tokens of context every time the server is loaded.

### Does the Emisoras de Colombia MCP server require authentication?

No. We connected to Emisoras de Colombia without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Emisoras de Colombia MCP server still maintained?

Emisoras de Colombia is still listed as active in the MCP registry. We last reached this channel on 24 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://emisorasdecolombia.com/api/mcp
- Website: https://emisorasdecolombia.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-emisorasdecolombia-radio/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-emisorasdecolombia-radio/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-emisorasdecolombia-radio/api-mcp
