BORME MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BORME MCP ServerShow me new companies incorporated in Barcelona last month."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BORME MCP Server
MCP server for Spain's official company registry (BORME — Boletín Oficial del Registro Mercantil): 9.5M+ typed company events since 2009, updated every business day. Incorporations, director appointments, insolvencies, capital changes — 52 event kinds as English enums.
Hosted endpoint (no setup)
{
"mcpServers": {
"borme": {
"url": "https://mcp.bormeapi.com/mcp"
}
}
}Free, read-only, capped at 50 rows per query. Backed by the full 17-year corpus.
Related MCP server: ENTIA Entity Verification
Tools
Tool | What it does |
| Filter events by date range, province, act type, company name |
| Full timeline of one company (fuzzy name match) |
| One day's registry activity, aggregated |
| Corpus coverage and volume stats |
| The 52-enum vocabulary with Spanish originals |
Example prompts
"Which companies declared insolvency in Valencia last week?"
"Show the corporate history of Telefónica Audiovisual Digital"
"How many new companies were incorporated in Madrid in June?"
Self-hosting
server.py is the complete server (FastMCP + psycopg). It expects a Postgres
with the BORME schema and a read-only role:
BORME_DSN=postgresql://user:pass@host/borme \
BORME_MCP_TRANSPORT=streamable-http \
python server.pyBuilding the dataset yourself: see our engineering notes — You don't need to scrape BORME.
Related
REST API with webhooks & watchlists: bormeapi.com
Apify actor (pay-per-event feed): Spain Company Registry — BORME Events
License
MIT (server code). The underlying data originates from boe.es open data (public sector information, Ley 37/2007).
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/george-kozlitin/borme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server