Skip to content
Back to search
30
MCP

Text-to-GraphQL

docker-mcp/text-to-graphql

Transform natural language queries into GraphQL queries using an AI agent. Provides schema management, query validation, execution, and history tracking.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
5
callable
Primary URL

Tools · 5

execute_graphql_query
generate_graphql_query
get_query_examples
get_query_history
validate_graphql_query

Similar MCP servers embedding-nearest

GraphQL
Transforms any GraphQL API into dynamic tools through automatic schema introspection, enabling direct access to structured data with paramet
0 tools
Apollo GraphQL
Enables AI agents to interact with GraphQL APIs by exposing operations as tools, supporting both local schema files and Apollo GraphOS integ
0 tools
Neural Graph Mapper
Transform unstructured text into queryable semantic knowledge graphs.
0 tools · sse
text2sql
Ask any SQL database in natural language. Agent explores schema, writes SQL, self-corrects.
0 tools
io.github.schemacrawler/schemacrawler-ai
Enables natural language schema queries — explore tables, keys, procedures, and get SQL help fast
0 tools
com.mcparmory/agentql
Query webpages and extract structured data using natural language
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "text-to-graphql": {
      "url": "None",
      "transport": "http"
    }
  }
}