GraphOS MCP Server
REMOTE · MCP.APOLLOGRAPHQL.COM · SCANNED AUG 3
Search Apollo docs, specs, and best practices
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security74
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1925 tokens (~148/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage82
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 35% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · mcp.apollographql.com
claude mcp add --transport http apollographql-graphos-mcp-server https://mcp.apollographql.com/
[mcp_servers.apollographql-graphos-mcp-server] url = "https://mcp.apollographql.com/"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"apollographql-graphos-mcp-server": {
"type": "remote",
"url": "https://mcp.apollographql.com/",
"enabled": true
}
}
} openclaw mcp add apollographql-graphos-mcp-server --url https://mcp.apollographql.com/ --transport streamable-http
mcp_servers:
apollographql-graphos-mcp-server:
url: "https://mcp.apollographql.com/" {
"mcpServers": {
"apollographql-graphos-mcp-server": {
"type": "http",
"url": "https://mcp.apollographql.com/"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 66
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://mcp.apollographql.com
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=mcp.apollographql.com | CN=WR3,O=Google Trust Services,C=US | 28 Jun 2026 | 26 Sept 2026 | RSA 2048 | SHA256-RSA | b837f2dfd1e9a2a9102f75b136a44c21 |
| SANs: mcp.apollographql.com | ||||||
| CN=WR3,O=Google Trust Services,C=US (CA) | CN=GTS Root R1,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | RSA 2048 | SHA256-RSA | 7ff005a91568d63abc22861684aa4b5a |
| CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 19 Jun 2020 | 28 Jan 2028 | RSA 4096 | SHA256-RSA | 77bd0d6cdb36f91aea210fc4f058d30d |
DNSSEC insecure
Validation of mcp.apollographql.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| apollographql.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://mcp.apollographql.com | Verified | 200 | |
| http (plaintext) | http://mcp.apollographql.com | HTTPS enforced |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
ApolloConnectorsSpec ~33
Returns the Apollo Connectors specification for guidance on creating or modifying GraphQL schemas that use @connect or @source.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
ApolloDocsRead ~70
Reads an Apollo documentation page by slug in chunks. Use slugs returned by ApolloDocsSearch.
| Name | Type | Req | Description |
|---|---|---|---|
| chunkIndex | integer | yes | The character index to start reading from, will return up to the next 10000 characters |
| slug | string | yes | The slug returned from the ApolloDocsSearch tool |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
ApolloDocsSearch ~69
Searches official Apollo documentation for GraphQL, GraphOS, Apollo Router, Apollo Client, MCP Server, schema design, deployment, and Connectors. Returns URLs, slugs, and excerpts.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Use terms that would lead to broad result with a maximum of 2 keywords. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetLatestLaunch ~102
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). Use to assess schema composition health and the impact of recent schema changes. Also returns the latest approved launch for comparison. Provide the graph ID and variant name.
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetLaunch ~99
Inspect a single launch by ID for full detail: status, timestamps, which subgraphs changed, composition errors, and the schema diff summary. Use to drill into a specific launch — e.g. a failed or superseded one found via GetLaunchHistory (pass its id here). Provide the graph ID, variant name, and launch ID.
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| launchId | string | yes | — |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetLaunchHistory ~110
Retrieve recent launches for a graph variant (most recent first) to detect deployment instability such as repeated failures or frequent superseded launches. Each entry includes the launch id, status, and timestamps, so you can identify a specific launch and drill into it with GetLaunch. Use to assess deployment stability. Provide the graph ID, variant name, and optionally a limit (default 20 most recent launches).
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| limit | integer | yes | — |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetLintResults ~93
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. Use to assess schema quality and naming/best-practice violations. Provide the graph ID and optionally a limit (default 5 most recent check workflows).
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| limit | integer | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetMyIdentity ~102
Resolve the caller's identity from their API key. Call this FIRST when the user asks about "my graph" but has not provided a graph ID. For a graph/service key, `me` resolves to a Graph: use `id` as the graphId and `variants[].name` as the variant for the graph-scoped health-check tools, so the user does not have to supply either. Also handles user keys (memberships) and service-account keys.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetOperationMetrics ~284
Top operations by usage/health for a graph over a time window, as compact CSV (header row + one row per operation per day). Columns: start timestamp, end exclusive timestamp, operation name, request count, request latency p50 ms, request latency p99 ms, request with error count. Ranked by `orderBy` descending: default REQUEST_COUNT (busiest); use REQUEST_WITH_ERROR_COUNT for most error-prone, REQUEST_LATENCY_P99_MS for slowest. Rows are per-DAY buckets, so for a multi-day window sum a column per operation to get the window total. `variantName` optionally scopes to one or more variants (omit for all). Note: `to` must be at least 1 day in the past (DAY resolution).
| Name | Type | Req | Description |
|---|---|---|---|
| from | — | yes | The starting timestamp for the report. Must be in the format: 2025-01-01T00:00:00Z (ISO 8601). |
| graphId | string | yes | — |
| limit | integer | — | Maximum number of records to return (default: 100, max 10000). |
| orderBy | — | — | — |
| to | — | yes | The ending timestamp for the report. Must be in the format: 2025-01-01T08:00:00Z (ISO 8601). |
| variantName | array | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetPersistedQueryListStatus ~79
Check whether a graph variant has a Persisted Query List (PQL) and its current build (revision and operation count). Use to assess PQL configuration — a production variant with no PQL is a security gap. Provide the graph ID and variant name.
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetSubgraphMetrics ~291
Top subgraphs/connectors by traffic/health for a graph over a time window, as compact CSV (header row + one row per subgraph per day). Columns: start timestamp, end exclusive timestamp, fetch service name, fetch count, fetch latency p50 ms, fetch latency p99 ms, fetch with errors count. Ranked by `orderBy` descending: default FETCH_COUNT (busiest); use FETCH_WITH_ERRORS_COUNT for most error-prone, FETCH_LATENCY_P99_MS for slowest. Rows are per-DAY buckets, so for a multi-day window sum a column per subgraph to get the window total. `variantName` optionally scopes to one or more variants (omit for all). Note: `to` must be at least 1 day in the past (DAY resolution).
| Name | Type | Req | Description |
|---|---|---|---|
| from | — | yes | The starting timestamp for the report. Must be in the format: 2025-01-01T00:00:00Z (ISO 8601). |
| graphId | string | yes | — |
| limit | integer | — | Maximum number of records to return (default: 100, max 10000). |
| orderBy | — | — | — |
| to | — | yes | The ending timestamp for the report. Must be in the format: 2025-01-01T08:00:00Z (ISO 8601). |
| variantName | array | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetTopOperations ~269
Identify the most-used operations on a graph variant for a time range, with request counts, types, and signatures. Use to find high-traffic operations, detect unused operations, and prioritize findings by traffic impact. Provide graph ID, variant, and a from/to time range (ISO 8601 timestamps; `to` must be at least 6 hours before now), plus an optional limit (default 50). This report is rate limited.
| Name | Type | Req | Description |
|---|---|---|---|
| from | — | yes | The starting timestamp for the report. - Must be in the format: 2025-01-01T00:00:00Z (ISO 8601). - Must be within the last 549 days. - The duration between 'from' and 'to' must not exceed 31 day… |
| graphId | string | yes | — |
| limit | integer | yes | Maximum number of records to return (default: 10) |
| to | — | yes | The ending timestamp for the report. - Must be in the format: 2025-01-01T08:00:00Z (ISO 8601). - Must be at least 6 hours from the current time. - The duration between 'from' and 'to' must not exc… |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.
GetVariantDetails ~94
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). Use this to assess a variant's health — router config gaps, subgraph inventory, and federation version compliance. Provide the graph ID and variant name (e.g., "production").
| Name | Type | Req | Description |
|---|---|---|---|
| graphId | string | yes | — |
| variant | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | — |
| errors | array | — | — |
| extensions | object | — | — |
No examples provided.