Skip to main content
Glama

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

search_events

Filter events by date range, province, act type, company name

company_history

Full timeline of one company (fuzzy name match)

daily_digest

One day's registry activity, aggregated

registry_stats

Corpus coverage and volume stats

list_act_types

The 52-enum vocabulary with Spanish originals

company_by_nif

Resolve a NIF/CIF tax ID to a company (cross-referenced from GLEIF/BDNS/AEAT open sources, ~232k companies)

recent_signals

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

Building the dataset yourself: see our engineering notes — You don't need to scrape BORME.

License

MIT (server code). The underlying data originates from boe.es open data (public sector information, Ley 37/2007).

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
4dRelease cycle
3Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    28
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to search and retrieve structured data from the German Commercial Register, including company details, filed documents, and shareholder lists.
    Last updated
    7
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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