Japan Company Leads Finder MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companiesA | 日本の法人データベース(経産省gBizINFO、約100万社超の活動情報)から営業リード候補を検索する。都道府県・従業員数・資本金・売上・設立年・補助金受給歴の有無で絞り込める。結果のcorporate_number(法人番号)をget_company_profile / get_company_subsidiesに渡すと詳細が取れる。 |
| get_company_profileA | 法人番号を指定して企業の詳細プロフィールを取得する:代表者名・役職、従業員数、資本金、設立日、事業概要、会社URL、全省庁統一資格など。営業アプローチの下調べに使う。 |
| get_company_subsidiesA | 法人番号を指定して、その企業が国から受給した補助金の履歴を取得する。「補助金で設備投資した企業」「IT導入補助金の受給企業」など、予算と投資意欲のある企業の発掘に使える。 |
| get_company_procurementA | 法人番号を指定して、その企業の政府調達(官公庁との取引)実績を取得する。官公需に強い企業の発掘や、取引先の信用調査の参考に使える。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct purpose: searching companies, then retrieving profile, procurement, or subsidy details. No overlap or ambiguity.
All tools follow a clear verb_noun pattern (get_company_* and search_companies), with consistent terminology and predictable naming.
With 4 tools, the server is well-scoped for a leads finder: one search and three detail retrieval functions. No extraneous tools.
Covers search and key lead data (profile, procurement, subsidies). Minor gaps like financial ratios or news are absent but not critical for basic lead qualification.