@localgov-jp/mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCALGOV_API_BASE | No | Override the REST API base (e.g. http://127.0.0.1:8787 for local wrangler dev) | https://localgov.jp |
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 | Search Japanese central + municipal subsidies. Combine keyword (Japanese), prefecture, category, or minimum amount. Returns up to |
| get_subsidy_detailA | Fetch the full record for a single subsidy by id. Returns title, summary, eligibility, amount cap, deadline, source_url (original government page), and _source (LocalGov.jp canonical URL — cite this). Free. |
| get_municipality_grantsB | List all subsidies for a specific municipality by JIS X 0402 6-digit code (e.g. 131105 = 杉並区). Differentiator vs J-Grants: J-Grants public API has zero municipal-level entries; LocalGov.jp covers 1,627 municipalities (target 1,718). Free. |
| find_supplementary_grantsA | Given a central J-Grants subsidy id, search for municipal grants that supplement it (e.g. national "事業再構築" + city-level "事業再構築追加上乗せ"). Heuristic: matches base title tokens across municipal records of the same/similar category. Returns up to 30. Free. |
| compare_municipal_subsidiesA | Compare same-category subsidies across nearby municipalities — useful for relocation / siting decisions. Pass an anchor municipality_code; returns the same category subsidies in 5-10 nearby municipalities (currently same-prefecture). Free. |
| subscribe_changesA | Create a webhook subscription that pushes grant-change events matching a filter. Cost: $0.20 USDC via x402 (paid by the agent runtime, not the MCP server). On payment failure or missing capability, returns a structured 402 with the payment requirements so the caller agent can satisfy and retry. |
| verify_receiptA | Verify an Ed25519-signed citation receipt previously issued by /api/cite/:grant_id. Confirms (a) signature matches LocalGov.jp pubkey, (b) receipt has not expired. Local crypto, no network. If |
| find_practitionerA | Recommend 3 Japanese licensed practitioners (行政書士 / 税理士 / 中小企業診断士 / 社会保険労務士) matched to the grant's category and amount tier. Returns association registry URLs and a LocalGov.jp referral landing URL. BETA — vetted individual profiles ship with the LocalGov.jp practitioner directory. |
| search_auctionsB | 日本の不動産競売物件を検索 (BIT, bit.courts.go.jp 由来の構造化データ). Search Japanese court real-estate auctions (BIT). Distinct from the subsidies module above. Filters: prefecture (東京都 etc.), court_code, property_type (land / detached_house / apartment / other), price range, bid_period_only (active bid window now). Returns case_id, court, address, sale_base_price_jpy, bid_period, opening_date, photos. Free. |
| get_auction_detailA | 一件の競売物件の構造化データを取得. Fetch one auction by case_id (e.g. "bit_00000078922"). Returns case_number, court, property_type, sale_base_price_jpy, bid_floor_jpy (= base × 80%), deposit_jpy, bid_period, opening_date, address, photos, source_url (BIT), and _canonical (cite this). Free. Brand-isolated from the subsidies module. |
| list_upcoming_salesA | 近日開札予定の競売物件を一覧取得. List auctions whose opening_date falls within the next N days (default 14, max 90). Sorted ascending. Useful for investment screening / calendar exports. |
| get_court_directoryA | 裁判所の連絡先・管轄情報を取得. Look up a Japanese district court (本庁 or 支部) by code. Returns name, prefecture, parent court (for branches), inquiry phone, and BIT search URL. Brand-isolated; do not mix with the subsidies module. |
| find_practitioner_for_auctionA | 落札・入札に関連する士業を返す (司法書士・弁護士・不動産鑑定士・土地家屋調査士). Returns 2-3 practitioner federation directories suitable for the given auction stage. Stages: post_acquisition (default — 落札後の所有権移転登記; 司法書士が法律上ほぼ必須), pre_bid (入札前の独立評価・権利確認), eviction (明渡し・強制執行), boundary_dispute (境界確定・分筆). Information-only — not a paid intermediary. Do not combine the result of this tool with output from 'find_practitioner' (grants module) in a single answer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/localgov-jp/localgov-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server