ryanjoachim/mcp-batchit
🚀 MCP aggregator for batching multiple tool calls into a single request. Reduces overhead, saves tokens, and simplifies complex operations in AI agent workflows.
Implements an MCP aggregator server that exposes a single `batch_execute` tool, which internally spawns or connects to downstream MCP servers (like filesystem) and runs multiple tool calls in parallel up to a configurable concurrency limit. Built on stdio transport with connection caching and per-operation timeout/error-handling controls. Designed for MCP clients (Claude Desktop, Cline, Roo) to dramatically reduce multi-step operation overhead by batching independent calls that don't require data passing between operations.
No commits in the last 6 months.
Stars
56
Forks
6
Language
JavaScript
License
—
Category
Last pushed
Mar 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/ryanjoachim/mcp-batchit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mcp-use/mcp-use
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
TencentCloudBase/CloudBase-MCP
CloudBase MCP - Connect CloudBase to your AI Agent. Go from AI prompt to live app.
rusiaaman/wcgw
Shell and coding agent on mcp clients
juspay/neurolink
Universal AI Development Platform with MCP server integration, multi-provider support, and...
zhizhuodemao/js-reverse-mcp
为 AI Agent 设计的 JS 逆向 MCP Server,内置反检测,基于 chrome-devtools-mcp 重构 | JS reverse engineering MCP...