Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#035 · Geospatial & Imagery

Weather MCP

historical weather 1940–present, no API key

Queries historical and current weather for any location and time via Open-Meteo and NOAA. No API key required.

Cost
Free · no API key
API key
Not required
Slug
weather-mcp
MCP.md
---
name: weather-mcp
category: geospatial-imagery
cost: free
api_key_required: no
repo: https://github.com/weather-mcp/weather-mcp
paired_skills: ["chronolocation-from-image", "shadow-corroboration-geolocation", "suncalc-and-shadow-corroboration", "international-pre-travel-risk", "medevac-and-trauma-readiness"]
capabilities: ["historical-weather", "chronolocation", "geospatial"]
---

# Weather MCP — historical weather 1940–present, no API key

Queries historical and current weather for any location and time via Open-Meteo and NOAA. No API key required.

## Install

```
npx -y @weather-mcp/weather-mcp
```

## Configuration

```json
{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": ["-y", "@weather-mcp/weather-mcp"]
    }
  }
}
```

## What it adds

Claude answers the chronolocation investigator's core question: "what were the weather conditions at this location at this time?" Was it raining in Tbilisi at 3pm on April 14, 2023? Was it overcast or sunny in Kyiv on this date? Historical weather is a ground-truth anchor for image authentication — confirming or refuting claimed timestamps based on sky conditions, wet pavements, and seasonal vegetation visible in the image.

## Pairs with skills

- 014 `chronolocation-from-image`
- 015 `shadow-corroboration-geolocation`
- 420 `suncalc-and-shadow-corroboration`
- 626 `international-pre-travel-risk` (EP — pre-deployment weather brief)
- 630 `medevac-and-trauma-readiness` (EP — weather-window routing)

## Cost

Free. Uses Open-Meteo + NOAA. No API key required.
Pairs with skills
  • #014chronolocation-from-image
  • #015shadow-corroboration-geolocation
  • #420suncalc-and-shadow-corroboration
  • #626international-pre-travel-risk
  • #630medevac-and-trauma-readiness

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
Weather MCP — historical weather 1940–present, no API key — MCP server · OSINT Tradecraft