Command Palette

Search for a command to run...

UnylyUnyly
Browse all

george-kozlitin/borme-mcp

FreeNot checked

Spain's official company registry (BORME) for agents: 9.5M typed company events since 2009 — incorporations, director changes, insolvencies, capital moves acros

GitHubEmbed

About

Spain's official company registry (BORME) for agents: 9.5M typed company events since 2009 — incorporations, director changes, insolvencies, capital moves across 52 event kinds. Free hosted endpoint: https://mcp.bormeapi.com/mcp.

README

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.

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

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.

Related

License

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

from github.com/george-kozlitin/borme-mcp

Installing george-kozlitin/borme-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/george-kozlitin/borme-mcp

FAQ

Is george-kozlitin/borme-mcp MCP free?

Yes, george-kozlitin/borme-mcp MCP is free — one-click install via Unyly at no cost.

Does george-kozlitin/borme-mcp need an API key?

No, george-kozlitin/borme-mcp runs without API keys or environment variables.

Is george-kozlitin/borme-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install george-kozlitin/borme-mcp in Claude Desktop, Claude Code or Cursor?

Open george-kozlitin/borme-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare george-kozlitin/borme-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs