Data Collection
mapasocietario.es
Provides access to Spanish company registry data from BORME, including company profiles, officer searches, and corporate network relationships.
ENDPOINT 1
https://mcp.mapasocietario.es/mcp
MCP server metadata
- Name
- borme-mcp
- Version
- 1.0.0
Mapa Societario — Spanish company registry (BORME). Search Spanish companies and officers and explore corporate relationships, derived from official BORME (Registro Mercantil) publications since 2009 (~3.1M companies, ~9.4M filings). Data is UNOFFICIAL and provided as-is. Ownership: BORME records only sole-shareholder (socio único), not full shareholder/cap-tables. Cross-company time-range queries (e.g. all registry transfers in a date window) are not supported. For documented or critical use, see the official BORME and the paid Due Diligence report at mapasocietario.es. Every company result includes a mapasocietario.es link (empresa_url) to view and cite the source.
Known tools 4
get_companyGet the BORME registry profile of one Spanish company: status, incorporation, current and former officers, sole shareholder (BORME records only sole-shareholder ownership), and — where available — NIF, share capital and registered address.
Inferred read-onlysearch_officersFind a person (administrator/director/apoderado) in the BORME registry and list the companies they are linked to.
Inferred read-onlyget_company_networkShow companies directly connected to one Spanish company: via a shared board/management officer (shared_officer — apoderados and representatives are excluded as low-signal), via being owned by it (owns), or via owning it (owned_by).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.borme-mcp]
url = "https://mcp.mapasocietario.es/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"borme-mcp": {
"type": "http",
"url": "https://mcp.mapasocietario.es/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: borme-mcp
Remote MCP URL: https://mcp.mapasocietario.es/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"borme-mcp": {
"url": "https://mcp.mapasocietario.es/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"borme-mcp": {
"type": "http",
"url": "https://mcp.mapasocietario.es/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "borme-mcp",
"transport": "streamable-http",
"url": "https://mcp.mapasocietario.es/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mapasocietario.es was fetched 2026-08-24T01:03:06.940Z.
mapasocietario.es is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.