Skip to main content
Glama
ENTIA-IA

ENTIA Entity Verification

Official
by ENTIA-IA

ENTIA MCPサーバー

AIエージェント向けの構造化ビジネスインテリジェンス。

ENTIAは、34カ国にわたる検証済みエンティティデータを提供します。Model Context Protocol (MCP) またはREST API経由でアクセス可能です。

指標

検証済みエンティティ

550万件以上

対象国

34カ国

BORME商事登記

4,030万件

医療従事者

57万人以上

MCPツール

20種類

RESTエンドポイント

4つ

クイックスタート(2分以内)

オプション1:リモートMCPサーバー(推奨)

インストールは不要です。MCPクライアントを直接接続してください:

Claude Desktopclaude_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-mcp
from 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ツール

ツール

機能

entity_lookup

550万件の検証済みエンティティから詳細な企業情報を取得

search_entities

名前、セクター、都市、国でレジストリを検索

borme_lookup

4,030万件のスペイン商事登記(2009-2026年)

borme_new_constitutions

新規設立企業フィード

borme_officer_changes

役員の任命/解任(KYC/KYB)

verify_healthcare_professional

52.3万人の専門家(REPS)

verify_dentist

4.4万人の歯科医師(歯科医師会)

verify_psychologist

心理学者(COP)

search_regcess

12万件の医療センター

verify_vat

VIES経由のEU VAT検証(27加盟国)

zone_profile

郵便番号別の社会経済データ(INE/SEPE/AEAT)

get_competitors

同一セクターおよび地域の競合他社

municipality_profile

人口およびCNAE分布

get_platform_stats

レジストリの規模とデータカバレッジ

+ 6種類

医療、経済インテリジェンス関連

料金プラン

プラン

価格

リクエスト数

超過料金

Free

0ユーロ

20回/日

制限あり

Pro

199ユーロ/月

1,000回/月

0.15ユーロ/回

Scale

990ユーロ/月

10,000回/月

0.10ユーロ/回

Enterprise

2,500ユーロ/月

100,000回/月

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準拠

ライセンス

プロプライエタリ。利用規約を参照してください。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

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