← mapasocietario.es

INDIVIDUAL MCP TOOL

search_companies

Search Spanish companies by name in the BORME registry.

mapasocietario.esnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mapasocietario.es/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_companies and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mapasocietario.es

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

Related tools

  • get_company — Get 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.
  • search_officers — Find a person (administrator/director/apoderado) in the BORME registry and list the companies they are linked to.
  • get_company_network — Show 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).