Skip to main content
Glama
pipeworx-io

pirate-weather

by pipeworx-io

@pipeworx/pirate-weather

Pirate Weather MCP — Dark Sky-compatible forecast API. Free key required (10k/mo).

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Auth

  • Platform: PLATFORM_PIRATEWEATHER_KEY. BYO: ?_apiKey=….

Related MCP server: Open-Meteo MCP Server

Tools

  • forecast(lat, lon, time?, exclude?, extend?, lang?, units?) — full forecast at point

  • forecast_grid(lat, lon, time?, units?) — GFS/ECMWF grid output

exclude: comma-sep currently,minutely,hourly,daily,alerts. extend=hourly returns 168h. units: us (default) | si | ca | uk | uk2.

Data source

https://api.pirateweather.net

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "pirate-weather": {
      "url": "https://gateway.pipeworx.io/pirate-weather/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/pirate-weather/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Pirate Weather data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

No MCP client? Call it over HTTP

curl -X POST https://gateway.pipeworx.io/v1/tools/pirate_weather_forecast \
  -H 'Content-Type: application/json' \
  -d '{"lat":40.7128,"lon":-74.006}'

No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/pirate_weather_forecast. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access real-time and historical weather data through multiple weather APIs including OpenMeteo, Tomorrow.io, and OpenWeatherMap. Provides comprehensive meteorological information including current conditions, forecasts, historical data, and weather alerts.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Provides comprehensive access to Open-Meteo APIs for weather forecasts, historical data, air quality, and marine conditions. It enables LLMs to query specialized meteorological models, perform geocoding, and access advanced climate or flood projections.
    17
    820 npm
    69
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time weather data and forecasts for locations worldwide using the OpenWeatherMap API. It enables AI assistants to retrieve current conditions, temperature, and forecasts through a simple tool-based interface.
    MIT