jp-m2m-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jp-m2m-mcpShow me the pension headcount data for company 1234567890123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JP Raw M2M Data Gateway — MCP Server
Remote MCP (Model Context Protocol) server exposing raw Japanese regulatory corporate data to AI agents, metered per call with the x402 payment protocol.
MCP endpoint (Streamable HTTP, stateless):
https://jp-m2m-gateway-62ko7b2uwa-an.a.run.app/mcpMachine index: llms.txt · API contract: openapi.yaml · Catalog: JSON-LD dataset pages
Unlike generic corporate registries, this gateway serves un-aggregated, regulatory-enforced raw logs for Japanese companies, keyed by the 13-digit corporate number (法人番号):
Tool | Dataset | Price |
| Catalog lookup for one corporate number | Free |
| Japan Pension Service monthly insured-headcount raw log (month-over-month deltas) | 0.05 USDC / call |
| Official Gazette (官報) statutory financial disclosures, raw text blocks | 0.05 USDC / call |
| gBizINFO procurement / subsidy / certification raw log | 0.05 USDC / call |
Connect
Listed on Smithery and the official MCP Registry (io.github.kodandy/jp-m2m-gateway).
Claude Code:
claude mcp add --transport http jp-m2m https://jp-m2m-gateway-62ko7b2uwa-an.a.run.app/mcpGeneric MCP client configuration:
{
"mcpServers": {
"jp-m2m": {
"type": "streamable-http",
"url": "https://jp-m2m-gateway-62ko7b2uwa-an.a.run.app/mcp"
}
}
}No API key and no initialize handshake required — the server is stateless; tools/call works directly.
Related MCP server: houjin-bangou-api-mcp
How payment works (x402)
Paid tools return a structured HTTP 402 payment challenge instead of data:
{
"status": 402,
"error": "Payment Required",
"dataset": "pension",
"amount_usdc": 0.05,
"x402": { "header": "X-402-Payment-Required", "descriptor": "usdc_request_mock_v1_base_…" },
"resource": "https://…/v1/companies/{corporate_id}/pension",
"how_to_pay": "Settle 0.05 USDC via x402, then retry the resource with an X-PAYMENT header."
}Per-resource descriptors are stable. x402 settlement (USDC on Base, testnet first) is being enabled during the current private beta; agents that send X-PAYMENT retries are prioritized for access.
Notes
Machine-to-machine only. Human/browser UX is intentionally not provided — browsers receive a plain-text 402 by design.
Status: closed private beta. Endpoints, pricing and datasets may change.
Source of the gateway lives in a private repository; this repo hosts the public MCP server documentation and registry manifest.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for Japan's TDnet (Timely Disclosure network). Search and retrieve timely disclosure documents from listed companies on Japanese stock exchanges.Last updated4Apache 2.0
- Alicense-qualityCmaintenanceMCP server for the Japan National Tax Agency Corporate Number API, enabling corporate number lookup and search via local AI clients.Last updated1MIT
- Alicense-qualityBmaintenanceStructured financial data for ~3,800 Japanese listed companies from EDINET regulatory filings — financials, major shareholders, segments, executive compensation, and corporate history. Remote MCP over HTTPS with OAuth 2.0, free tier.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for searching Japanese corporate data including companies, financials, patents, subsidies, and government statistics via official government APIs.Last updated1MIT
Related MCP Connectors
Remote MCP for Japan's EDINET DB — 3,800 listed companies' financials & filings (OAuth)
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re
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/kodandy/jp-m2m-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server