Skip to main content
Glama
mambalabsdev

mcp-legal-entity-resolver

by mambalabsdev

Legal Entity Resolver MCP Server

Smithery Glama score MCP Registry npm version npm downloads license mcpservers.org

Apify 上の Mamba Labs の Legal Entity Resolver アクター向けの MCP サーバーです。

企業のドメインを渡すと、その背後にある登録済みの法的エンティティ(法人名、会社番号、管轄、ステータス、LEI、VAT番号)を返します。ドメインごとに1行のフラットなレコード、24フィールドで、Clay や CRM ですぐに使えます。

インストール

npx -y @mambalabsdev/mcp-legal-entity-resolver

Claude Desktop

{
  "mcpServers": {
    "mamba-legal-entity-resolver": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-legal-entity-resolver"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Apify トークンは console.apify.com/account/integrations で取得できます。

Related MCP server: enrich-company-mcp

ツール

企業ドメインを入力として受け取り、その背後にある登録済みの法的エンティティを出力します。

入力

必須

備考

domain

string

はい

単一の企業ドメイン(例: monzo.com)。プロトコルとパスは取り除かれます。

legal_name_hint

string

いいえ

ドメインの検索をスキップし、この名前で直接レジスタを検索します。すでに法人名が分かっていて、レジスタのレコードだけが必要な場合に使用します。

jurisdiction_hint

string

いいえ

ISO-2 の国コード。GB/UK は Companies House を、US は SEC EDGAR を、FR はフランスの Sirene レジスタ(SIREN)を、NO はノルウェーの Brreg レジスタ(organisasjonsnummer)を照会します。いずれの場合も GLEIF も併せて照会します。その他のコードの場合は GLEIF のみを照会します。空のままにすると5つすべてを照会します。

match_strictness

enum

いいえ

exact は、正規化された法人名が一致する場合にのみレジスタのレコードを受け入れます。fuzzy は、信頼度が100未満の最良スコアの候補を返し、rejected_candidates に警告を含めます。デフォルトは exact です。

validate_vat

boolean

いいえ

企業自身のページで見つかった VAT 番号を EU VIES サービスで検証し、VIES が保持する名前を返します。レジスタ名との相互チェックとして機能します。デフォルトは true です。

skipCache

enum

いいえ

false はキャッシュを使用します。解決済みの企業は90日間、null は7日間キャッシュされます。true は強制的に新しい検索を行います。デフォルトは false です。

null はギャップではなく、成果物です

レジスタの検索エンドポイントはファジー検索であり、常に何かを返します。検索結果の最上位を採用すると、多くの場合、自信満々で間違った会社番号を取得することになります。このアクターは、正規化後に法人名が完全に一致する場合にのみマッチを受け入れます。そのため、10件中10件ではなく、およそ10件中6件のドメインしか解決されず、その6件こそが行動に値するのです。

マッチに基づいて行動する前に、match_methodmatch_confidencerejected_candidates を確認してください。厳密性を fuzzy に設定すると、リサーチモードになります。ほとんどのドメインで、自信満々で間違った企業を返すことになります。

照会されるレジスタは3つです: UK Companies House、GLEIF、SEC EDGAR。

料金

解決されたドメインごとに課金され、さらに少額のアクター起動料金がかかります。キャッシュされた結果は、解決済みの企業で90日間、null で7日間保持されます。

料金はアクターの Apify ページに記載されています。このサーバーを実行すると Apify クレジットを消費します。

このサーバーが行う

Available Tools

1 tool

TDQS

A4.7/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion or misselection. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The tool name 'resolve_legal_entity' follows a clear verb_noun pattern, which is consistent and predictable even as a single tool.

Tool Count4/5

The server is highly specialized, and a single complex tool is reasonable for its narrow purpose. While slightly under the typical 3-15 range, the tool's depth justifies the count.

Completeness5/5

The tool provides a comprehensive resolution workflow with audit trail, matching controls, and clear output. For its stated domain, there are no obvious missing capabilities.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for GLEIF LEI (Legal Entity Identifier) database access. Look up, validate, and search legal entities and their relationships in the global LEI system.
    12
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for domain intelligence — WHOIS, DNS records, SSL certificate inspection, SPF/DMARC validation, security-header audits, and blacklist/reputation checks, callable by AI agents. Powered by domainintel.app; runs server-side, no local setup.
    7
    99
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for the Mamba Labs People Finder & Email Verifier actor on Apify. Give it a company domain, name or LinkedIn URL and it returns the people at that company who match your role, seniority and department filters, each as a structured contact record with an optional verified business email.
    1
    95
    MIT

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/mambalabsdev/mcp-legal-entity-resolver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server