
Pirate Weather MCP server
Pirate Weather MCP.
0 stars
Reviews
Write oneNobody has reviewed Pirate Weather yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Pirate Weather tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 206ms; handshake note: Streamable HTTP error: Error POSTing to endpoint: {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"Discovery ra20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Pirate Weather repository's README, as published. We do not edit it. Read it on GitHub
@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 1679+ live data sources.
Auth
- Platform: PLATFORMPIRATEWEATHERKEY. BYO: ?_apiKey=….
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 — askpipeworx, discovertools, 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 1679+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.
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/pirateweatherforecast. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"pirate-weather": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-pirate-weather"]
}
}
}Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-pirate-weatherIt speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call for only this pack's tools — none of the shared meta-tools the gateway connection above adds. Same source, same tools, no ask_pipeworx routing.
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
- Docs and guides
- pipeworx.io
License
MIT
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http pirate-weather https://gateway.pipeworx.io/pirate-weather/mcp
Pirate Weather: common questions
- Is Pirate Weather MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the Pirate Weather safety report
- How do I install Pirate Weather?
- It runs remotely at gateway.pipeworx.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Pirate Weather need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Pirate Weather maintained?
- The last commit was in the last day (2026-09-25). The latest release is v0.1.1.
- Is Pirate Weather up?
- 100% of our last 25 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Pirate Weather?
- Servers from other publishers that do the same job: Weather Data MCP Server, Noaa Spaceweather MCP server and Smarter Weather MCP server. Compare all Pirate Weather alternatives.
Alternatives to Pirate Weather
Same job from other publishers: the closest match first, then the best rated.
- Weather Data MCP Server17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfiresnot reviewedEstablishedA
- Noaa SpaceweatherNOAA SWPC space weather: storm scales, Kp index, aurora forecasts, solar wind, activity, alerts.not reviewedGrowingA
- Smarter WeatherSmarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.not reviewedGrowingA
- GeoSphere Austria WeatherHigh-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.not reviewedGrowingA
OpplevagentNorwegian experiences marketplace MCP: activities by county, category, weather, season, group size.not reviewedGrowingB