Server data from the Official MCP Registry
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
Remote endpoints: streamable-http: https://mcp.smarterweather.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SMARTERWEATHER_API_KEY
Environment variable: SMARTERWEATHER_MCP_URL
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
The public home for the Smarter Weather developer platform: SDKs,
documentation, example apps, the @smarterweather/mcp-weather and
@smarterweather/mcp-onboarding packages, agent skills, and the OpenAPI
specification for api.smarterweather.com.
Preview. The Smarter Weather REST API and hosted MCP server are not yet generally available. This repository exists to publish the developer-facing contracts, SDKs, and integration material as they land. Expect rapid iteration on the OpenAPI surface, the dashboard, and the MCP tool catalog through the launch sequence outlined in Roadmap below. Production SLAs and breaking-change policies start at general availability.
This repo will fill in over time. At bootstrap it contains governance only. The intended scope is:
openapi.yaml) for the public REST API at
https://api.smarterweather.com. Auto-synced from the canonical source on
change.@smarterweather/mcp-weather -- npm package source for the stdio
bridge that connects MCP clients (Cursor, Claude Desktop, Claude Code, etc.)
to the hosted MCP endpoint at https://mcp.smarterweather.com/mcp. The
bridge attaches your API key from SMARTERWEATHER_API_KEY and proxies
every JSON-RPC message; all weather logic runs server-side.@smarterweather/mcp-onboarding -- npm package source for the stdio
bridge to the developer-onboarding MCP server at
https://developers.smarterweather.com/mcp. Provides agent-driven
self-service account creation, API key provisioning, and SDK setup
walkthroughs. Auth via OAuth (browser callback)..cursor/skills/use-smarterweather-api/
and .claude/CLAUDE.md content that teaches AI
coding agents how to integrate the Smarter Weather APIs. Copy them to
the same paths in your own repo to install.docs/ that complement the
developer portal at https://smarterweather.com/developers. See the
docs index for the current map.What does not live here: the Smarter Weather core service, ingestion pipeline, or any internal infrastructure. Those remain in a separate private repository.
The hosted developer dashboard at https://smarterweather.com/developers is the source of truth for account creation, API key minting, plan management, and usage. Once you have a key, you can:
# REST API
curl -H "Authorization: Bearer $SMARTERWEATHER_API_KEY" \
"https://api.smarterweather.com/v1/weather?lat=41.88&lon=-87.63"
# Weather MCP bridge (defaults to https://mcp.smarterweather.com/mcp;
# override via SMARTERWEATHER_MCP_URL).
npx -y @smarterweather/mcp-weather --version
The full quickstart with language-specific snippets lives at https://smarterweather.com/developers/quickstart.
Smarter Weather is building the developer platform in phases; this repo publishes artifacts as each phase ships.
| Phase | Surface | Target |
|---|---|---|
| 1a | Developer dashboard, API key CRUD, billing, monitoring scaffolding | shipping |
| 1b | This public repository (governance, SDK scaffolding, OpenAPI sync workflow) | in progress |
| 2 | Public REST API (sw-api) at api.smarterweather.com with usage-based billing | next |
| 2b | First-party migration of the Smarter Weather web and iOS apps onto the public API | follows Phase 2 |
| 3 | Public MCP server (sw-mcp) at mcp.smarterweather.com/mcp + @smarterweather/mcp-weather | follows Phase 2 |
| 3b | First-party wx-chat migration onto the public MCP | follows Phase 3 |
| 4 | Meta MCP server (sw-onboarding) for agent-driven self-service onboarding + @smarterweather/mcp-onboarding | follows Phase 3 |
| 5 | SDKs, expanded examples, registry distribution, community growth | ongoing |
The roadmap is published for transparency, not as a commitment. Dates are intentionally omitted -- watch this repository for releases.
External contributions are welcome on a tiered basis (typo and small SDK fixes are fast-tracked; new features start with an issue). The OpenAPI specification is read-only -- contract changes route through issues.
See CONTRIBUTING.md for the full posture and the Code of Conduct for community expectations.
@smarterweather/mcp-weather and
@smarterweather/mcp-onboarding package sources, and any agent skills or
scaffolding are licensed under the MIT License.docs/, and
openapi.yaml (when present) are licensed under Creative Commons
Attribution 4.0 International.Where any file's intended license is ambiguous (for example, a tutorial that mixes prose and code samples), assume MIT for the code blocks and CC BY 4.0 for the surrounding prose.
The Smarter Weather hosted APIs and services themselves are governed by separate Terms of Service and Developer Terms at https://smarterweather.com/terms and https://smarterweather.com/developers/terms. This repository contains client-side and documentation artifacts only; access to the hosted APIs requires a separate agreement.
Smarter Weather builds on data and software from many providers. See ATTRIBUTION.md for the canonical acknowledgements list.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.