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.
Resources & Prompts
Glossary, status catalogs, and guided diagnostic sequences available alongside tools.
Learn more →Try it now
Pick your AI, copy the config, and you're connected in minutes.
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.'