Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ENTIA-IA avatar

ENTIA Entity Verification

  • 1 repo stars
  • Updated July 16, 2026
  • ENTIA-IA/entia-mcp-server

ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.

About

ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) or REST API. **Structured business intelligence for AI agents.** ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) or REST API. No installation needed. Connect your MCP client directly: **Claude Desktop** - add to `claude_desktop_config.json`: "args": ["mcp-remote", "https://mcp.entia.systems/mcp"]

  • **Structured business intelligence for AI agents.**
  • Verified entities | 5,220,360 |
  • BORME mercantile acts | 40.3M |
  • Healthcare professionals | 570K+ |
  • No installation needed. Connect your MCP client directly:

ENTIA Entity Verification by the numbers

  • Exposes 13 verified tools (MCP introspection)
  • Data as of Jul 17, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http entity-verification https://mcp.entia.systems/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
TransportHTTP
AuthNone
Tools13
Last updatedJuly 16, 2026
RepositoryENTIA-IA/entia-mcp-server

How do agents access ENTIA MCP Server capabilities without custom integration code?

ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) or REST API.

Who is it for?

Developers wiring ENTIA MCP Server into Cursor, Claude Desktop, or other MCP clients.

Skip if: Teams that need features outside the documented ENTIA MCP Server tool surface.

What you get

Configured MCP host can call ENTIA MCP Server tools with schemas from the server README.

  • Agent-driven business verification across 34 countries
  • Registry-aligned signals from BORME, VIES, GLEIF, and Wikidata sources
  • Faster validate-phase decisions on which entities and markets to support

By the numbers

  • [object Object]
At a glance

ENTIA Entity Verification capabilities & compatibility

Capabilities
**structured business intelligence for ai agents · verified entities | 5,220,360 | · borme mercantile acts | 40.3m | · healthcare professionals | 570k+ |
Use cases
api development · orchestration
Runs
Local or remote
Pricing
Bring your own API key

Tools 13

Public tool metadata - what this server can do for an agent.

entity_lookup1 param

Look up any business entity by name, CIF/NIF, EU VAT, or LEI. Auto-detects input type. Public endpoint (no API key required, 10 req/min).

  • qstringrequiredCompany name, CIF/NIF (B82846825), EU VAT (ESB82846825), or LEI (20 chars)
search_entities4 params

Search verified entities across 34 countries by name, keyword, country, or sector. Requires API key (10 req/min).

  • qstringrequiredSearch query — company name or keywords
  • countrystringISO country code (es, gb, fr)
  • sectorstringSector filter (dental, legal, talleres, estetica, …)
  • limitintegerMax results (default 10, max 50)
verify_vat1 param

Real-time EU VAT validation via VIES (27 countries). Returns {valid, name, address, vat_number, country}.

  • qstringrequiredEU VAT number (ESA28015865, A28015865, IE6388047V)
zone_profile1 param

Socioeconomic profile of a Spanish postal code — 17 blocks: income, employment, demographics, business census, real estate, FTTH, poverty, tourism.

  • postal_codestringrequiredSpanish 5-digit postal code (28013 = Madrid Gran Vía)
ai_ready_profile1 param

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

  • querystringrequiredCompany name or domain
get_competitors3 params

Find real competitors in the same sector and geography. Ranked entities with identity + location + sector matching.

  • sectorstringrequiredENTIA sector slug (estetica, dental, psicologia, legal, …)
  • citystringrequiredCity name (Madrid, Barcelona, London, Paris)
  • limitinteger
get_showcase

Curated IBEX35 + EU entity examples. FREE — does not consume quota. Use to explore data depth.

professional_lookup1 param

Verify professional registrations across 24 Spanish health/legal/psychology verticals. Returns colegiado number, college, specialty, status.

  • querystringrequiredProfessional name, colegiado number, or REPS identifier
get_full_dossier1 param

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.

  • querystringrequiredCompany name, CIF/NIF, EU VAT, or LEI
get_platform_stats

Live platform stats: entities count, countries, sources, homes published.

run_risk_audit3 params

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.

  • domainstringrequiredDomain to audit (clinicadental.es, example.com)
  • sector_idstringOptional sector hint (dental, legal, talleres, …)
  • namestringOptional business name for context
get_entia_home4 params

Retrieve full Schema.org JSON-LD @graph (4 nodes: WebPage, Entity, Verification Report, Territorial Profile) for an entity's Entia Home page.

  • countrystringrequiredISO 3166-1 alpha-2 (es, gb, fr)
  • sectorstringrequiredIndustry slug (dental, legal, talleres, …)
  • citystringrequiredCity slug (madrid, barcelona, london)
  • slugstringrequiredBusiness slug (clinica-dental-sonrisa)
lookup_by_domain1 param

Look up a business entity by its website domain. STATUS: Coming in v1.2 — endpoint not yet deployed.

  • domainstringrequiredDomain name (example.com or www.example.com)
README.md

ENTIA MCP Server

Structured business intelligence for AI agents.

ENTIA provides verified entity data across 34 countries — accessible via Model Context Protocol (MCP) or REST API.

Metric Value
Verified entities 5,220,360
Countries 34
BORME mercantile acts 40.3M
Healthcare professionals 570K+
MCP tools 13
REST endpoints 4

Quick Start (< 2 minutes)

Option 1: Remote MCP Server (recommended)

No installation needed. Connect your MCP client directly:

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "entia": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.entia.systems/mcp"]
    }
  }
}

Cursor IDE — add to .cursor/mcp.json:

{
  "mcpServers": {
    "entia": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.entia.systems/mcp"]
    }
  }
}

Then try:

Look up Telefonica in Spain

Option 2: REST API

# Search entities
curl "https://entia.systems/v1/search?q=telefonica&country=ES&limit=5" \
  -H "X-ENTIA-Key: YOUR_API_KEY"

# Full entity profile (BORME + GLEIF + VIES + Wikidata)
curl "https://entia.systems/v1/profile/Telefonica?country=ES"

# EU VAT verification
curl "https://entia.systems/v1/verify/vat/ESA28015865"

# Platform stats
curl "https://entia.systems/v1/stats"

Option 3: Python client (in this repo)

A Python client lives in this repo under entia_mcp/ (wraps a subset of tools as convenience methods). The full 13-tool surface is always available via the hosted endpoint (Option 1). A published PyPI package is planned.

13 MCP Tools

Tool What it does
entity_lookup Verify identity of any business by name, CIF/NIF, EU VAT or LEI. Cross-checks BORME, VIES, GLEIF.
search_entities Search verified entities across 34 countries by name, keyword, country, or sector.
verify_vat Real-time EU VAT validation via VIES (27 member states).
zone_profile Spanish socioeconomic profile by postal code (INE/SEPE/AEAT): income, employment, business density.
ai_ready_profile Full AI-ready JSON-LD profile for an entity (4-node @graph).
get_competitors Real competitors in the same sector and geography.
get_showcase Curated IBEX35 + EU showcase entities. Free, does not consume quota.
professional_lookup Verify professional registrations across 24 Spanish health/legal/psychology verticals. Requires DPA (GDPR Art. 28).
get_full_dossier Aggregator: 90+ fields about an entity in one call (combines 4 ENTIA sources).
get_platform_stats Live platform stats: entities, countries, sources.
run_risk_audit AI-readiness + digital risk audit for any domain.
get_entia_home Full Schema.org JSON-LD @graph for an entity (Entia Home).
lookup_by_domain Look up a business entity by its website domain. Roadmap: coming in v1.2.

Pricing

Free tier: 100 requests/day per IP, no signup. Authoritative pricing is published live at entia.systems/.well-known/ai-pricing.json.

Tier Price Requests Overage
TRACE Free 100/day Hard block
SIGNAL EUR 29/month 500/month Hard block
BUILD EUR 99/month 2,500/month Hard block
INTEGRATE EUR 399/month 10,000/month EUR 0.15/req
OPERATE EUR 1,499/month 100,000/month EUR 0.10/req
SCALE EUR 2,500+/month 500,000/month EUR 0.05/req (contact)
ENTERPRISE Custom Unlimited

Get your API key: entia.systems/mcp-setup

Data Sources

All data comes from official public registries:

  • BORME -- Spanish Mercantile Registry (BOE)
  • VIES -- EU VAT validation (European Commission)
  • GLEIF -- Legal Entity Identifiers (Global LEI Foundation)
  • Wikidata -- Knowledge Graph (Wikimedia Foundation)
  • REPS -- Spanish Healthcare Professionals Registry
  • INE -- Spanish National Statistics Institute
  • SEPE -- Spanish Employment Service
  • AEAT -- Spanish Tax Authority
  • Companies House -- UK company registry
  • Sirene/INSEE -- French company registry

Links

About

Built by PrecisionAI Marketing OU (Estonia, EU).

  • VAT: EE102780516
  • DUNS: 565868914
  • e-Residency certified
  • eIDAS compliant

License

Proprietary. See Terms of Service.

Recommended MCP Servers

How it compares

Registry-backed verification MCP, not a generic CRM enrichment or web scraping skill.

FAQ

What does ENTIA MCP Server do?

ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.

When should I use ENTIA MCP Server?

ENTIA provides verified entity data across 34 countries - accessible via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) or REST API.

Is ENTIA MCP Server safe to install?

Review the Security Audits panel on this page before installing in production.

Developer Toolsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.