Google PageRank for AI agents. 25,000+ tools indexed.

murilojrpereira/mcp-graphql-bridge

Score: 55.1 Rank #21 MCP Server

A generic MCP server that dynamically exposes any GraphQL API as tools for claude, cursor, oll,a tools via schema introspection — plug in your endpoint and start querying

Use murilojrpereira/mcp-graphql-bridge in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

murilojrpereira/mcp-graphql-bridge is a JavaScript MCP server licensed under MIT. A generic MCP server that dynamically exposes any GraphQL API as tools for claude, cursor, oll,a tools via schema introspection — plug in your endpoint and start querying

Ranked #21 out of 110 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

JavaScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for murilojrpereira/mcp-graphql-bridge
[![AgentRank](https://agentrank-ai.com/api/badge/tool/murilojrpereira--mcp-graphql-bridge)](https://agentrank-ai.com/tool/murilojrpereira--mcp-graphql-bridge/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/murilojrpereira--mcp-graphql-bridge/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/murilojrpereira--mcp-graphql-bridge" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="murilojrpereira/mcp-graphql-bridge"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# mcp-graphql-bridge

A generic MCP (Model Context Protocol) server that bridges any GraphQL API to Claude Code. It introspects your GraphQL schema and exposes each query and mutation as an individual tool, letting Claude interact with your API directly.

## How it works

On startup the server will:

1. Look for a `schema-introspection.json` file in the working directory (fast, no network call)
2. If not found, run live introspection against `GRAPHQL_INTROSPECTION_URL`
3. Register one tool per query (`query__<name>`) and one per mutation (`mutation__<name>`)
4. Always register a generic `execute_graphql` fallback tool and a `get_type_details` explorer tool

## Requirements

- Node.js >= 18

## Setup

### Option A: Install from npm (recommended)

```bash
npm install -g mcp-graphql-bridge
```

### Option B: Clone and build from source

```bash
git clone https://github.com/YOUR_USERNAME/mcp-graphql-bridge.git
cd mcp-graphql-bridge
npm install
npm run build
```

### 2. Configure environmen
Read full README on GitHub →
Are you the maintainer of murilojrpereira/mcp-graphql-bridge?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.