Wraps the Visual Crossing Weather Timeline API for pulling historical and forecast weather data through MCP. Part of the Pipeworx gateway ecosystem, which means you can either connect to this standalone server or access it through their unified gateway alongside 744+ other data sources. The standout feature is ask_pipeworx, which lets you query weather data in plain English instead of calling structured tools directly. Useful when you need Claude to reason about weather patterns, compare conditions across dates, or build applications that need reliable weather context without managing API keys yourself.
Visual Crossing Weather MCP — wraps the Visual Crossing Weather Timeline API
Part of Pipeworx — an MCP gateway connecting AI agents to 744+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"visualcrossing": {
"url": "https://gateway.pipeworx.io/visualcrossing/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 744+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Visualcrossing data" })
The gateway picks the right tool and fills the arguments automatically.
MIT