JMA Data MCP

JMA Data MCP

Provides access to Japan Meteorological Agency (JMA) weather data including real-time observations, historical weather data, and forecasts from 1286 AMeDAS stations across Japan.

Category
Visit Server

README

JMA Data MCP

Japan Meteorological Agency (JMA) data MCP server.

Features

  • AMeDAS (Automated Meteorological Data Acquisition System) station data
  • 1286 observation stations across Japan
  • Search by station code, name, or location
  • Real-time weather observation data (temperature, humidity, wind, precipitation, etc.)
  • Historical weather data (past 1-2 weeks)
  • Time series data for trend analysis
  • Weather forecast by prefecture

Data Source

  • AMeDAS station data: https://www.jma.go.jp/bosai/amedas/
  • Real-time observation: https://www.jma.go.jp/bosai/amedas/
  • Weather forecast: https://www.jma.go.jp/bosai/forecast/

Installation

uv tool install git+https://github.com/koizumikento/jma-data-mcp.git

Or install locally:

git clone https://github.com/koizumikento/jma-data-mcp.git
cd jma-data-mcp
uv sync

MCP Server Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

Installed version:

{
  "mcpServers": {
    "jma-data-mcp": {
      "command": "jma-data-mcp"
    }
  }
}

Direct from GitHub:

{
  "mcpServers": {
    "jma-data-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/koizumikento/jma-data-mcp.git",
        "jma-data-mcp"
      ]
    }
  }
}

Local development:

{
  "mcpServers": {
    "jma-data-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/jma-data-mcp",
        "jma-data-mcp"
      ]
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "jma-data-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/koizumikento/jma-data-mcp.git",
        "jma-data-mcp"
      ]
    }
  }
}

Cline

Add to Cline MCP settings:

{
  "mcpServers": {
    "jma-data-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/koizumikento/jma-data-mcp.git",
        "jma-data-mcp"
      ]
    }
  }
}

Available Tools

Station Tools

  • get_station_info - Get station by code
  • search_stations - Search stations by name
  • search_nearby_stations - Search stations within radius
  • get_stations_of_type - Get stations by type (A-F)
  • list_stations - List all stations with pagination

Weather Tools

  • get_current_weather - Get current weather observation from AMeDAS
  • get_weather_by_location - Get weather from nearest station to coordinates
  • get_forecast - Get weather forecast for a prefecture
  • list_prefectures - List available prefecture codes

Historical Data Tools

  • get_historical_weather - Get weather data for a specific past date/time (available for ~1-2 weeks)
  • get_weather_time_series - Get time series data for trend analysis (hourly data up to 1 week)

Weather Data

The get_current_weather tool returns:

Field Description Unit
temperature Air temperature
humidity Relative humidity %
pressure Station pressure hPa
sea_level_pressure Sea level pressure hPa
wind.speed Wind speed m/s
wind.direction Wind direction 16 directions
precipitation.10min 10-min precipitation mm
precipitation.1h 1-hour precipitation mm
precipitation.3h 3-hour precipitation mm
precipitation.24h 24-hour precipitation mm
sunshine.1h 1-hour sunshine hours
snow.depth Snow depth cm
snow.1h/6h/12h/24h Snowfall cm

Station Types

Type Description
A Staffed observatory (官署)
B Special regional weather station (特別地域気象観測所)
C AMeDAS station (アメダス)
D Rain gauge station (雨量観測所)
E Snow depth station (積雪観測所)
F Regional rain station (地域雨量観測所)

Examples

Get current weather in Tokyo

Tool: get_current_weather
Arguments: {"station_code": "44132"}

Get weather by coordinates

Tool: get_weather_by_location
Arguments: {"lat": 35.6812, "lon": 139.7671}

Get forecast for Tokyo

Tool: get_forecast
Arguments: {"prefecture": "tokyo"}

Get historical weather data

Tool: get_historical_weather
Arguments: {"station_code": "44132", "datetime": "2025-12-01 12:00"}

Get time series data (last 24 hours)

Tool: get_weather_time_series
Arguments: {"station_code": "44132", "hours": 24, "interval_minutes": 60}

Data Availability

Data Type Availability
Real-time observation ~30 min delay
Historical data Past 1-2 weeks
Time series Up to 168 hours (1 week)
Forecast 7 days ahead

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured