ENTIA provides structured business intelligence and entity verification for AI agents, covering 5.5M+ verified entities across 34 countries with particularly deep coverage of Spain. It offers 20 MCP tools across these areas:
Entity Lookup & Search
Look up verified business entities by CIF, EU VAT, LEI, or company name, with cross-references to BORME, VIES, GLEIF, and Wikidata, including a trust score (0–100)
Search 5.5M entities by name, sector, city, and country
Retrieve full JSON-LD (Schema.org) structured entity profiles
Spanish BORME (Mercantile Registry)
Search 40.3M mercantile acts (2009–2026) by company name or CIF
Track newly formed companies filtered by CNAE sector and/or province
Monitor officer appointments/removals for KYC/KYB due diligence
EU VAT Verification
Validate EU VAT numbers in real time via VIES across all 27 EU member states
Healthcare Professional Verification (Spain)
Verify professionals against REPS (523K+ professionals from Spain's Ministry of Health)
Verify dentists via the Consejo General de Dentistas registry (44K+ colegiados)
Verify psychologists via the COP registry
Search professionals by specialty (nurses, physicians, dentists, pharmacists, veterinarians, etc.)
Healthcare Center Search (Spain)
Search REGCESS — Spain's national registry of 120K+ centers (hospitals, clinics, pharmacies, etc.)
Search regional centers across Madrid, Cataluña, Valencia, Euskadi, Navarra, and Cantabria
Search pharmacies and dental clinics (including Cataluña-specific dental clinic data)
Socioeconomic & Market Intelligence (Spain)
Get postal code profiles (income, unemployment, population, business density, ICE/lead scores) for 11,241 Spanish postal codes
Get demographic and business profiles for 8,131 Spanish municipalities
Find competitors in a given sector and city
Platform Metadata
Retrieve real-time platform statistics on registry size, country, and sector coverage
Provides LangChain integration tools for building AI agents with business intelligence capabilities, including entity search, profile lookup, and healthcare professional verification.
Offers Python client library for programmatic access to business intelligence data, including entity search, profile retrieval, VAT verification, and platform statistics.
Integrates Wikidata knowledge graph data to enhance entity profiles with verified information, contributing to comprehensive business intelligence dossiers.
Utilizes Wikimedia Foundation's Wikidata as a data source for entity verification and enrichment within business intelligence profiles.
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 SpainOption 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.
Related MCP server: Bizfile MCP
13 MCP Tools
Tool | What it does |
| Verify identity of any business by name, CIF/NIF, EU VAT or LEI. Cross-checks BORME, VIES, GLEIF. |
| Search verified entities across 34 countries by name, keyword, country, or sector. |
| Real-time EU VAT validation via VIES (27 member states). |
| Spanish socioeconomic profile by postal code (INE/SEPE/AEAT): income, employment, business density. |
| Full AI-ready JSON-LD profile for an entity (4-node @graph). |
| Real competitors in the same sector and geography. |
| Curated IBEX35 + EU showcase entities. Free, does not consume quota. |
| Verify professional registrations across 24 Spanish health/legal/psychology verticals. Requires DPA (GDPR Art. 28). |
| Aggregator: 90+ fields about an entity in one call (combines 4 ENTIA sources). |
| Live platform stats: entities, countries, sources. |
| AI-readiness + digital risk audit for any domain. |
| Full Schema.org JSON-LD @graph for an entity (Entia Home). |
| 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.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ENTIA-IA/entia-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
