Skip to main content
Glama
pipeworx-io

mcp-meteostat

by pipeworx-io

@pipeworx/meteostat

Meteostat MCP — historical weather from 11,000+ stations, no auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • get_daily_history(station_id, start_date, end_date) — daily readings.

  • get_monthly_normals(station_id) — long-run monthly climate normals.

Related MCP server: WeatherXM Pro MCP Server

Finding station IDs

The Meteostat free public tier doesn't expose a search API. Find IDs interactively at https://meteostat.net — search a place, the URL's numeric suffix is the station ID. Example: San Francisco Intl → 72494.

For programmatic search, use Meteostat's RapidAPI plan (BYO key) or pair with nws.get_observation (US stations via ICAO).

Data source

https://bulk.meteostat.net/v2/ — public gzipped CSV bulk files. No key, no quota stated.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "meteostat": {
      "url": "https://gateway.pipeworx.io/meteostat/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Meteostat data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides live weather data and forecasts for any location worldwide through both REST API and MCP endpoints. Supports current weather, multi-day forecasts, and various location formats including city names, coordinates, ZIP codes, and airport codes.
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current weather data and hourly forecasts for any location worldwide using the Open-Meteo API, accessible through HTTP transport without requiring an API key.
    21
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-meteostat'

If you have feedback or need assistance with the MCP directory API, please join our Discord server