← entia.systems

INDIVIDUAL MCP TOOL

ai_ready_profile

Full AI-ready JSON-LD profile for any entity — 4-node @graph (Organization, Place, LocalBusiness, PostalAddress).

entia.systemsnone authenticationAvailability not checked

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 endpoint

entia.systems

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.entia-mcp-ts]
url = "https://mcp.entia.systems/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "entia-mcp-ts": {
      "type": "http",
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: entia-mcp-ts
Remote MCP URL: https://mcp.entia.systems/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": {
    "entia-mcp-ts": {
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "entia-mcp-ts": {
      "type": "http",
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "entia-mcp-ts",
  "transport": "streamable-http",
  "url": "https://mcp.entia.systems/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • entity_lookup — Look up any business entity by name, CIF/NIF, EU VAT, or LEI.
  • search_entities — Search verified entities across 10 countries by name, keyword, country, or sector.
  • verify_vat — Real-time EU VAT validation via VIES (27 countries).
  • zone_profile — Socioeconomic profile of a Spanish postal code — 17 blocks: income, employment, demographics, business census, real estate, FTTH, poverty, tourism.
  • get_competitors — Find real competitors in the same sector and geography.
  • get_showcase — Curated IBEX35 + EU entity examples.
  • professional_lookup — Verify professional registrations across 24 Spanish health/legal/psychology verticals.
  • get_full_dossier — Aggregator — 90+ fields about an entity in one call.