⚒️ QuerySculptor

🚀 GraphQL for AI Agents

A server application that helps AI agents interact with GraphQL APIs through structured tools instead of raw query generation.

26 GraphQL Tools MCP Compatible TypeScript

Try it on Claude Desktop

Add to your claude_desktop_config.json file:

{
  "mcpServers": {
            "querysculptor": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://querysculptor.com/mcp"
            ]
        }
  }
}

🔍 Try Pokemon Queries

The demo is pre-configured with the Pokemon GraphQL API .

💬

Try Pokemon Chat Interface

Chat directly with Pokemon's GraphQL API using QuerySculptor's MCP server

🚀 Launch QuerySculptor Chat

Here are some questions you can ask:

🔴 Discover Pokemon

  • "Show me the first 10 Pokemon with their types and sprites"
  • "Find all Pokemon that are both Fire and Flying type"
  • "What are the stats for Charizard?"

Abilities & Moves

  • "List all Pokemon abilities and their effects"
  • "What moves can Pikachu learn?"
  • "Show me all Electric-type moves with their power"

🌍 Regional & Species

  • "List all Pokemon from the Kanto region"
  • "Show me Pokemon species with evolution chains"
  • "What berries are available and what do they do?"

🧠 Complex Queries

  • "Find Pokemon with abilities that boost attack"
  • "Show me legendary Pokemon with their base stats"
  • "List Pokemon that can learn Water and Ice moves"
🚀

Get Started

Once configured, simply ask your AI agent natural language questions about Pokemon data. QuerySculptor will guide the construction of proper GraphQL queries step-by-step!