GribStream MCP is a hosted Model Context Protocol server for weather forecast data.
Connect Gribstream MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. GribStream MCP is a hosted Model Context Protocol server for weather forecast data. The gribstream mcp mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Endpoint — https://gribstream.com/mcpIcon — https://gribstream.com/gribstream_small.pngOpenAPI — https://gribstream.com/docs/openapi.yamlgribstream_list_datasets — No auth, public, read-onlygribstream_get_dataset — No auth, public, read-onlygribstream_list_parameters — No auth, public, read-onlygribstream_get_parameter — No auth, public, read-onlygribstream_list_shared_parameters — No auth, public, read-onlygribstream_resolve_shared_parameter — No auth, public, read-onlygribstream_get_expression_reference — No auth, public, read-onlygribstream_build_timeseries_request — No auth, public, read-onlygribstream_build_runs_request — No auth, public, read-onlyBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gribstream MCP's toolset — Endpoint, Icon, OpenAPI and 11 more — is a fair guide to whether it matches your workflow. It is maintained by gribstream; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gribstream MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Endpoint | https://gribstream.com/mcp |
| Icon | https://gribstream.com/gribstream_small.png |
| OpenAPI | https://gribstream.com/docs/openapi.yaml |
| gribstream_list_datasets | No auth, public, read-only |
| gribstream_get_dataset | No auth, public, read-only |
| gribstream_list_parameters | No auth, public, read-only |
| gribstream_get_parameter | No auth, public, read-only |
| gribstream_list_shared_parameters | No auth, public, read-only |
| gribstream_resolve_shared_parameter | No auth, public, read-only |
| gribstream_get_expression_reference | No auth, public, read-only |
| gribstream_build_timeseries_request | No auth, public, read-only |
| gribstream_build_runs_request | No auth, public, read-only |
| gribstream_validate_request | No auth, public, read-only |
| gribstream_query_timeseries | OAuth required, data query |
LobeHub quick import configuration:
```json
{
"mcpServers": {
"gribstream": {
"type": "http",
"url": "https://gribstream.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.