ENTIA Entity Verification
OfficialENTIA MCP 서버
AI 에이전트를 위한 구조화된 비즈니스 인텔리전스.
ENTIA는 Model Context Protocol (MCP) 또는 REST API를 통해 34개국에 걸친 검증된 기업 데이터를 제공합니다.
지표 | 값 |
검증된 기업 | 550만 개 이상 |
국가 | 34개 |
BORME 상업 등기 | 4,030만 개 |
의료 전문가 | 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만 개의 검증된 기업에 대한 전체 기업 정보 |
| 이름, 부문, 도시, 국가별 등록부 검색 |
| 4,030만 개의 스페인 상업 등기 (2009-2026) |
| 신규 설립 기업 피드 |
| 임원 임명/해임 (KYC/KYB) |
| 52만 3천 명의 전문가 (REPS) |
| 4만 4천 명의 치과의사 (치과의사 협회) |
| 심리학자 (COP) |
| 12만 개의 의료 센터 |
| VIES를 통한 EU VAT 검증 (27개 회원국) |
| 우편번호별 사회경제적 데이터 (INE/SEPE/AEAT) |
| 동일 부문 및 지역 내 경쟁사 |
| 인구 + CNAE 분포 |
| 등록부 규모 및 데이터 범위 |
+ 6개 추가 | 의료, 경제 인텔리전스 |
요금제
등급 | 가격 | 요청 수 | 초과 요금 |
무료 | EUR 0 | 일 20회 | 차단 |
Pro | 월 EUR 199 | 월 1,000회 | 요청당 EUR 0.15 |
Scale | 월 EUR 990 | 월 10,000회 | 요청당 EUR 0.10 |
Enterprise | 월 EUR 2,500 | 월 100,000회 | 요청당 EUR 0.05 |
API 키 받기: entia.systems/get-started
데이터 소스
모든 데이터는 공식 공공 등록부에서 제공됩니다:
BORME -- 스페인 상업 등기소 (BOE)
VIES -- EU VAT 검증 (유럽 위원회)
GLEIF -- 법인 식별 기호 (Global LEI Foundation)
Wikidata -- 지식 그래프 (Wikimedia Foundation)
REPS -- 스페인 의료 전문가 등록부
INE -- 스페인 국립 통계청
SEPE -- 스페인 고용 서비스
AEAT -- 스페인 국세청
Companies House -- 영국 기업 등록부
Sirene/INSEE -- 프랑스 기업 등록부
링크
소개
PrecisionAI Marketing OU (에스토니아, EU)에서 제작.
VAT: 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