INDIVIDUAL MCP TOOL
ApolloConnectorsSpec
Returns the Apollo Connectors specification for guidance on creating or modifying GraphQL schemas that use @connect or @source.
LIVE ENDPOINT
https://mcp.apollographql.com
Connect to this endpoint to inspect the live schema for ApolloConnectorsSpec and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.graphos-mcp-server]
url = "https://mcp.apollographql.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"graphos-mcp-server": {
"type": "http",
"url": "https://mcp.apollographql.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: graphos-mcp-server
Remote MCP URL: https://mcp.apollographql.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"graphos-mcp-server": {
"url": "https://mcp.apollographql.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"graphos-mcp-server": {
"type": "http",
"url": "https://mcp.apollographql.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "graphos-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.apollographql.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
GetTopOperations— Identify the most-used operations on a graph variant for a time range, with request counts, types, and signatures.GetLaunchHistory— Retrieve recent launches for a graph variant (most recent first) to detect deployment instability such as repeated failures or frequent superseded launches.GetLintResults— Retrieve schema lint violations from a graph's most recent check workflows: each diagnostic's coordinate, severity level, message, rule, and source location, plus error/warning/total/ignored counts.GetVariantDetails— Retrieve detailed metadata for a graph variant: federation version, subgraph inventory (names), router status and any pending router version, and the current router configuration (raw YAML).GetSubgraphMetrics— Top subgraphs/connectors by traffic/health for a graph over a time window, as compact CSV (header row + one row per subgraph per day).GetMyIdentity— Resolve the caller's identity from their API key.ApolloDocsSearch— Searches official Apollo documentation for GraphQL, GraphOS, Apollo Router, Apollo Client, MCP Server, schema design, deployment, and Connectors.GetLatestLaunch— Inspect the most recent launch for a graph variant: status, completion time, subgraph changes, composition errors, and a schema diff summary vs the previous launch (additions/removals/edits/deprecations plus affected operations).