ENTIA Entity Verification
OfficialProvides 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 | 20 |
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://entia.systems/mcp/"]
}
}
}Cursor IDE — add to .cursor/mcp.json:
{
"mcpServers": {
"entia": {
"command": "npx",
"args": ["mcp-remote", "https://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
pip install entia-mcpfrom entia_mcp import EntiaClient
client = EntiaClient(api_key="entia_live_...")
# Search
results = client.search("dental clinic", country="ES", limit=5)
# Profile
profile = client.profile("Telefonica", country="ES")
print(profile["trust_score"]) # {"score": 84, "badge": "PARTIAL"}
# VAT verification
vat = client.verify_vat("ESA28015865")
print(vat["valid"]) # TrueOption 4: LangChain Integration
from entia_mcp.langchain import build_entia_tools
tools = build_entia_tools()
# Returns: [entia_search, entia_profile, entia_health]
# Ready for create_tool_calling_agent()20 MCP Tools
Tool | What it does |
| Full entity dossier from 5.5M verified entities |
| Browse registry by name, sector, city, country |
| 40.3M Spanish mercantile acts (2009-2026) |
| Newly formed companies feed |
| Director appointments/removals (KYC/KYB) |
| 523K professionals (REPS) |
| 44K colegiados (Consejo General Dentistas) |
| Colegiados (COP) |
| 120K healthcare centers |
| EU VAT via VIES (27 member states) |
| Socioeconomic data by postal code (INE/SEPE/AEAT) |
| Competitors in same sector and location |
| Population + CNAE distribution |
| Registry size and data coverage |
+ 6 more | Healthcare, economic intelligence |
Pricing
Tier | Price | Requests | Overage |
Free | EUR 0 | 20/day | Hard block |
Pro | EUR 199/month | 1,000/month | EUR 0.15/req |
Scale | EUR 990/month | 10,000/month | EUR 0.10/req |
Enterprise | EUR 2,500/month | 100,000/month | EUR 0.05/req |
Get your API key: entia.systems/get-started
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.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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