Gribstream MCP Server

GribStream MCP is a hosted Model Context Protocol server for weather forecast data.

Remote serverstreamable-http

What is the Gribstream MCP MCP server?

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Endpointhttps://gribstream.com/mcp
  • Iconhttps://gribstream.com/gribstream_small.png
  • OpenAPIhttps://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

Installation

Because 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.

Where it fits

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.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Gribstream MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Endpointhttps://gribstream.com/mcp
Iconhttps://gribstream.com/gribstream_small.png
OpenAPIhttps://gribstream.com/docs/openapi.yaml
gribstream_list_datasetsNo auth, public, read-only
gribstream_get_datasetNo auth, public, read-only
gribstream_list_parametersNo auth, public, read-only
gribstream_get_parameterNo auth, public, read-only
gribstream_list_shared_parametersNo auth, public, read-only
gribstream_resolve_shared_parameterNo auth, public, read-only
gribstream_get_expression_referenceNo auth, public, read-only
gribstream_build_timeseries_requestNo auth, public, read-only
gribstream_build_runs_requestNo auth, public, read-only
gribstream_validate_requestNo auth, public, read-only
gribstream_query_timeseriesOAuth required, data query

How to install the Gribstream MCP MCP server

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.

Example prompts to try

  • Use Gribstream MCP to Endpoint.
  • Use Gribstream MCP to Icon.
  • Use Gribstream MCP to OpenAPI.

Frequently asked questions

It connects Gribstream MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Endpoint, Icon, OpenAPI, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Gribstream MCP directly.