streamable-httpMITupdated 7d ago
Connect Claude — or any MCP client — to Weathersight: 100+ years of station observations, typical-weather climatology, anomalies, extremes, degree days, and long-term climate trends for locations worldwide.
What can you do with weathersight?
Weathersight MCP Connector
Connect Claude — or any MCP client — to Weathersight: 100+ years of station observations, typical-weather climatology, anomalies, extremes, degree days, and long-term climate trends for locations worldwide.
This is a remote MCP server. There is nothing to install.
https://weathersight.io/api/mcp
Connect
Claude (Desktop or web)
- Settings → Connectors → Add custom connector
- URL:
https://weathersight.io/api/mcp - Connect, then sign in when prompted
Signing in creates your Weathersight API token automatically if you don't already have one, and starts a free trial. Existing token holders keep the token they already have.
Other MCP clients
Point the client at the same URL. The server speaks Streamable HTTP (spec 2025-03-26) and authenticates with OAuth 2.0 authorization-code + PKCE, including dynamic client registration — no manual credential setup.
What you can ask
- "What's the typical weather in Reykjavik in late September?"
- "Has Bengaluru's monsoon onset shifted over the last 40 years?"
- "Which US cities broke heat records last week?"
- "Compare this July in Madrid to its 1991–2020 baseline."
Managing your connection
- Your token and plan: https://weathersight.io/subscription
- API reference: https://weathersight.io/docs
If the connector stops returning data, your client will usually prompt you to sign in again. If it reports that your plan has lapsed, visit the subscription page above — the connector and token resume working once a plan is active.
About this repository
This repo is the public home of Weathersight's MCP Registry
entry. server.json is the metadata record that tells the registry — and the
directories that mirror it — what this server is called, where it lives, and how to reach it.
The connector itself is served from the Weathersight application; there is no server code here. A local stdio proxy previously lived in this repo and has been removed: remote MCP with OAuth supersedes it, requiring no install, no Python, and no pasted API token.
License
MIT — see LICENSE.
Install
Add weathersight to your client. Pick the one you use.
claude mcp add --transport http weathersight https://weathersight.io/api/mcpcodex mcp add weathersight --url https://weathersight.io/api/mcp{
"mcpServers": {
"weathersight": {
"url": "https://weathersight.io/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"weathersight": {
"type": "http",
"url": "https://weathersight.io/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"weathersight": {
"url": "https://weathersight.io/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"weathersight": {
"serverUrl": "https://weathersight.io/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Sep 1, 2026 |