What problem does it solve?
When an agent needs capabilities not covered by preconfigured named MCP servers, it must dynamically discover and call tools on a remote MCP service without a fixed broker configuration.
Core Features & Use Cases
- Dynamic Tool Discovery: Lists available tools on a remote streamable HTTP MCP endpoint using mcp_list_tools with a URL selector.
- Targeted Tool Inspection: Inspects only the specific tools you plan to call via mcp_inspect_tools before invoking them.
- Remote Tool Invocation: Calls announcement publishing (announcement_publish) and FAQ tools (faq_search, faq_read) through mcp_call with selector-based routing.
- Use Case: An agent needs to publish an announcement to engineers or search an FAQ knowledge base hosted on a remote MCP service that is not registered as a named broker server.
Quick Start
Connect to the remote MCP endpoint documented in this skill, list its tools with mcp_list_tools, then call announcement_publish or faq_search using the returned selector.