Eia MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add eia-mcp-server -- npx -y @cyanheads/eia-mcp-server
{
"mcpServers": {
"eia-mcp-server": {
"args": [
"-y",
"@cyanheads/eia-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.eia-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/eia-mcp-server"]
{
"mcpServers": {
"eia-mcp-server": {
"args": [
"-y",
"@cyanheads/eia-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"eia-mcp-server": {
"args": [
"-y",
"@cyanheads/eia-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.