Back to Browse

Borme MCP Server

by Anbrme
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search Spanish companies and directors from the official BORME registry and map their links.

About

Search Spanish companies and directors from the official BORME registry and map their links.

Remote endpoints: streamable-http: https://mcp.mapasocietario.es/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

4 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "es-mapasocietario-borme": {
      "url": "https://mcp.mapasocietario.es/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Mapa Societario — MCP Server (Spanish Company Registry / BORME)

A hosted, read-only, anonymous Model Context Protocol server that gives AI agents access to the Spanish company registry.

It exposes data derived from the official BORME (Boletín Oficial del Registro Mercantil / Registro Mercantil) — ~3.1M companies and ~9.4M filings since 2009 — so an assistant can search companies and directors and explore corporate relationships directly.

  • 🔎 Web app: https://mapasocietario.es
  • ☁️ Connector URL: https://mcp.mapasocietario.es/mcp (Streamable HTTP, JSON-RPC)
  • 🔓 Auth: none · Rate limit: 30 requests/min, 1,000/day per IP

Tools

ToolDescription
search_companiesSearch Spanish companies by name (typo-tolerant, ranked)
get_companyFull record for one company — current officers, sole shareholder, dissolution status, NIF/capital/address
search_officersSearch directors / officers by name (accent-insensitive)
get_company_networkRelated companies and shared officers as a graph (owns / owned_by / shared_officer edges)

Connect

Claude clients with native remote-MCP support — add a custom connector with the URL:

https://mcp.mapasocietario.es/mcp

Claude Desktop (or any client) via the mcp-remote bridge:

{
  "mcpServers": {
    "mapa-societario": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.mapasocietario.es/mcp"]
    }
  }
}

Health check: curl -s https://mcp.mapasocietario.es/healthok.

Registry listings

This server is published to the official MCP Registry as es.mapasocietario/borme (see server.json), under a DNS-verified mapasocietario.es namespace.

Machine-readable site metadata for AI agents is published at mapasocietario.es/llms.txt.

Data & limitations

  • Unofficial. Derived from official BORME publications and provided as-is. For documented or critical use, consult the official BORME and the company's page on mapasocietario.es.
  • Ownership: BORME records only the sole shareholder (socio único), not full shareholder / cap-table data.
  • Out of scope: sanctions / PEP screening, annual accounts (Cuentas Anuales), AI analysis, and cross-company time-range / event queries.
  • Every company result includes an empresa_url link back to its page on mapasocietario.es so results can be viewed and cited at source.

License

MIT — documentation only. The server is hosted; this repository does not contain the implementation.

Reviews

No reviews yet

Be the first to review this server!