gridhub-mcp
GridHub MCP Server
AIエージェント向けの、Model Context Protocol を介した電力市場のライブデータおよび履歴データ。
エンドポイント: https://api.grid-hub.app/mcp — ホスト型、Streamable HTTP、ステートレス。インストール不要。
25のグリッドゾーンをカバー — 米国ISO(CAISO、ERCOT、PJM、MISO、NYISO、ISO-NE、SPP)、欧州の12の入札ゾーン、英国、オーストラリアNEMの5地域 — を1つのJSONスキーマに正規化。EIA、ENTSO-E、NESO、Elexon、AEMOから取得。すべてのレスポンスにはライセンスと帰属情報が含まれます。
ツール
Tool | 戻り値の内容 |
| 現在の価格/需要(GBでは炭素強度も)を、そのゾーン自身の過去30日間と比較したランキング(パーセンタイル、中央値比、最小/最大)、24時間トレンド、発電構成(GB、US-CAISO)、および1文の要約。 「今、Xの電気は安いかクリーンか?」に最適。 |
| あるゾーンが公開するすべてのメトリクスの最新値(単位とタイムスタンプ付き) |
| 開始/終了ウィンドウ(1回の呼び出しで最大31日)における1つのメトリクスの時系列 |
| 全25ゾーンの主要値を一度に取得 — ゾーンの比較やランキングに使用 |
| ゾーンID、名前、ソース、通貨、ライセンス(無料) |
| ソースおよびゾーンごとの取り込みの鮮度(無料) |
Related MCP server: Energy Grid MCP Server
アクセス
開始にサインアップは不要、3つのレベル:
サンプルモード — 認証情報なしで接続。ツールは実際の現在のデータを返しますが、切り詰められます(履歴は50行まで、briefは1つのコンテキストブロックを返します)。結果は明確にマークされます。
無料APIキー — 1日500リクエスト。 grid-hub.app/developers で即時メールサインアップ、または
POST https://api.grid-hub.app/v1/keys/signupに{"email": "..."}を送信。Authorization: Bearer <ghk_key>として送信します。x402 従量課金 — Base上のUSDC、1コールあたり$0.001〜$0.02、
X-PAYMENTヘッダー経由。 x402フロー を参照。
セットアップ
Claude Code
claude mcp add --transport http gridhub https://api.grid-hub.app/mcp \
--header "Authorization: Bearer YOUR_KEY"Cursor / Windsurf / VS Code (mcp.json)
{
"mcpServers": {
"gridhub": {
"url": "https://api.grid-hub.app/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Claude Desktop / claude.ai — カスタムコネクタとして https://api.grid-hub.app/mcp を追加します。これらのクライアントはカスタムヘッダーを送信しないため、オプションの api_key ツール引数としてキーを渡すか、サンプルモードを使用します。
ローカル stdio ブリッジ — ローカル(stdio)サーバーのみをサポートするクライアント向け。 mcp-remote を介してホスト型エンドポイントにプロキシします。ブリッジ以外はローカルで実行されません。
{
"mcpServers": {
"gridhub": {
"command": "npx",
"args": ["-y", "github:jalcodev/gridhub-mcp"],
"env": { "GRIDHUB_API_KEY": "YOUR_KEY" }
}
}
}またはDockerを使用: docker build -t gridhub-mcp . && docker run -i -e GRIDHUB_API_KEY=YOUR_KEY gridhub-mcp。サンプルモードではキーを省略します。
キーなしの任意のクライアント — ヘッダーを省略します。サンプルモードのデータとアップグレード方法のメモが返されます。
プロトコル
Streamable HTTP、ステートレス: 各POSTにつき1つのJSON-RPCメッセージ、JSONレスポンス。セッションなし、SSEなし。
MCP
2026-07-28(ヘッダーミラーリングリクエスト、ハンドシェイクなし)および2025-03-26から2025-11-25(initializeハンドシェイク)に対応。ツール結果にはテキストブロックとともに
structuredContentが含まれます。レート制限とクォータは基盤となる REST API のものに従います。MCPレイヤーは独自のものを追加しません。
関連
REST APIドキュメント: https://grid-hub.app/developers
llms.txt: https://api.grid-hub.app/llms.txt公式MCPレジストリエントリ:
io.github.jalcodev/gridhub
ライセンス
このリポジトリのコードはMITライセンスです。サービスが返すデータは各ソースのライセンスに従い、各レスポンス(license および attribution フィールド)に明記されています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server for real-time electricity prices, carbon intensity, and energy analytics across 41+ zones in Europe, Great Britain, the United States, and Australia. Query live prices, compare zones, check gas storage levels, get green scores, find optimal charging windows, and access advanced analytics. Free Basic tier requires no API key. Install via npx gridpulse-mcp or connect directly via Streamab
- AlicenseAqualityDmaintenanceProvides real-time electricity grid data including CO2 intensity, power mix, and wholesale prices, plus optimal green time windows for energy-intensive AI tasks. Supports UK, Germany, and global regions with optional API keys.9MIT
- AlicenseBqualityAmaintenanceProvides real-time European and GB electricity grid data via MCP, including generation, prices, carbon intensity, and grid infrastructure.444175MIT

Voltcast MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables access to European electricity data including day-ahead prices, probabilistic forecasts, carbon intensity, and cheapest-window optimization for 43 bidding zones.MIT
Related MCP Connectors
Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize.
Paywalled SMARD day-ahead electricity prices (DE-LU, 15‑minute resolution) via x402 on Base mainnet.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jalcodev/gridhub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server