Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre kuongeo-py

¿Qué es Kotaro-Studio/kuongeo-py?

+

Kotaro-Studio/kuongeo-py es mcp servers para el ecosistema de Claude AI. Tiny Python client for the open KUON GEO API (kuongeo.com) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-23.

¿Cómo se instala kuongeo-py?

+

Puedes instalar kuongeo-py clonando el repositorio (https://github.com/Kotaro-Studio/kuongeo-py) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Kotaro-Studio/kuongeo-py?

+

Nuestro agente de seguridad ha analizado Kotaro-Studio/kuongeo-py y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Kotaro-Studio/kuongeo-py?

+

Kotaro-Studio/kuongeo-py es mantenido por Kotaro-Studio. La última actividad registrada en GitHub es del 2026-08-23, con 0 issues abiertos.

¿Hay alternativas a kuongeo-py?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kuongeo-py en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a kuongeo-py