Agent Tools
Back to MCP servers

GraphOS MCP Tools

https://mcp.apollographql.com
● healthy

Search Apollo docs, specs, and best practices

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcp.apollographql.com
JSON-RPC initialize probe
curl -X POST https://mcp.apollographql.com \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://www.apollographql.com/docs/graphos/platform/graphos-mcp-tools
Source code
https://github.com/apollographql/apollo-mcp-server