Data Collection
kuongeo.com
A Japan-focused geospatial data MCP server that provides municipality facts, JMA warnings, earthquake and hazard information, elevation, nearby RTK base stations, and furusato-nozei prices.
ENDPOINT 1
https://kuongeo.com/mcp
MCP server metadata
- Name
- kuongeo
- Version
- 1.0.0
Tools for Japan: here (warnings, observation, hazards, RTK, prices for a point), place (municipality facts by 5-digit code), rtk_bases_near, kurashigram_prices, gnss_in_japan. Values carry their source and time; warnings are relayed from the Japan Meteorological Agency. Notice: no generative AI produces these values; they are published observations and official data as received, with their timestamps. Do not treat them as the sole source for safety decisions; verify at the source given. Terms: https://kuongeo.com/data . Operator: KUON GEO (Kuon R&D). Contact: https://kuongeo.com/feedback
Known tools 6
hereFor one point in Japan: municipality and its 5-digit code, JMA warnings and advisories in force (with English names), nearest AMeDAS observation, heat (WBGT), earthquakes within 300 km, hazard zones (flood, tsunami, storm surge, landslide), elevation, nearest free RTK base, furusato-nozei prices for the municipality and the cost of living of the matching surveyed city (rent, utilities, staples; Statistics Bureau monthly survey) from kurashigram.com.
Inferred read-onlyplaceStatic facts for a municipality of Japan by 5-digit code (JIS X 0402): names (ja/en), prefecture, population (2020 census), JMA warning area and region, centre point, and the URL of its page on kuongeo.com.
Inferred read-onlyrtk_bases_nearNearest online community RTK base stations (NTRIP) to a point, worldwide, from KUON GEO's 10-minute polling.
Inferred read-onlykurashigram_pricesFurusato-nozei return goods listed by a Japanese municipality on Rakuten, normalised to grams per 10,000 yen of donation, from kurashigram.com (CC BY 4.0).
Inferred read-onlygnss_in_japanIndex of the English field guide for engineers using GNSS in Japan: QZSS status, CLAS, MADOCA-PPP, GEONET and community bases, coordinates and heights (JGD2011/JGD2024), bringing equipment and radio law.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kuongeo]
url = "https://kuongeo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kuongeo": {
"type": "http",
"url": "https://kuongeo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kuongeo
Remote MCP URL: https://kuongeo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kuongeo": {
"url": "https://kuongeo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kuongeo": {
"type": "http",
"url": "https://kuongeo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kuongeo",
"transport": "streamable-http",
"url": "https://kuongeo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.