ENTIA Entity Verification
OfficialENTIA MCP 服务器
面向 AI 代理的结构化商业智能。
ENTIA 提供覆盖 34 个国家的已验证实体数据——可通过 模型上下文协议 (MCP) 或 REST API 访问。
指标 | 数值 |
已验证实体 | 550 万+ |
国家/地区 | 34 |
BORME 商业行为记录 | 4030 万 |
医疗保健专业人员 | 57 万+ |
MCP 工具 | 20 |
REST 端点 | 4 |
快速入门(< 2 分钟)
选项 1:远程 MCP 服务器(推荐)
无需安装。直接连接您的 MCP 客户端:
Claude Desktop — 添加到 claude_desktop_config.json:
{
"mcpServers": {
"entia": {
"command": "npx",
"args": ["mcp-remote", "https://entia.systems/mcp/"]
}
}
}Cursor IDE — 添加到 .cursor/mcp.json:
{
"mcpServers": {
"entia": {
"command": "npx",
"args": ["mcp-remote", "https://entia.systems/mcp/"]
}
}
}然后尝试:
Look up Telefonica in Spain选项 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"选项 3:Python 客户端
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"]) # True选项 4:LangChain 集成
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 工具
工具 | 功能描述 |
| 获取 550 万个已验证实体的完整档案 |
| 按名称、行业、城市、国家浏览注册信息 |
| 4030 万条西班牙商业行为记录 (2009-2026) |
| 新成立公司信息流 |
| 董事任命/罢免 (KYC/KYB) |
| 52.3 万名专业人员 (REPS) |
| 4.4 万名注册牙医 (Consejo General Dentistas) |
| 注册心理学家 (COP) |
| 12 万个医疗保健中心 |
| 通过 VIES 进行欧盟增值税验证 (27 个成员国) |
| 按邮政编码划分的社会经济数据 (INE/SEPE/AEAT) |
| 同一行业和地区的竞争对手 |
| 人口 + CNAE 分布 |
| 注册规模和数据覆盖范围 |
+ 6 个更多 | 医疗保健、经济情报 |
定价
层级 | 价格 | 请求数 | 超额费用 |
免费版 | 0 欧元 | 20 次/天 | 强制拦截 |
专业版 | 199 欧元/月 | 1,000 次/月 | 0.15 欧元/次 |
规模版 | 990 欧元/月 | 10,000 次/月 | 0.10 欧元/次 |
企业版 | 2,500 欧元/月 | 100,000 次/月 | 0.05 欧元/次 |
获取您的 API 密钥:entia.systems/get-started
数据来源
所有数据均来自官方公共注册机构:
BORME -- 西班牙商业注册处 (BOE)
VIES -- 欧盟增值税验证 (欧盟委员会)
GLEIF -- 法人实体识别码 (全球 LEI 基金会)
Wikidata -- 知识图谱 (维基媒体基金会)
REPS -- 西班牙医疗保健专业人员注册处
INE -- 西班牙国家统计局
SEPE -- 西班牙就业服务局
AEAT -- 西班牙税务局
Companies House -- 英国公司注册处
Sirene/INSEE -- 法国公司注册处
链接
关于
由 PrecisionAI Marketing OU(欧盟,爱沙尼亚)构建。
增值税号:EE102780516
DUNS 编码:565868914
e-Residency 认证
符合 eIDAS 标准
许可
专有软件。请参阅 服务条款。
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