Skip to main content
Glama

Related Servers

Alternatives to ToolFunnel

  • A
    license
    Not graded
    quality
    D
    maintenance
    FastMCP 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.
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MetaMCP is a MCP proxy that dynamically aggregates MCP servers into a unified endpoint, with middlewares and namespaces.
    2,662
    MIT

Related Servers

  • A
    license
    A
    quality
    A
    maintenance
    Self-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.
    4
    1
    155
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Self-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 npm
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Security 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.
    5
    1,279 npm
    10
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Self-hosted workspace MCP gateway that registers MCP servers, stores secrets encrypted, mints agent keys, and shares a unified tool library across multiple AI harnesses.
    1
    Apache 2.0

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent 'toolfunnel_<descriptive verb/noun>' pattern in snake_case, making it easy to predict functionality from the name.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues