← apollographql.com

INDIVIDUAL MCP TOOL

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.

apollographql.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.apollographql.com

No auth detected

Connect to this endpoint to inspect the live schema for GetLintResults and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

apollographql.com

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.
  • 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).
  • GetLaunch — Inspect a single launch by ID for full detail: status, timestamps, which subgraphs changed, composition errors, and the schema diff summary.