
Epwforge Mcp
Find weather stations, analyze EPW/DDY files, and morph TMY/AMY/CMIP6 scenarios for building-energy prototypes from your agent.
Overview
EPWForge MCP is an MCP server for the Validate phase that lets agents find stations, analyze and chart EPW/DDY weather data, and morph climate files including TMY, AMY, and CMIP6.
What is this MCP server?
- Remote streamable-http at https://epwforge.com/api/mcp plus PyPI stdio package epwforge-mcp v0.3.1
- 4 tools: find_station, analyze_weather, chart_weather, and generate_weather_file
- 3 of 4 tools work anonymously without an API key; generate_weather_file needs EPWFORGE_API_KEY or OAuth
- Supports EPW/DDY workflows with TMY, AMY, CMIP6 morphing, UHI, events, and smoke modeling
- Optional Bearer auth for paid-tier file generation from https://epwforge.com/account
- 4 MCP tools with 3 available anonymously without API key
- Version 0.3.1 on PyPI and hosted streamable-http remote
- Documented morphing modes include TMY, AMY, CMIP6, UHI, events, and smoke
What problem does it solve?
Energy and climate prototypes need correct EPW/DDY inputs, but manually sourcing, morphing, and charting weather files slows agent-led iteration.
Who is it for?
Builders shipping simulation, HVAC, or resilience tools who want agent-driven weather file workflows without hand-curating every EPW.
Skip if: Generic web apps with no building-energy or climate-data requirements, or teams unwilling to use EPWForge for file generation.
What do I get? / Deliverables
After you connect stdio or remote MCP, the agent can discover stations, visualize weather, and optionally generate morphed files for simulation-backed decisions.
- Station discovery and weather analysis outputs in agent sessions
- Charts for communicating climate assumptions to stakeholders
- Generated morphed weather files when API key or OAuth is configured
Recommended MCP Servers
Journey fit
Climate and weather-file iteration usually happens while you prove a technical approach, before locking production data pipelines. Station lookup, charts, and morphed EPW generation support prototype validation for energy, HVAC, and resilience products.
How it compares
Specialized climate/EPW data MCP, not a general weather forecast or GIS mapping integration.
Common Questions / FAQ
Who is EPWForge MCP for?
Indie developers and technical founders building energy, building-performance, or climate-adjacent products who work with EPW and DDY files.
When should I use EPWForge MCP?
Use it while validating prototypes and integrating weather pipelines—especially when you need station search, analysis, charts, or morphed files.
How do I add EPWForge MCP to my agent?
Add the remote https://epwforge.com/api/mcp URL with optional Bearer API key for generation, or install the PyPI package with EPWFORGE_API_KEY set only if you call generate_weather_file.