Skip to main content
ClaudeWave

Tiny Python client for the open KUON GEO API (kuongeo.com)

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated 27d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/20/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · kuongeo
Claude Code CLI
claude mcp add kuongeo-py -- python -m kuongeo
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kuongeo-py": {
      "command": "python",
      "args": ["-m", "kuongeo"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install kuongeo
Use cases

MCP Servers overview

# kuongeo

A tiny, dependency-free Python client for the open [KUON GEO](https://kuongeo.com) API.
No key, no account. Every value comes from the API as published; nothing is computed here.

```bash
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
```

```python
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](https://orcid.org/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

What people ask about kuongeo-py

What is Kotaro-Studio/kuongeo-py?

+

Kotaro-Studio/kuongeo-py is mcp servers for the Claude AI ecosystem. Tiny Python client for the open KUON GEO API (kuongeo.com) It has 0 GitHub stars and its last recorded update is dated 2026-08-23.

How do I install kuongeo-py?

+

You can install kuongeo-py by cloning the repository (https://github.com/Kotaro-Studio/kuongeo-py) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Kotaro-Studio/kuongeo-py safe to use?

+

Our security agent has analyzed Kotaro-Studio/kuongeo-py and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Kotaro-Studio/kuongeo-py?

+

Kotaro-Studio/kuongeo-py is maintained by Kotaro-Studio. The last recorded GitHub activity is dated 2026-08-23, with 0 open issues.

Are there alternatives to kuongeo-py?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy kuongeo-py to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Kotaro-Studio/kuongeo-py
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kotaro-studio-kuongeo-py)](https://claudewave.com/repo/kotaro-studio-kuongeo-py)
<a href="https://claudewave.com/repo/kotaro-studio-kuongeo-py"><img src="https://claudewave.com/api/badge/kotaro-studio-kuongeo-py" alt="Featured on ClaudeWave: Kotaro-Studio/kuongeo-py" width="320" height="64" /></a>

More MCP Servers

kuongeo-py alternatives