BORME MCP Server
The BORME MCP Server provides access to Spain's official commercial registry (BORME), covering 9.5M+ company events since 2009, updated every business day. Here's what you can do:
Search registry events: Filter across all BORME events by date range, province, act type (e.g. incorporations, dissolutions, insolvencies), and company name — up to 200 results.
Get a company's full history: Retrieve the complete chronological timeline of registry events for a specific company using its name or slug.
Look up a company by tax ID: Resolve a Spanish NIF/CIF to a company record, cross-referenced from GLEIF, BDNS, and AEAT (~232k companies covered).
Get a daily digest: View a summary of any publication day's registry activity, including event totals by type, top provinces, and insolvency declarations.
Monitor risk signals: Access derived risk indicators from the last 7 days — insolvencies, phoenix companies, mass officer exits, accordion operations, and AEAT debtors.
List all event types: Browse the full vocabulary of 52 normalized event type enums with their original Spanish labels.
Check dataset coverage: Get statistics on total events, total companies, date range covered, and data freshness/completeness.
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 |
| Resolve a NIF/CIF tax ID to a company (cross-referenced from GLEIF/BDNS/AEAT open sources, ~232k companies) |
| Sample of derived risk signals: insolvencies, phoenix companies, mass officer exits, AEAT debtors (last 7 days) |
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides access to Norway's official business registry for searching companies, looking up organizational details, and identifying company roles and sub-units. It utilizes data from Brønnøysundregistrene to enable detailed queries by industry, municipality, or organization number.Last updated28MIT
- AlicenseAqualityBmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.Last updated61MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search and retrieve structured data from the German Commercial Register, including company details, filed documents, and shareholder lists.Last updated7Apache 2.0
- Flicense-qualityCmaintenanceEnables searching and retrieving details of over 500,000 Spanish government grants and subsidies from the official BDNS database, without requiring an API key.Last updated
Related MCP Connectors
Live data from 27 official national company registries. Unmodified. For KYB and due diligence.
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
EU company registry lookup across 16 countries incl. Sweden Bolagsverket.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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