Back to Clarigrid MCP

Connection guide

Add Clarigrid to the AI agent you already use.

No download and no local server. Add one hosted URL, sign in to Clarigrid, and start asking questions about European energy data.

Clarigrid MCP URL

https://mcp.clarigrid.energy/mcp

Claude

The shortest setup for Claude on the web and Claude Desktop.

Pro · Max · Team · Enterprise
  1. 1

    Open Settings → Connectors, then choose Add custom connector. Team and Enterprise owners first select Organization connectors.

  2. 2
    Name it Clarigrid and paste the hosted URL.
    https://mcp.clarigrid.energy/mcp
  3. 3

    Click Add. In a chat, open Search and tools, select Clarigrid, and complete the secure sign-in.

Check the official setup guide

ChatGPT

Clarigrid is added as a custom app. The interface currently calls MCP connectors “Apps.”

Pro · Business · Enterprise · Edu
  1. 1

    In ChatGPT on the web, open Settings → Apps → Advanced settings and enable Developer mode. Workspace admins may need to allow custom MCP apps first.

  2. 2

    Return to Apps, select Create, and name the app Clarigrid.

  3. 3
    Paste the endpoint, choose OAuthwhen asked for authentication, then select Scan tools.
    https://mcp.clarigrid.energy/mcp
  4. 4

    Complete the Clarigrid sign-in, create the app, then enable Clarigrid from the Apps menu when starting a chat.

Pro supports custom read/fetch MCP apps in developer mode. Business and Enterprise/Edu workspaces may require an admin to create or publish the app.

Check the official setup guide

Cursor

Add Clarigrid once to your global MCP configuration so it is available across projects.

Streamable HTTP · OAuth
  1. 1

    Open Cursor Settings → Tools & MCP and choose to add a new MCP server. Open the global configuration if you want Clarigrid available in every project.

  2. 2
    Add the configuration below and save it.
    Configuration
    {
      "mcpServers": {
        "clarigrid": {
          "url": "https://mcp.clarigrid.energy/mcp"
        }
      }
    }
  3. 3

    Select Connect for Clarigrid and finish the OAuth sign-in. Cursor Agent can then use the Clarigrid tools when they are relevant.

Check the official setup guide

VS Code with GitHub Copilot

Use VS Code’s guided MCP flow or add the hosted server to your user profile.

VS Code · GitHub Copilot
  1. 1

    Open the Command Palette and run MCP: Add Server. Choose HTTP, paste the Clarigrid URL, and save it to your user profile.

  2. 2
    If you prefer to edit the user configuration directly, use:
    Configuration
    {
      "servers": {
        "clarigrid": {
          "type": "http",
          "url": "https://mcp.clarigrid.energy/mcp"
        }
      }
    }
  3. 3

    Trust the server when prompted. VS Code opens your browser for the Clarigrid OAuth sign-in on first connection. In Copilot Chat, use Configure Tools to confirm the Clarigrid tools are enabled.

Check the official setup guide

Test the connection.

Start a new conversation, make sure Clarigrid is enabled, and ask a normal data question.

Example prompt

Using Clarigrid, summarize yesterday’s Belgian day-ahead electricity prices. State the provider, unit, minimum, maximum, and latest value.

Read-only connection

Nothing to install or maintain.

Clarigrid hosts the connection, keeps provider credentials private, and asks you to approve read-only access through your Clarigrid account.

Explore capabilities