Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-graphql-bridge · npm · 2.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.murilojrpereira/mcp-graphql-bridge",
"description": "Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.",
"repository": {
"url": "https://github.com/murilojrpereira/mcp-graphql-bridge",
"source": "github"
},
"version": "2.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-graphql-bridge",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GraphQL endpoint URL used for executing queries and mutations. Defaults to the public Countries API.",
"name": "GRAPHQL_API_URL"
},
{
"description": "GraphQL endpoint URL used for schema introspection. Defaults to GRAPHQL_API_URL.",
"name": "GRAPHQL_INTROSPECTION_URL"
},
{
"description": "Bearer token for authenticating query and mutation execution.",
"isSecret": true,
"name": "GRAPHQL_TOKEN"
},
{
"description": "Bearer token for schema introspection. Defaults to GRAPHQL_TOKEN.",
"isSecret": true,
"name": "GRAPHQL_INTROSPECTION_TOKEN"
},
{
"description": "Maximum number of generated query and mutation tools. Defaults to 128.",
"name": "GRAPHQL_MAX_TOOLS"
},
{
"description": "Set to false to disable mutation tools and mutation execution. Defaults to true.",
"name": "GRAPHQL_INCLUDE_MUTATIONS"
},
{
"description": "Retries for transient upstream responses. Defaults to 0.",
"name": "GRAPHQL_MAX_RETRIES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-28T21:34:23.930055Z",
"publishedAt": "2026-07-28T21:34:23.930055Z",
"updatedAt": "2026-07-28T21:34:23.930055Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.