AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Boletín Claro

mcp-boletinclaro-mcp · by boletinclaro

Datos públicos de España: subvenciones, licitaciones y boletines oficiales (BOE, BORME).

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add mcp-boletinclaro-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-boletinclaro-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Boletín Claro? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Boletín Claro — el MCP de los datos públicos de España

Datos públicos españoles para tu IA: el dinero público —subvenciones y licitaciones— y todos los boletines oficiales (BOE, BORME, autonómicos). Con datos reales, no suposiciones.

[](https://modelcontextprotocol.io) [-2ea043)](#conexión-rápida) [](#conexión-rápida) [](LICENSE) [](https://boletinclaro.es)

Conecta tu IA (Claude, ChatGPT, Cursor, VS Code, Gemini…) a Boletín Claro y pregúntale en lenguaje natural. Dos superficies, una sola conexión:

  • 💶 Dinero público — subvenciones, licitaciones, ayudas y a quién se las llevan.
  • 📰 Boletines oficiales — leyes, decretos, anuncios y normativa del BOE, el BORME y los boletines autonómicos.

Las respuestas salen de datos reales indexados, no de suposiciones del modelo.

> Una sola URL, sin instalar nada, sin API key, sin registro: > `` > https://boletinclaro.es/mcp > `` > Conéctate y míralo en boletinclaro.es/mcp.


Conexión rápida

Es un servidor remoto (Streamable HTTP). No descargas nada: das la URL a tu cliente.

Claude Code (CLI)

claude mcp add --transport http boletinclaro https://boletinclaro.es/mcp

Claude Desktop · claude.ai (Connectors)

Ajustes → ConnectorsAdd custom connector → pega https://boletinclaro.es/mcp.

¿Plan sin connectors? Puente con mcp-remote

En claude_desktop_config.json:

{
  "mcpServers": {
    "boletinclaro": {
      "command": "npx",
      "args": ["mcp-remote", "https://boletinclaro.es/mcp"]
    }
  }
}

Cursor

En ~/.cursor/mcp.json:

{
  "mcpServers": {
    "boletinclaro": {
      "url": "https://boletinclaro.es/mcp"
    }
  }
}

VS Code (GitHub Copilot)

En .vscode/mcp.json:

{
  "servers": {
    "boletinclaro": {
      "type": "http",
      "url": "https://boletinclaro.es/mcp"
    }
  }
}

ChatGPT

Modo desarrollador → Ajustes → Connectors → crea un conector y pega https://boletinclaro.es/mcp.

Gemini CLI y otros clientes

{
  "mcpServers": {
    "boletinclaro": {
      "httpUrl": "https://boletinclaro.es/mcp"
    }
  }
}

Cualquier cliente compatible con MCP remoto sirve. Si el tuyo solo soporta stdio, usa el puente universal:

npx mcp-remote https://boletinclaro.es/mcp

Herramientas

| Herramienta | Para qué | |---|---| | buscar_oportunidades | Subvenciones y licitaciones que encajan con el perfil de una empresa, en lenguaje natural. Filtros: tipo, zona (CCAA/provincia/municipio), importe mín/máx, en plazo o histórico. | | buscar_boletines | Normativa, leyes, decretos y anuncios en los boletines oficiales (BOE, BORME y autonómicos: BOJA, DOGC, DOG, BOCM…). | | buscar_empresa | Encuentra el NIF de una empresa por su nombre y su total de dinero público recibido. | | perfil_empresa | Cuánto dinero público ha recibido una empresa (por NIF): subvenciones, contratos, I+D europeo y mercantil, con totales y sectores. | | detalle_convocatoria | Detalle de una convocatoria de subvenciones (BDNS): importe total, nº de concesiones y principales beneficiarios. | | detalle_licitacion | Detalle de una licitación pública (PLACSP): importe, plazo, lugar, CPV, lotes, órgano y adjudicatarios. |

Cada resultado enlaza a su ficha en boletinclaro.es.

Ejemplos (pregúntale a tu IA)

  • «¿Qué ayudas hay para mi empresa de software en Bilbao?»
  • «¿Qué licitaciones de catering de menos de 200.000 € hay abiertas en Madrid?»
  • «¿Cuánto dinero público ha recibido Grifols?»
  • «¿Qué ha publicado el BOE sobre protección de datos?»

Qué datos hay detrás

Dinero público

  • BDNS — subvenciones y ayudas públicas (concedidas y convocatorias).
  • PLACSP — licitaciones y contratos del sector público español.
  • TED — contratación pública de la UE.
  • CORDIS — proyectos de I+D financiados por la UE.

Boletines oficiales

  • BOE — normativa estatal: leyes, reales decretos, órdenes, resoluciones, anuncios.
  • BORME — actos mercantiles y datos de empresas.
  • Boletines autonómicos — BOJA, DOGC, DOG, BOCM y los demás.

Para desarrolladores

Transporte Streamable HTTP, stateless, anónimo (límite ~120 req/min por IP). Prueba el protocolo directo:

curl -s -X POST https://boletinclaro.es/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

¿Quieres que te avisen cuando salga algo nuevo?

Estas herramientas son para búsquedas puntuales. Si quieres vigilancia automática —que Boletín Claro te avise por email en cuanto se publique una subvención o licitación que te encaje— crea una alerta en boletinclaro.es.


In English

Boletín Claro is the MCP server for Spanish public-sector data — public money (government grants via BDNS, public tenders via PLACSP/TED, EU R&D funding via CORDIS) and the official gazettes (BOE, BORME and regional bulletins: laws, decrees, announcements) — with real indexed data instead of model guesses.

Remote server (Streamable HTTP), no install, no API key. Just point your MCP client at:

https://boletinclaro.es/mcp

Tools (Spanish names, natural-language Spanish queries): buscar_oportunidades (grants & tenders matching a company profile), buscar_boletines (official-gazette law/announcement search), buscar_empresa / perfil_empresa (public money received by a company), detalle_convocatoria / detalle_licitacion (full detail of a grant call / tender). See the connection snippets above.


Más información

Sobre Boletín Claro

Boletín Claro indexa los datos públicos de España —el dinero público y los boletines oficiales— y publica resúmenes con IA. Este repositorio documenta su conector MCP público y gratuito.

boletinclaro.es · Licencia [MIT](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.