Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

BORME Server

БесплатноНе проверен

Enables querying Spain's official company registry (BORME) for company events such as incorporations, director appointments, insolvencies, and capital changes,

GitHubEmbed

Описание

Enables querying Spain's official company registry (BORME) for company events such as incorporations, director appointments, insolvencies, and capital changes, supporting filters by date, province, and act type.

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

Установка BORME Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

BORME Server MCP бесплатный?

Да, BORME Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для BORME Server?

Нет, BORME Server работает без API-ключей и переменных окружения.

BORME Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить BORME Server в Claude Desktop, Claude Code или Cursor?

Открой BORME Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare BORME Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development