ENTIA Entity Verification
OfficialENTIA 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.5M+ |
Countries | 34 |
BORME mercantile acts | 40.3M |
Healthcare professionals | 570K+ |
MCP tools | 6 |
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 SDK (coming soon)
A Python client (entia-mcp on PyPI) and LangChain integration are on the
roadmap. Not yet published. Until then, use Option 1 (MCP) or Option 2 (REST).
6 MCP Tools
Tool | What it does |
| Verify identity of any business across 34 countries (5.5M entities) |
| Browse registry by name, sector, city, country |
| Spanish mercantile acts (40.3M, 2009-2026) |
| EU VAT via VIES (27 member states) |
| Spanish socioeconomic data by postal code (INE/SEPE/AEAT) |
| Competitors in same sector and city |
Pricing
Tier | Price | Requests | Overage |
TRACE | Free | 5/day | Hard block |
SIGNAL | EUR 7.99/month | 500/month | Hard block |
BUILD | EUR 39/month | 2,500/month | Hard block |
INTEGRATE | EUR 149/month | 10,000/month | EUR 0.15/req |
OPERATE | EUR 799/month | 100,000/month | EUR 0.10/req |
SCALE | EUR 2,500/month | 500,000/month | EUR 0.05/req |
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.
AWS deployment (emergency migration runbook)
This repository now includes a minimal AWS bootstrap for running the standalone MCP server on ECR + ECS Fargate + ALB + Route 53 + ACM + Secrets Manager + CloudWatch Logs under infra/aws/.
What is deployed
ECR repository for container images.
ECS cluster, task definition, and Fargate service.
ALB with:
port 80 redirect to 443
port 443 HTTPS listener (ACM certificate)
target group health check on
/health
Security groups (ALB public ingress, ECS ingress from ALB only).
Route53 alias record (optional) for
mcp.entia.systems.CloudWatch Logs group for ECS logs.
IAM roles with least-privilege baseline, plus optional Secrets Manager access.
Runtime assumptions preserved
MCP_TRANSPORT=httpMCP_PORT=3000Health endpoint path:
/health
Required AWS environment variables (GitHub Actions repository variables)
AWS_REGIONECR_REPOSITORY(example:123456789012.dkr.ecr.us-east-1.amazonaws.com/entia-mcp-prod-mcp)ECS_CLUSTERECS_SERVICEDOCKERFILE_PATH(optional, defaults toDockerfile)
Required GitHub Actions secrets
AWS_GITHUB_ACTIONS_ROLE_ARN(OIDC role ARN with Terraform/ECR/ECS permissions)TF_VARS_JSON_B64(base64-encoded JSON tfvars for required Terraform inputs exceptcontainer_image)
Required runtime secrets (AWS Secrets Manager)
Configure as secret_arns map in Terraform (ENV_VAR_NAME => secret ARN), for example:
ENTIA_API_KEYAny upstream API credentials used by the standalone MCP server
SMTP or provider tokens if used by the runtime
Keep all credentials in Secrets Manager. Do not hardcode secrets in workflow files or Terraform variables.
Deploy steps
Copy
infra/aws/terraform.tfvars.exampletoinfra/aws/terraform.tfvars.Fill network/DNS/certificate/image values.
Run:
terraform -chdir=infra/aws initterraform -chdir=infra/aws planterraform -chdir=infra/aws apply
For CI deploys, provide
TF_VARS_JSON_B64secret (base64 of tfvars JSON) and trigger workflowAWS MCP Deploy.Push to
mainor trigger GitHub Actions workflowAWS MCP Deploy.Validate smoke checks:
GET https://mcp.entia.systems/healthreturns 200MCP endpoint is reachable via ALB
ECS service has healthy targets
Rollout steps (production-safe)
Deploy infra and ECS service without changing DNS (
create_dns_record=false) and test on ALB DNS name.Run smoke checks on ALB hostname.
Enable DNS alias (
create_dns_record=true) once healthy.Monitor CloudWatch Logs + ALB target health for at least one full business cycle.
Rollback steps
Revert DNS alias to previous serving endpoint (
mcp.entia.systems).Re-deploy previous stable image tag or previous task definition revision in ECS:
aws ecs update-service --cluster <cluster> --service <service> --task-definition <family:revision> --force-new-deployment
If needed, roll back Terraform to previous commit and apply.
Confirm
/healthand MCP endpoint recovery.
DNS cutover steps for mcp.entia.systems
Ensure ACM cert is issued for
mcp.entia.systemsin the deployment region.Apply Terraform with
create_dns_record=true,hosted_zone_id, anddomain_name="mcp.entia.systems".Verify Route53 alias points to ALB and target group is healthy.
Execute post-cutover checks:
TLS certificate chain valid
/health= 200MCP request/response path works end-to-end
For additional safety/rollback details, see AGENTS.md and docs/aws-migration-assumptions.md.
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