ercot-public-data
ERCOT publishes no first-party MCP server. Searching the developer portal, the ERCOT GitHub organization and the npm registry turns up no ERCOT-operated hosted or stdio MCP endpoint, and no agent/LLM guidance of any kind on developer.ercot.com. What does exist is a real third-party MCP server on npm — @missionsquad/mcp-ercot — which wraps the ERCOT Public Data API's Day-Ahead and Real-Time market endpoints as 34 MCP tools using a TypeScript client generated from ERCOT's own OpenAPI. It is recorded here as an ecosystem fact, not as an ERCOT product. The candidate tool surface below is derived from the OpenAPI as the shape an official ERCOT server would take.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.