MCP

Your AI, connected to your business.

The Model Context Protocol (MCP) is an open standard that lets AI assistants — Claude, ChatGPT, and others — connect directly to external services and data. Instead of copy-pasting information between your tools and your AI, MCP gives your AI a live connection it can query and act on. This server exposes ECGrid services as MCP tools your AI can use natively.

View Documentation →

Ask instead of navigate

Query your account data in plain language instead of clicking through a portal.

Build AI agents

Wire your AI directly into your B2B workflow — look things up, diagnose problems, surface insights automatically.

Works with any MCP client

Claude Desktop, ChatGPT, or any tool or custom agent built on the MCP standard.

See our tools

Browse the full list of available MCP tools.

View tools →

Resources & Prompts

Glossary, status catalogs, and guided diagnostic sequences available alongside tools.

Learn more →

Quick start

Get connected in under 5 minutes.

Documentation Portal →

Try it now

Pick your AI, copy the config, and you're connected in minutes.

🔒 Keep your API key out of chat. Your API key goes in the config only — not in your conversation. Once set up, your AI connects automatically without needing the key in any prompt. Treat your API key like a password: don't paste it into chat, don't share it, and don't commit it to source control.

Claude Desktop

Add to your claude_desktop_config.json and restart Claude Desktop. Replace YOUR_API_KEY_HERE with your ECGrid API key.

{ "mcpServers": { "ecgrid-mcp": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.ecgrid.io/mcp", "--header", "X-APIKey:YOUR_API_KEY_HERE", "--transport", "http-only" ] } } }

Requires Node.js v18 or later — nodejs.org

ChatGPT

In ChatGPT go to Settings → Connectors → Add connector and paste this URL:

https://mcp.ecgrid.io/mcp

When prompted for authentication select API key, set the header name to X-APIKey, and paste your ECGrid API key as the value.

Requires ChatGPT Plus, Pro, Business, or Enterprise. Connector settings path may vary by client version.

After connecting, paste this into your AI to confirm it's working:

Using the mcp.ecgrid.io MCP connection, show me what tools are available and what you can help me with.

Using a different AI?

If your AI supports MCP, add https://mcp.ecgrid.io/mcp as the server URL in your AI's connector settings, then use this prompt:

I've connected to an MCP server at https://mcp.ecgrid.io/mcp. Please show me what tools are available and what you can help me with.

Not sure if your AI supports MCP? Check your AI's settings or documentation for 'MCP' or 'connectors.'