Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Boletín Claro
B
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:40:41 PM

Boletín Claro

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bolet-n-claro": {
      "command": "npx",
      "args": [
        "-y",
        "bolet-n-claro"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

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.

MCP Sin instalación Sin registro ni API key License: MIT Web

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:

Code
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)

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

Claude Desktop · claude.ai (Connectors)

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

¿Plan sin connectors? Puente con mcp-remote

En claude_desktop_config.json:

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

Cursor

En ~/.cursor/mcp.json:

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

VS Code (GitHub Copilot)

En .vscode/mcp.json:

config.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

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

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

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

Herramientas

Sin login — datos públicos

HerramientaPara qué
buscar_oportunidadesSubvenciones 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_boletinesNormativa, leyes, decretos y anuncios en los boletines oficiales (BOE, BORME y autonómicos: BOJA, DOGC, DOG, BOCM…).
resumen_boletinQué se publicó en un boletín un día concreto, agrupado por materia.
buscar_empresaEncuentra el NIF de una empresa por su nombre y su total de dinero público recibido.
perfil_empresaCuánto dinero público ha recibido una empresa (por NIF): subvenciones, contratos, I+D europeo y mercantil, con totales y sectores.
detalle_convocatoriaDetalle de una convocatoria de subvenciones (BDNS): importe total, nº de concesiones y principales beneficiarios.
detalle_licitacionDetalle de una licitación pública (PLACSP): importe, plazo, lugar, CPV, lotes, órgano y adjudicatarios.

Con tu cuenta — tus alertas

Requieren iniciar sesión: tu cliente MCP te lo pedirá la primera vez que uses una.

HerramientaPara qué
mis_novedadesLo que han encajado tus alertas en los últimos días.
resumen_semanaEl resumen de la semana de todas tus alertas.
listar_mis_alertasTus alertas: qué vigila cada una, en qué boletines y en qué estado está.
crear_alertaCrea una alerta a partir de una descripción en lenguaje natural (te enseña un resumen antes de crearla).
editar_alertaCambia qué vigila una alerta: tema, zona, importes o boletines.
pausar_alerta · reactivar_alertaDeja de recibir avisos de una alerta, o vuelve a recibirlos.
borrar_alertaBorra una alerta y su historial (pide confirmación; pausarla es la alternativa reversible).
vigilar_empresaVigila empresas concretas por nombre o NIF y entérate de lo que ganan o publican.

Con tu cuenta — notas y plazos

Lo que apuntes queda también en la ficha de la entrada en boletinclaro.es.

HerramientaPara qué
anotar_entradaEscribe una nota en una entrada: una gestión hecha, un pendiente o algo que recordar. Con fecha se convierte en un vencimiento del calendario y te avisamos por email 7 días antes y el día antes.
listar_notasLas notas de una entrada, de la más reciente a la más antigua, con su vencimiento y quién la escribió.
borrar_notaBorra una nota tuya (solo el autor puede).

Con tu cuenta — modo clientes (asesorías y gestorías)

Para quien sigue el dinero público de varios clientes. Requieren tener el modo clientes activado.

HerramientaPara qué
listar_clientesTus clientes, con su descripción y las alertas que nutren a cada uno.
listar_entradasEl inbox: lo que ha encajado con tus alertas y aún no has archivado bajo ningún cliente.
asignar_entrada · desasignar_entradaArchiva una entrada bajo uno o varios clientes, o deshaz un archivado.
descartar_entradaSaca del inbox lo que no interesa a ningún cliente (no borra nada: se recupera desde la web).
crear_cliente · editar_clienteDa de alta un cliente y mantén al día su descripción, que es el contexto del triaje.
vincular_alerta · desvincular_alertaVincula una alerta a un cliente, o deshaz el vínculo.

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:

Terminal
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:

Code
https://boletinclaro.es/mcp

Tools

Spanish tool names, natural-language Spanish queries.

Anonymous — no login, no API key:

ToolWhat it does
buscar_oportunidadesGrants and tenders matching a company profile. Filters: type, area (region/province/town), min/max amount, open or historical.
buscar_boletinesLaws, decrees and announcements in the official gazettes (BOE, BORME and regional ones: BOJA, DOGC, DOG, BOCM…).
resumen_boletinWhat a given gazette published on a given day, grouped by subject.
buscar_empresaFind a company's tax ID (NIF) by name, with the total public money it has received.
perfil_empresaHow much public money a company (by NIF) has received: grants, contracts, EU R&D and company-registry data, with totals and sectors.
detalle_convocatoriaFull detail of a grant call (BDNS): total amount, number of awards and main beneficiaries.
detalle_licitacionFull detail of a public tender (PLACSP): amount, deadline, place, CPV, lots, contracting body and awardees.

With a Boletín Claro account (your client prompts you to sign in the first time):

ToolWhat it does
mis_novedadesWhat your alerts matched over the last few days.
resumen_semanaThis week's digest across all your alerts.
listar_mis_alertasYour alerts: what each one watches, in which gazettes, and its status.
crear_alertaCreate an alert from a natural-language description (previewed before it is created).
editar_alertaChange what an alert watches: topic, area, amounts or gazettes.
pausar_alerta · reactivar_alertaStop or resume the notifications of one alert.
borrar_alertaDelete an alert and its history (confirmation required).
vigilar_empresaWatch specific companies by name or tax ID.

Notes and deadlines (they show up on the entry at boletinclaro.es too):

ToolWhat it does
anotar_entradaWrite a note on an entry: something done, something pending, something to remember. With fecha it becomes a calendar deadline and you get an email 7 days and 1 day before.
listar_notasAn entry's notes, newest first, with their due date and author.
borrar_notaDelete one of your own notes (author only).

Client mode (for consultancies tracking public money for several clients):

ToolWhat it does
listar_clientesYour clients, with their description and the alerts feeding each one.
listar_entradasThe inbox: what your alerts matched and you have not filed under any client yet.
asignar_entrada · desasignar_entradaFile an entry under one or more clients, or undo it.
descartar_entradaDiscard what interests no client (recoverable from the web, never deleted).
crear_cliente · editar_clienteCreate a client and keep its description current — it is the context used to triage.
vincular_alerta · desvincular_alertaLink an alert to a client, or unlink it.

See the connection snippets above.


Más información

  • 🌐 Web: boletinclaro.es — el dinero público español, indexado y resumido con IA.
  • 🔌 Conector MCP (esta guía, online): boletinclaro.es/mcp
  • 📰 Conecta tu IA al BOE: boletinclaro.es/mcp-boe
  • 💶 Buscar subvenciones con ChatGPT o Claude: boletinclaro.es/subvenciones-con-chatgpt
  • 📋 Buscar licitaciones con ChatGPT o Claude: boletinclaro.es/licitaciones-con-chatgpt

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools7 views
    Compare vs Claude Task Master →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    💻 Developer Tools0 views
    Compare vs Ai Netcafe →
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    💻 Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server →
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    💻 Developer Tools1 views
    Compare vs World Monitor →

Frequently Asked Questions about Boletín Claro

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bolet-n-claro": { "command": "npx", "args": ["-y", "Boletín Claro"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBoletín Claro AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bolet-n-claro?style=directory)](https://allmcps.com/mcp/bolet-n-claro)
HTML Embed
<a href="https://allmcps.com/mcp/bolet-n-claro"><img src="https://allmcps.com/api/badge/bolet-n-claro?style=directory" alt="Boletín Claro on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Boletín Claro →Install in Claude DesktopInstall in CursorInstall in VS Code