io.github.kodandy/jp-m2m-gateway
Official5 toolsby kodandy
Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC).
Access Japanese regulatory data on pensions, gazettes, and business information.
Captured live from the server via tools/list.
list_company_datasets
Free catalog lookup. Lists the raw regulatory datasets available for one Japanese corporate number with per-call x402 pricing (0.05 USDC per call). Use the dataset tools or the returned api_url to retrieve data.
Parameters (1)
- corporate_idstringrequired
13-digit Japanese corporate number (法人番号), e.g. 7010001012345
get_pension_headcount_log
Un-aggregated month-over-month insured headcount deltas (健康保険・厚生年金) for one Japanese corporate number. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge for the resource. Private beta note: a successful settlement is acknowledged with a receipt that records your priority access; the dataset itself unlocks for early settlers as provisioning goes live.
Parameters (1)
- corporate_idstringrequired
13-digit Japanese corporate number (法人番号), e.g. 7010001012345
get_gazette_financials
Statutory financial disclosure (決算公告) raw text blocks, parsed from gazette page scans by a Vision LLM. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge for the resource. Private beta note: a successful settlement is acknowledged with a receipt that records your priority access; the dataset itself unlocks for early settlers as provisioning goes live.
Parameters (1)
- corporate_idstringrequired
13-digit Japanese corporate number (法人番号), e.g. 7010001012345
get_government_records
FREE during beta — returns live data. Un-aggregated procurement contracts, subsidy grants and certifications, pulled on demand from gBizINFO upstream. Source: gBizINFO (経済産業省), attribution included in every response.
Parameters (1)
- corporate_idstringrequired
13-digit Japanese corporate number (法人番号), e.g. 7010001012345
search_corporations
FREE — returns live data. Resolve Japanese company names to 13-digit corporate numbers (法人番号) via gBizINFO. Use the corporate number with the dataset tools.
Parameters (2)
- namestringrequired
Company name (Japanese), partial match supported
- pageinteger
Result page, default 1
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"jp-m2m-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://jp-m2m-gateway-62ko7b2uwa-an.a.run.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.