Japan Data MCP server
30 tools for Japanese data: address, furigana, transit, Diet, holidays, weather, corporate registry
2 stars35 downloads/wk
Reviews
Write oneNobody has reviewed Japan Data MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Japan Data MCP tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 66 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Japan Data MCP repository's README, as published. We do not edit it. Read it on GitHub
japan-data-mcp
npm: @mameta/japan-data-mcp · MCP Registry: io.github.Mameta29/japan-data-mcp · transport: stdio
An MCP server that gives AI agents (Claude Desktop, Cursor, Cline, …) one-call access to the agentic-jp.com suite of Japanese data APIs. Every call is settled per-use over the x402 payment protocol — no account, no subscription, no API key.
What it covers — 28 tools across 7 APIs
How payment works
x402 is a buyer-pays protocol. This MCP server holds your wallet and pays each API call transparently — the agent never sees a payment prompt. Calls cost roughly $0.001–$0.10 each (mostly sub-cent), settled in USDC on Base.
- You fund a wallet with a small amount of USDC.
- You set EVMPRIVATEKEY to that wallet's key.
- The server pays as it goes; per-call cost is well under a cent for most tools.
Without EVMPRIVATEKEY the server still starts and lists every tool, but a paid tool call returns a clear "payment not configured" message — nothing is charged.
Security: the key in EVMPRIVATEKEY can spend that wallet's funds. Use a
dedicated wallet funded with only what you intend to spend — never a primary
wallet.
Setup
No install step — npx fetches and runs the server on demand.
Claude Desktop
Add to claudedesktopconfig.json:
{
"mcpServers": {
"japan-data": {
"command": "npx",
"args": ["-y", "@mameta/japan-data-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_FUNDED_WALLET_KEY"
}
}
}
}Without EVMPRIVATEKEY the server still starts and lists all 28 tools; the paid tools then return a clear "payments disabled" error instead of running. Add a USDC-funded wallet key to enable them.
Cursor / Cline
Point the MCP client at npx -y @mameta/japan-data-mcp with the same EVMPRIVATEKEY env var. Transport is stdio.
From source
git clone https://github.com/Mameta29/japan-data-mcp.git
cd japan-data-mcp
npm install && npm run build
# then point the MCP client at: node /abs/path/to/dist/index.jsExample prompts
Once connected, just ask the agent in natural language:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @mameta/japan-data-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add japan-data-mcp -- npx -y @mameta/japan-data-mcp
Japan Data MCP: common questions
- Is Japan Data MCP server safe?
- Mostly: it is graded B (78/100). Read the Japan Data MCP safety report
- How do I install Japan Data MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Japan Data MCP need an API key?
- Yes. The registry entry asks for
EVM_PRIVATE_KEY. - Is Japan Data MCP maintained?
- The last commit was 67 days ago (2026-07-22). The latest release is v1.1.0.
- What can I use instead of Japan Data MCP?
- Servers from other publishers that do the same job: Brasil API MCP server, Japan Seasons MCP server and Jma MCP server. Compare all Japan Data MCP alternatives.
Alternatives to Japan Data MCP
Same job from other publishers: the closest match first, then the best rated.
- Brasil APIMCP server for BrasilAPI — CEP, CNPJ, banks, FIPE, holidays, weathernot reviewedGrowingA
- Japan SeasonsLive Japan seasonal travel MCP: sakura, autumn leaves, flowers, festivals, fruit farms, weather.not reviewedGrowingA
JmaJMA (Japan Meteorological Agency) MCP — keyless weather forecasts, warnings,not reviewedGrowingB- Weather Data MCP Server17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfiresnot reviewedEstablishedA
- VariflightVariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.not reviewedGrowingA