lunge
Allows sending GraphQL queries and mutations to any GraphQL API, with support for variables, headers, and token-efficient response summarization.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lungeSend a GET request to https://jsonplaceholder.typicode.com/todos/1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lunge
An agent-native advanced API client - execute and test REST, GraphQL, WebSocket, SSE, and (later) gRPC requests from any MCP-capable AI agent. No GUI, no manual clicking, no heavyweight desktop app. Think advanced curl, native for agents.
It is a lightweight, token-efficient alternative to Postman/Bruno for the era of AI coding agents. The agent calls tools directly; there are no humans in the loop and no bloated feature surface to pay for.
Why this exists
Pain with Postman/Bruno | lunge approach |
Require human clicking in a GUI | Agent-native: everything is an MCP tool call |
Postman is heavy, enterprise features are paywalled | Small, open, single local binary + thin MCP layer |
Verbose responses blow up the LLM context window | Rust core summarizes/compresses output before it reaches the agent |
Collections are locked into proprietary formats | Plain YAML/JSON files, git-friendly |
Separate tools per protocol | One server for REST/GraphQL/WS/SSE/gRPC |
Related MCP server: Graft
Design pillars
Agent-native - designed for LLM tool calls, not human UIs.
Token-efficient - every response is filtered, truncated, and summarized. Full payloads are spilled to disk and referenced by handle so the context stays small.
Fast & portable - a Rust core (execution + protocols + summarization) exposed to a thin TypeScript MCP layer via napi-rs.
Both ad-hoc and reusable - agents can fire one-off requests or create, save, and re-run declarative collections stored as files.
Documents
Doc | Contents |
System design, the Rust/TS split, module layout, streaming strategy, FFI boundary | |
Full feature list by protocol + cross-cutting features (auth, vars, assertions, token optimizer) | |
The MCP tool surface: names, inputs, outputs, examples | |
The declarative YAML/JSON test/collection format | |
Phased delivery plan from scaffolding to gRPC and CI |
Decisions locked in
Stack: Rust core via napi-rs + TypeScript MCP layer (
@modelcontextprotocol/sdk).Distribution: local dev tool over stdio transport (used by Cursor/Windsurf/Claude Desktop).
Test definition: both ad-hoc agent calls and persisted declarative collections.
MVP protocols: REST, GraphQL, WebSocket, SSE. gRPC is a later phase.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA lightweight, local-first MCP server for executing HTTP requests and managing API collections and environments without cloud dependencies. It enables testing APIs, handling authentication, and importing OpenAPI specifications directly within MCP-compatible workflows.Last updated421594MIT
- Alicense-qualityCmaintenanceEnables building agent-ready APIs that expose tools as both HTTP and MCP endpoints from a single server definition, with automatic OpenAPI, discovery docs, and interactive API reference.Last updated5Apache 2.0
- FlicenseAqualityBmaintenanceUniversal HTTP client tool for LLM agents. Enables Claude and other MCP-compatible agents to perform GET, POST, PUT, DELETE, and other HTTP requests to any URL, including localhost and internal network addresses.Last updated2
- Alicense-qualityBmaintenanceAn MCP server for API discovery and execution with a token-efficient search -> execute workflow over OpenAPI, Google Discovery, and optional native GraphQL and gRPC sources.Last updated10512Apache 2.0
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thuupx/lunge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server