← Back to all apps

GraphOS MCP Tools

Codeby Apollo GraphQL
Launched Feb 23, 2026 on Claude

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.

3Claude Tools
Apollo GraphQLDeveloper
CodeCategory

Use Cases

code

Available Tools

GraphOS MCP Tools provides 3 tools on Claude. Permissions: Read.

Apollo Connectors Spec

ApolloConnectorsSpec
Full Description

This 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.

Apollo Docs Read

ApolloDocsRead
Full Description

Fetches the complete markdown content of an Apollo documentation page using its slug, or everything after https://apollographql.com/docs. 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.

Parameters (2 required)
Required
slugstring

The slug returned from the ApolloDocsSearch tool

chunkIndexnumber

The character index to start reading from, will return up to the next 10000 characters

Apollo Docs Search

ApolloDocsSearch
Full Description

Searches 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.

Parameters (1 required)
Required
querystring

Use terms that would lead to broad result with a maximum of 2 keywords.