Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by SonAIengine • Uncategorized
A stateful pipeline framework for MCP servers that reduces token usage and enables server-side state caching.
Reduce token usage by minimizing tool descriptions and intermediate data passed through the LLM.
That require server-side typed state caching to share data between tools without relying on the LLM context.
Declarative tool chaining with automatic dependency management and error guidance.
mcp-pipeline is a Python framework designed to optimize MCP servers by collapsing multiple tools into fewer pipeline tools with typed server-side state. It reduces token overhead by caching intermediate data on the server, avoiding redundant data relay through the LLM, and enabling declarative tool dependencies. This results in fewer tools, fewer tokens, and more efficient, type-safe workflows.