io.github.cyanheads/eia-mcp-server
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"eia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/eia-mcp-server"
],
"env": {
"EIA_API_KEY": "<eia_api_key>",
"EIA_DATASET_TTL_SECONDS": "86400",
"EIA_DATAFRAME_DROP_ENABLED": "false",
"CANVAS_PROVIDER_TYPE": "<canvas_provider_type>",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_PUBLIC_URL": "<mcp_public_url>",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"eia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/eia-mcp-server"
],
"env": {
"EIA_API_KEY": "<eia_api_key>",
"EIA_DATASET_TTL_SECONDS": "86400",
"EIA_DATAFRAME_DROP_ENABLED": "false",
"CANVAS_PROVIDER_TYPE": "<canvas_provider_type>",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_PUBLIC_URL": "<mcp_public_url>",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/eia-mcp-serverEIA_API_KEYFree API key from api.eia.gov. Required — all requests use this as the api_key query parameter.
EIA_DATASET_TTL_SECONDSPer-table TTL for DataCanvas dataframes in seconds.
EIA_DATAFRAME_DROP_ENABLEDSet to 'true' to expose eia_dataframe_drop for manual canvas cleanup.
CANVAS_PROVIDER_TYPESet to 'duckdb' to enable DataCanvas spillover for large query result sets (Node.js only).
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
EIA_API_KEYFree API key from api.eia.gov. Required — all requests use this as the api_key query parameter.
EIA_DATASET_TTL_SECONDSPer-table TTL for DataCanvas dataframes in seconds.
EIA_DATAFRAME_DROP_ENABLEDSet to 'true' to expose eia_dataframe_drop for manual canvas cleanup.
CANVAS_PROVIDER_TYPESet to 'duckdb' to enable DataCanvas spillover for large query result sets (Node.js only).
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_PUBLIC_URLPublic origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com).
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.