Japan Subsidy Search 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_subsidiesA | 日本政府の公式データベース(jGrants)から補助金・助成金をリアルタイム検索する。募集中の案件を締切が近い順に返す。都道府県を指定すると、その地域限定の補助金と全国対象の補助金の両方を返す。各結果には申請ページURL・上限額・締切までの残り日数が含まれる。 |
| get_subsidy_detailA | 補助金IDを指定して、目的・応募資格・補助率・応募期間・問い合わせ先などの詳細情報を取得する。IDはsearch_subsidiesの結果に含まれる。 |
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 2 tools
The two tools have clearly distinct purposes: search_subsidies for finding subsidies and get_subsidy_detail for retrieving details by ID. No overlap in functionality.
Both tools use a consistent verb_noun snake_case pattern (search_subsidies, get_subsidy_detail), which makes the naming predictable and easy to understand.
With only 2 tools, the server is minimal but still functional for its core purpose of search and detail retrieval. It could benefit from additional tools like filtering or listing categories.
The tool surface covers the essential search and detail retrieval operations for Japanese subsidies. Minor gaps exist, such as lack of filtering by amount or category, but the core workflow is complete.