DoControl MCP Server
DoControl publishes a first-party MCP server, dc-mcp-server, from its own GitHub organization. It is a DoControl-maintained fork of apollographql/apollo-mcp-server (109 commits ahead of upstream at time of search) that wraps the DoControl Apollo GraphQL gateway and adds DoControl's refresh-token authentication flow. It is distributed as signed release tarballs for linux-x86_64, linux-aarch64 and macos-aarch64 — there is no npm, PyPI or crates.io package, and there is no hosted/remote endpoint. An operator installs the binary locally and points an MCP client at it over stdio.
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.
Documentation
Documentation link · transport
Tools
execute— Run a GraphQL query or mutation against the live DoControl endpoint; validates syntax, executes, returns JSON.introspect— Explore the DoControl GraphQL schema — type information with hierarchy, fields, arguments and descriptions.search— Fuzzy-search the schema for types by name and return matching type definitions.validate— Validate a GraphQL operation against the schema before execution.
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.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.