Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.localgov-jp/mcp-server

REMOTE · LOCALGOV.JP · 2 COMPONENTS · SCANNED SEP 24

Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP.

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1110 tokens (~138/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.localgov-jp/mcp-server server?

io.github.localgov-jp/mcp-server is a hosted endpoint at https://localgov.jp/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · localgov.jp

# add to Claude Code
claude mcp add --transport http localgov-jp-mcp-server 'https://localgov.jp/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "localgov-jp-mcp-server": {
      "url": "https://localgov.jp/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "localgov-jp-mcp-server": {
      "type": "http",
      "url": "https://localgov.jp/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.localgov-jp-mcp-server]
url = "https://localgov.jp/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "localgov-jp-mcp-server": {
      "type": "remote",
      "url": "https://localgov.jp/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add localgov-jp-mcp-server --url 'https://localgov.jp/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  localgov-jp-mcp-server:
    url: "https://localgov.jp/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "localgov-jp-mcp-server": {
      "Transport": "http",
      "Url": "https://localgov.jp/mcp"
    }
  }
}
# add to Vellum
assistant mcp add localgov-jp-mcp-server -t streamable-http -u 'https://localgov.jp/mcp'
// mcp.json
{
  "mcpServers": {
    "localgov-jp-mcp-server": {
      "type": "http",
      "url": "https://localgov.jp/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 80
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://localgov.jp/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=localgov.jp CN=WE1,O=Google Trust Services,C=US 31 Aug 2026 29 Nov 2026 ECDSA 256 ECDSA-SHA256 45846530969635a11351d1f52500ec9e
SANs: localgov.jp, api.localgov.jp, *.api.localgov.jp
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of localgov.jp. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
jp. present 33631 8 Verified
localgov.jp. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://localgov.jp/mcp Verified 200
http (plaintext) http://localgov.jp/mcp Inconclusive 406
MCP tools · 8 exposed · ~996 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_municipal_subsidies ~109

Compare same-category subsidies across nearby municipalities (same prefecture by default). Useful for relocation / siting decisions. Free.

NameTypeReqDescription
anchor_municipality_codestringyesJIS code of the anchor municipality to compare around
categorystringCategory to compare; if omitted, the most-frequent category at the anchor is auto-picked
max_municipalitiesintegerMax number of municipalities in the comparison (2-20, default 10)
NameTypeReqDescription
anchor_municipality_codestringyes
categorystringyes
municipalities_comparedintegeryes
per_municipalityarrayyes
prefecturestringyes

No examples provided.

find_practitioner ~126

Recommend 3 Japanese licensed practitioner types (行政書士 / 税理士 / 中小企業診断士 / 社労士) for the grant's category. Returns role explanations and official-association registry links. **Informational only** — LocalGov.jp does NOT broker, refer, or accept commission for these recommendations.

NameTypeReqDescription
grant_idstringyesSubsidy id (the recommendation is shaped by the grant's category and amount tier)
industry_hintstringFree-text industry context, e.g. "飲食業", "製造業"
NameTypeReqDescription
grant_idstringyes
legal_disclaimerstringyes
noticestringyes
practitionersarrayyes

No examples provided.

find_supplementary_grants ~123

Given a central J-Grants subsidy id, search for municipal grants that supplement it (e.g. national "事業再構築" + city-level "事業再構築追加上乗せ"). Heuristic title-token match. Free.

NameTypeReqDescription
central_grant_idstringyesCentral J-Grants id, e.g. "jg_a0W..."
limitintegerMax records (1-50, default 30)
prefecturestringRestrict supplementaries to municipalities of a single prefecture
NameTypeReqDescription
base_tokenstringyesHeuristic base token used for matching
centralobjectyesEcho of the seed central grant
supplementaryarrayyes
supplementary_countintegeryes

No examples provided.

get_municipality_grants ~102

List all subsidies for a single municipality by JIS X 0402 6-digit code. **Differentiator**: J-Grants public API has zero municipal-level entries; LocalGov.jp covers 1,627 municipalities (target 1,718). Free.

NameTypeReqDescription
limitintegerMax records (1-200, default 50)
municipality_codestringyesJIS X 0402 6-digit municipality code
NameTypeReqDescription
itemsarrayyes
municipality_codestringyesEcho of the requested code
totalintegeryesTotal grants for the municipality

No examples provided.

get_subsidy_detail ~98

Fetch the full record for a single subsidy by id. Returns `_source` (LocalGov.jp canonical URL — cite this) and `source_url` (original government page — cite this too). Free.

NameTypeReqDescription
idstringyesSubsidy id, e.g. "jg_a0W2x000003QX8oEAG" (J-Grants central) or "131105_<slug>" (municipal)
NameTypeReqDescription
_attributionstringyesAttribution string for CC BY 4.0
_licensestringyesLicense hint
_sourcestringyesCanonical LocalGov.jp URL — cite this as "via LocalGov.jp"
amount_max_jpynumber|nullyesMaximum subsidy amount in JPY
categorystring|nullyesCategory label
deadlinestring|nullyesApplication deadline (ISO date)
eligibilityarrayyesEligibility criteria, free-form
idstringyesStable grant id
issuerstringyesIssuing authority (ministry, prefecture, or municipality)
municipality_codestring|nullyesJIS X 0402 6-digit code, null for central government grants
prefecturestring|nullyesPrefecture name in kanji
source_urlstring|nullyesOriginal government page (cite this in addition to _source)
source_url_sharedbooleanyesTrue when source_url is a category/index page shared by other grants. When true, cite as "LocalGov.jp listing" or pair with the LocalGov.jp _source for per-grant precision.
source_url_sibling_countintegeryesNumber of other grants pointing at the same source_url (0 means dedicated per-grant page).
summarystringyesShort Japanese summary
titlestringyesOfficial subsidy/grant title (Japanese)

No examples provided.

search_subsidies ~269

Search Japanese central + municipal subsidies. Combine keyword (Japanese), prefecture, municipality_code, category, or minimum amount. Returns up to `limit` records. Free.

NameTypeReqDescription
categorystringCategory label (e.g. "子育て", "住宅", "事業者支援") — usually omit and rely on keyword
keywordstringFree-text Japanese keyword (FTS), e.g. "IT導入", "創業", "省エネ"
limitintegerMax records to return (1-100, default 20)
min_amount_jpyintegerMinimum subsidy amount in JPY; only records with amount_max_jpy >= this
municipality_codestringJIS X 0402 6-digit municipality code (e.g. 131105 = 杉並区)
offsetintegerPagination offset (default 0)
open_onlybooleanWhen true, exclude records whose deadline has passed (default: false = include all)
prefecturestringPrefecture name in kanji, e.g. "東京都", "北海道"
sortstringSort order; default "relevance" when keyword set, otherwise "newest"
NameTypeReqDescription
itemsarrayyesRecords on this page
totalintegeryesTotal matching records (independent of limit/offset)

No examples provided.

subscribe_changes ~129

Create a webhook subscription that pushes grant-change events matching a filter. Cost: $0.20 USDC via x402 (paid by the agent runtime). On 402 response, agent must satisfy payment and retry.

NameTypeReqDescription
callback_urlstringyesHTTPS URL that will receive POSTed event payloads
filterobjectyesAt least one filter dimension required
hmac_secretstringyesShared secret used to HMAC-SHA256 sign delivery payloads (16-256 chars)
ttl_daysintegerSubscription lifetime in days (1-90, default 30)
NameTypeReqDescription
callback_urlstring
details
expires_atstring
payment_requiredboolean
subscription_idstring

No examples provided.

verify_receipt ~40

Return LocalGov.jp's Ed25519 public key (for offline citation-receipt verification). Callers verify receipt signatures using WebCrypto with this key.

Input schema present but exposes no named parameters.

NameTypeReqDescription
algstringyesSignature algorithm (Ed25519)
issuerstringyesTrust anchor name
pubkeystringyesBase64-encoded 32-byte Ed25519 public key

No examples provided.

Common questions

What is the io.github.localgov-jp/mcp-server server?

io.github.localgov-jp/mcp-server is listed in the public MCP registry as io.github.localgov-jp/mcp-server. Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP. This page covers its hosted endpoint (https://localgov.jp/mcp).

Is the io.github.localgov-jp/mcp-server server safe to use?

io.github.localgov-jp/mcp-server scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.localgov-jp/mcp-server server expose?

io.github.localgov-jp/mcp-server exposes 8 tools: search_subsidies, get_subsidy_detail, get_municipality_grants, find_supplementary_grants, compare_municipal_subsidies, and 3 more. Their descriptions and schemas cost roughly 996 tokens of context every time the server is loaded.

Does the io.github.localgov-jp/mcp-server server require authentication?

No. We connected to io.github.localgov-jp/mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.localgov-jp/mcp-server server still maintained?

io.github.localgov-jp/mcp-server is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.