QuerySculptor is a GraphQL query builder designed for AI agents that provides 26 structured tools via the Model Context Protocol (MCP). Instead of generating complex GraphQL queries from scratch, AI agents can build queries step-by-step with real-time validation, schema introspection, and error prevention. It works with Claude, Cursor, and other MCP clients, using Redis for session management and featuring a live demo with the Pokemon API. The tool transforms the traditional error-prone approach of raw GraphQL generation into a guided, conversational workflow perfect for AI assistants and chatbots.
工具
introspect-schema
get-root-ops
get-type-info
get-field-info
get-input-help
start-query-session
end-query-session
get-current-query
get-selections
select-field
select-multi-fields
set-query-variable
set-variable-value
rm-var
set-string-argument
set-typed-argument
set-input-obj-arg
set-var-arg
define-fragment
apply-fragment
apply-inline-frag
set-field-directive
set-op-directive
validate-query
execute-query
analyze-query-complexity
get-rate-limit-status
服务器配置
{
"mcpServers": {
"querysculptor": {
"command": "npx",
"args": [
"mcp-remote",
"https://agent-query-builder-toolbox.vercel.app/mcp",
"--allow-http"
]
}
}
}