MCP Server
MCP
io.github.guzz-labs/epwforge-mcp
EPW/DDY weather files - TMY/AMY/CMIP6 morphing, UHI, events, smoke. 3 of 4 tools anon-free.
Install
uvx epwforge-mcp
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://epwforge.com/api/mcp",
"headers": [
{
"description": "Optional — only required for generate_weather_file. Other tools (find_station, analyze_weather, chart_weather) work anonymously. Bearer EPWForge API key (sk_live_...) from https://epwforge.com/account, OR OAuth via the 'Add to Claude' flow.",
"format": "string",
"value": "Bearer {api_key}",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "epwforge-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "EPWForge API key — only required for generate_weather_file. Find/analyze/chart tools work without it. Generate a free key (any tier) at https://epwforge.com/account.",
"format": "string",
"isSecret": true,
"name": "EPWFORGE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment