ENTIA MCP Server — verified business intelligence for AI agents. 5.5M entities, 34 countries, 6 MCP tools (entity_lookup, search_entities, borme_lookup, verify_vat, zone_profile, get_competitors). Sources: BORME, VIES, GLEIF, Wikidata, INE.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
claude mcp add entia -- uvx entia-mcp-server{
"mcpServers": {
"entia": {
"command": "uvx",
"args": ["entia-mcp-server"]
}
}
}MCP Servers overview
# ENTIA MCP Server
**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.
| 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`:
```json
{
"mcpServers": {
"entia": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.entia.systems/mcp"]
}
}
}
```
**Cursor IDE** — add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"entia": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.entia.systems/mcp"]
}
}
}
```
Then try:
```
Look up Telefonica in Spain
```
### Option 2: REST API
```bash
# 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](https://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](https://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
- [API Documentation](https://entia.systems/mcp-docs)
- [Get API Key](https://entia.systems/mcp-setup)
- [Setup Guide](https://entia.systems/mcp-setup)
- [Client Dashboard](https://entia.systems/mcp-dashboard)
- [Official MCP Registry](https://registry.modelcontextprotocol.io)
## About
Built by [PrecisionAI Marketing OU](https://entia.systems) (Estonia, EU).
- VAT: EE102780516
- DUNS: 565868914
- e-Residency certified
- eIDAS compliant
## License
Proprietary. See [Terms of Service](https://entia.systems/legal/terms).
What people ask about entia-mcp-server
What is ENTIA-IA/entia-mcp-server?
+
ENTIA-IA/entia-mcp-server is mcp servers for the Claude AI ecosystem. ENTIA MCP Server — verified business intelligence for AI agents. 5.5M entities, 34 countries, 6 MCP tools (entity_lookup, search_entities, borme_lookup, verify_vat, zone_profile, get_competitors). Sources: BORME, VIES, GLEIF, Wikidata, INE. It has 0 GitHub stars and was last updated today.
How do I install entia-mcp-server?
+
You can install entia-mcp-server by cloning the repository (https://github.com/ENTIA-IA/entia-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is ENTIA-IA/entia-mcp-server safe to use?
+
Our security agent has analyzed ENTIA-IA/entia-mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains ENTIA-IA/entia-mcp-server?
+
ENTIA-IA/entia-mcp-server is maintained by ENTIA-IA. The last recorded GitHub activity is from today, with 3 open issues.
Are there alternatives to entia-mcp-server?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy entia-mcp-server to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/entia-ia-entia-mcp-server)<a href="https://claudewave.com/repo/entia-ia-entia-mcp-server"><img src="https://claudewave.com/api/badge/entia-ia-entia-mcp-server" alt="Featured on ClaudeWave: ENTIA-IA/entia-mcp-server" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。