Server data from the Official MCP Registry
Verify any business across 34 countries via BORME, VIES, GLEIF, Wikidata. Free 100 req/day.
Verify any business across 34 countries via BORME, VIES, GLEIF, Wikidata. Free 100 req/day.
Remote endpoints: streamable-http: https://mcp.entia.systems/mcp
ENTIA MCP Server is a well-structured business intelligence integration with appropriate authentication, reasonable permissions, and clean code architecture. The server requires API keys for most operations, uses environment variables for configuration, and makes authenticated HTTP calls to a remote API. Minor code quality concerns around broad exception handling and lack of input validation on some parameters prevent a higher score, but no critical vulnerabilities were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
7 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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 |
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
# 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"
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.
| 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. |
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
All data comes from official public registries:
Built by PrecisionAI Marketing OU (Estonia, EU).
Proprietary. See Terms of Service.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.