Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by SonAIengine • Uncategorized
An MCP server that builds and retrieves workflow-aware tool chains for LLM agents using a graph-based hybrid search.
Retrieve relevant tools with workflow context rather than isolated matches.
Reduce token usage by filtering and chaining tools intelligently.
Integrate multiple MCP servers behind a single proxy to simplify tool access.
graph-tool-call constructs a tool graph from various sources like OpenAPI, MCP, and Python functions to enable workflow-aware retrieval of multi-step tool chains. It improves accuracy and reduces token usage significantly compared to baseline vector search by combining BM25, graph traversal, embedding similarity, and MCP annotations. The server supports integration with multiple MCP-compatible agents and can proxy multiple MCP servers to reduce token overhead.