/
by chris-schra
MCP proxy that aggregates multiple servers with tool filtering and customization
Server configuration and capabilities from the MCP manifest
Size: 2,371 bytes (593 tokens)
Tools Found: 6
Analysis ID: t7zfkebg
This MCP server provides tools for discovering, managing, and executing commands across various servers.
Stars
Registry ID: 1efb077e-f618-4258-8924-6e3dae14ef8b
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: develop
Last Push: 9/21/2025
Open Issues: 9
Historical performance and growth metrics over time
{ "name": "mcp-funnel", "tags": [ "mcp", "funnel", "dynamic", "discovery" ], "tools": [ { "name": "discover_tools_by_words", "description": "Discover tools based on keywords.", "input_schema": { "type": "object", "required": [ "keywords" ], "properties": { "keywords": { "type": "array", "items": { "type": "string" } } } }, "output_schema": { "type": "array", "items": { "type": "object", "required": [ "name", "description" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" } } } } }, { "name": "get_tool_schema", "description": "Retrieve the schema for a specific tool.", "input_schema": { "type": "object", "required": [ "tool_name" ], "properties": { "tool_name": { "type": "string" } } }, "output_schema": { "type": "object", "required": [ "name", "description", "input_schema", "output_schema" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "input_schema": { "type": "object" }, "output_schema": { "type": "object" } } } }, { "name": "bridge_tool_request", "description": "Bridge a request to a specific tool.", "input_schema": { "type": "object", "required": [ "tool_name", "params" ], "properties": { "params": { "type": "object" }, "tool_name": { "type": "string" } } }, "output_schema": { "type": "object", "required": [ "result" ], "properties": { "result": { "type": "object" } } } }, { "name": "load_toolset", "description": "Load a specific set of tools.", "input_schema": { "type": "object", "required": [ "toolset_name" ], "properties": { "toolset_name": { "type": "string" } } }, "output_schema": { "type": "object", "required": [ "status", "loaded_tools" ], "properties": { "status": { "type": "string" }, "loaded_tools": { "type": "array", "items": { "type": "string" } } } } }, { "name": "search_registry_tools", "description": "Search for tools in the registry.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string" } } }, "output_schema": { "type": "array", "items": { "type": "object", "required": [ "name", "description" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" } } } } }, { "name": "get_server_install_info", "description": "Get installation information for the server.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": { "type": "object", "required": [ "version", "dependencies" ], "properties": { "version": { "type": "string" }, "dependencies": { "type": "object" } } } } ], "version": "1.0.0", "categories": [ "proxy", "server", "tools" ], "description": "A proxy server for the Model Context Protocol, facilitating dynamic tool discovery and execution." }
Forks
Watchers
Contributors
Last Push: 9/21/2025
Open Issues: 9