Wraps the Tomorrow.io Weather API (v4) through Pipeworx's MCP gateway, giving you access to weather data via simple tool calls or plain English questions using the ask_pipeworx interface. The server connects over streamable HTTP, so no local setup required. You can use it standalone for Tomorrow.io weather queries, or connect to the full Pipeworx gateway to get this plus 812 other data sources in one config block. The natural language query approach is handy when you want weather context without remembering specific API parameters. Reach for this when you need real-time or forecast weather data in your AI workflows without managing API keys and endpoints directly.
Tomorrow.io MCP — wraps the Tomorrow.io Weather API (api.tomorrow.io/v4)
Part of Pipeworx — an MCP gateway connecting AI agents to 812+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tomorrow-io": {
"url": "https://gateway.pipeworx.io/tomorrow-io/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 812+ 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 Tomorrow Io data" })
The gateway picks the right tool and fills the arguments automatically.
MIT