ToolFunnel
Related Servers
Alternatives to ToolFunnel
- AlicenseNot gradedqualityDmaintenanceFastMCP is a comprehensive MCP server allowing secure and standardized data and functionality exposure to LLM applications, offering resources, tools, and prompt management for efficient LLM interactions.3MIT
- AlicenseAqualityAmaintenanceLocal-first MCP proxy with BM25 tool discovery, quarantine security, Docker isolation, OAuth support, activity logging, and web UI. Routes multiple upstream MCP servers through a single endpoint.9375MIT
- AlicenseNot gradedqualityDmaintenanceMetaMCP is a MCP proxy that dynamically aggregates MCP servers into a unified endpoint, with middlewares and namespaces.2,662MIT
Related Servers

AISIX AI Gatewayofficial
AlicenseAqualityAmaintenanceSelf-hosted MCP gateway that registers upstream MCP servers and fronts them behind one governed Streamable HTTP endpoint: per-tool access control by caller API key, guardrails over tool arguments and results, rate limits, and usage logs. The same Rust gateway also proxies LLM and A2A agent traffic.41155Apache 2.0- AlicenseNot gradedqualityAmaintenanceSelf-hosted MCP gateway that exposes a single MCP URL to AI agents and routes tools/resources to many upstream MCP servers behind it.3,536 npmMIT
- AlicenseBqualityCmaintenanceSecurity gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed decision receipts. Shadow mode logs every tool call without blocking; enforce mode applies block, rate-limit, and minimum-tier rules. Receipts are independently verifiable offline with no accounts needed.51,279 npm10MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to reach many child MCP servers through a single gateway endpoint, where each child's tools are published as namespaced tools behind one bearer token. It also provides an admin web UI, REST API, and built-in tools for adding, editing, muting, and restarting those servers without restarting the process.1MIT
- AlicenseNot gradedqualityCmaintenanceA zero-dependency MCP proxy/gateway server that aggregates multiple MCP servers, routes tools by prefix, load balances, and enforces authentication and rate limits.MIT
- AlicenseNot gradedqualityBmaintenanceSelf-hosted workspace MCP gateway that registers MCP servers, stores secrets encrypted, mints agent keys, and shares a unified tool library across multiple AI harnesses.1Apache 2.0
TDQS
Scored across 4 tools
Each tool has a distinct purpose: listing available tools, retrieving detailed instructions for a specific tool, executing a tool, and obtaining self-extension documentation. There is no ambiguity or overlap.
All tool names follow a consistent 'toolfunnel_<descriptive verb/noun>' pattern in snake_case, making it easy to predict functionality from the name.
With 4 tools, the server is tightly scoped to its meta-purpose (discover, learn, run, extend). This is an ideal size for managing other tools without unnecessary complexity.
The set covers core operations (list, instructions, run, extension docs). A minor gap is the lack of a programmatic tool to register new tools dynamically, but the 'howto' tool explains how to do it externally, so agents can still extend the system.