mcpbeat

ENTIA Entity Verification MCP Server

io.github.entia-systems-core/entity-verification
answering

ENTIA Entity Verification is answering right now. Last checked moments ago. It exposes 13 tools. Last commit 17 Jul 2026.

5.5M verified entities, 10 countries, 13 tools. EU VAT, BORME, GLEIF, KYB. Free 100/mo.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
92 of 92 checks
13
Tools
read from the server
103 ms
Response time
average over 24h
1
Stars
last commit 17 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add entity-verification --transport http https://mcp.entia.systems/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "entity-verification": {
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.entity-verification]
url = "https://mcp.entia.systems/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "entity-verification": {
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "entity-verification": {
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

entity
entity_lookup
Look up any business entity by name, CIF/NIF, EU VAT, or LEI. Free callers receive a trace-level identity preview; authenticated callers receive the full paid dossier.
get_entity_home_projection
Read the materializer snapshot entia.entity_home_projection.v1 for an Entia Home (claims + projection + policy). Same truth as the public ficha HTML/JSON-LD twin. Serve from R2 sibling .projection.v1.json — no ad-hoc MCP enrichment.
competitors
get_competitors
Find real competitors in the same sector and geography. Ranked entities with identity + location + sector matching.
entia
get_entia_home
Retrieve the Schema.org JSON-LD @graph for a specific entity's Entia Home (machine layer at /v1/identity/{country}/{sector}/{city}/{slug}.jsonld). Requires country, sector, city, slug path segments — not cif/q. Obtain the path via entity_lookup / showcase (canonical_url). Fail-closed: never returns ENTIA corporate marketing as if it were the entity.
entities
search_entities
Search verified entities across 10 countries by name, keyword, country, or sector. Anonymous callers receive a trace-level preview (name + city); authenticated TRACE+ keys unlock full records.
full
get_full_dossier
Aggregator — 90+ fields about an entity in one call. Combines 4 ENTIA sources in parallel: identity, zone, BORME, VIES. Killer tool for due diligence/KYB.
platform
get_platform_stats
Live platform stats: entities count, countries, sources, homes published.
professional
professional_lookup
Verify professional registrations across 24 Spanish health/legal/psychology verticals. Returns colegiado number, college, specialty, status.
ready
ai_ready_profile
Full AI-ready JSON-LD profile for any entity — 4-node @graph (Organization, Place, LocalBusiness, PostalAddress). Designed for direct AI citation.
risk
run_risk_audit
Run comprehensive AI-readiness + digital risk audit on any domain. Analyzes SSL, DNS, structured data, LLM visibility. Returns risk score 0-100. 5 req/min, 30s timeout.
showcase
get_showcase
Curated IBEX35 + EU entity examples. FREE — does not consume quota. Use to explore data depth.
verify
verify_vat
Real-time EU VAT validation via VIES (27 countries). Returns {valid, name, address, vat_number, country}.
zone
zone_profile
Socioeconomic profile of a Spanish postal code — 17 blocks: income, employment, demographics, business census, real estate, FTTH, poverty, tourism.

Endpoints

URLTransportStateLatencyChecked
https://mcp.entia.systems/mcp streamable-http answering 93 ms 0 min ago

ENTIA Entity Verification — questions

Answers built from our own checks of this server.

What can ENTIA Entity Verification do?
It exposes 13 tools, read directly from the server on our last check. Among them: ai_ready_profile, entity_lookup, get_competitors, get_entia_home, get_entity_home_projection, get_full_dossier and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is ENTIA Entity Verification working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 103 ms. The bar chart above shows every period we have measured.
How do I connect ENTIA Entity Verification?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does ENTIA Entity Verification need an API key?
No. ENTIA Entity Verification completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ENTIA Entity Verification?
It answers our handshake in 103 ms on average, which is faster than 83% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is ENTIA Entity Verification open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.