Clarigrid MCP Server

Unified Python SDK for European and U.S. energy market data. Clarigrid provides a single, stable Python interface to access and normalise European and U.S. energy market data from multiple sources. All data comes back as timezone-aware pandas DataFrames with consistent column names and units. It is available as a remote MCP endpoint.

Teams that want a hosted maps & location endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-29 · ★ 3 · #51 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Clarigrid

before you install - you'll need

Set CLARIGRID_API_KEY, ENTSOE_API_KEY, TENNET_API_KEY before connecting.

Claude Code

claude mcp add alexanderhoogsteyn-clarigrid --transport http https://mcp.clarigrid.energy/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alexanderhoogsteyn-clarigrid": {
      "url": "https://mcp.clarigrid.energy/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.clarigrid.energy/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.clarigrid.energy

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace energy.clarigrid - domain-verified with the official MCP registry

03 · Who maintains Clarigrid

Clarigrid is maintained by alexanderhoogsteyn. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
maps & location - ranked #51 of 56 actively-maintained maps & location servers as of 2026-08-25.
registry
energy.clarigrid/clarigrid (active, first published 2026-07-30)

05 · Clarigrid FAQ

What is Clarigrid?

Unified Python SDK for European and U.S. energy market data. Clarigrid provides a single, stable Python interface to access and normalise European and U.S. energy market data from multiple sources. All data comes back as timezone-aware pandas DataFrames with consistent column names and units. It is available as a remote MCP endpoint.

Is Clarigrid still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-29. We re-verify nightly.

How do I install Clarigrid?

Run `claude mcp add alexanderhoogsteyn-clarigrid --transport http https://mcp.clarigrid.energy/mcp`. The README documents 3 environment variables (CLARIGRID_API_KEY, ENTSOE_API_KEY, TENNET_API_KEY) to set first. Set CLARIGRID_API_KEY, ENTSOE_API_KEY, TENNET_API_KEY before connecting. You can also paste the ready-made client config above.

Does Clarigrid require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Clarigrid