Back to Browse

Kuongeo Py MCP Server

Developer ToolsLow Risk9.5MCP RegistryRemote
Free

Server data from the Official MCP Registry

GNSS/RTK and weather archive for Japan: nearest RTK bases, municipality facts, JMA warnings. No key.

About

GNSS/RTK and weather archive for Japan: nearest RTK bases, municipality facts, JMA warnings. No key.

Remote endpoints: streamable-http: https://kuongeo.com/mcp

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 tools verified · Open access · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-kotaro-studio-kuongeo": {
      "url": "https://kuongeo.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

kuongeo

A tiny, dependency-free Python client for the open KUON GEO API. No key, no account. Every value comes from the API as published; nothing is computed here.

pip install kuongeo
kuongeo here 42.924 143.196            # warnings, observation, hazards, heat, RTK and prices for a point in Japan
kuongeo bases --jp --lim 20            # community RTK base stations in Japan
kuongeo history                        # daily station/poll counts since 2026-07-03
kuongeo archive                        # what KUON GEO stores, counted hourly
import kuongeo
d = kuongeo.here(42.924, 143.196, lang="en")
print(d["municipality"]["code"], d["warnings"]["active"])

Endpoints and fields: https://kuongeo.com/developers · MCP server: https://kuongeo.com/mcp · ledger: https://kuongeo.com/archive

Warnings are relayed from the Japan Meteorological Agency; the official source is jma.go.jp. Please cite KUON GEO and the retrieval date. Data license CC BY 4.0; this package MIT.

Author: Kotaro Asahina (ORCID 0009-0002-2530-4142), Kuon R&D (空音開発).

Citable dataset (Zenodo, CC BY 4.0): KUON GEO community RTK base station availability log — https://doi.org/10.5281/zenodo.22064426

Reviews

No reviews yet

Be the first to review this server!