GraphOS MCP Tools
Apollo GraphOS Tools is a hosted MCP server that gives AI coding agents direct access to Apollo's official documentation and the Apollo Connectors specification. It provides three tools: Docs Search lets agents query across Apollo's documentation to find relevant guides, examples, and best practices for GraphQL, GraphOS, schema design, and deployment. Docs Read retrieves the full Markdown content of any documentation page so agents can provide complete, detailed guidance. Connectors Spec gives agents access to the official Apollo Connectors specification for creating and modifying REST-to-GraphQL integrations. No authentication or setup is required — just point any MCP-compatible client at the endpoint and start building.
- Homepage
- https://www.apollographql.com/docs/graphos/platform/graphos-mcp-tools
- Remote URL
https://mcp.apollographql.com- Transport
- streamable-http
Tools (3)
Extracted live via the executor SDK.
-
ApolloConnectorsSpecThis tool provides the agent with the specification which describes how to use Apollo Connectors in a graphql schema to send an HTTP request or use any REST API with a graph. A user may refer to an Apollo Connector as 'Apollo Connector', 'REST Connector', or even just 'Connector'. Treat these all as synonyms for the same thing. You MUST ALWAYS call this tool to use this specification as a guide BEFORE planning, making, or proposing ANY edits or additions to a connectors schema file and/or a graphql file containing @connect or @source. This tool is to provide the agent with guidance, not the user.
-
ApolloDocsReadFetches the complete markdown content of an Apollo documentation page using its slug, or everything after . Documentation slugs can be obtained from the SearchDocs tool results. Use this after ApolloDocsSearch to read full pages rather than just excerpts. Content will be given in chunks with the totalCount field specifying the total number of chunks. Start with a chunkIndex of 0 and fetch each chunk.
-
ApolloDocsSearchSearches official Apollo GraphQL documentation (Apollo GraphQL, GraphOS, Apollo Router, Apollo Client, API orchestration, MCP Server, schema design, deployment best practices, connectors, and platform usage). Returns url, slug, and markdown content excerpts. For complete page content, you MUST use the returned slug with the ApolloDocsRead tool. Use this tool when you need technical information, configuration examples, best practices, and troubleshooting guides for any Apollo GraphQL technology.
Use the ApolloDocsRead tool to get all of the content for a given search result using the slug, don't use a WebSearch.