proxy
Facilitates dynamic access to MCP servers by listing tools, retrieving detailed capabilities, and executing calls for tools, resources, or prompts with JSON-encoded results.
Instructions
Main proxy tool for dynamic access to mounted MCP servers.
This tool provides a unified interface for:
- Listing available tools, resources, or prompts across servers
- Getting detailed info about specific capabilities
- Calling tools, reading resources, or getting prompts
Annotations are used to provide rich type information for results, which can generally be expected to ultimately include JSON-encoded EmbeddedResource results that can be interpreted by the client.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform: list, info, or call. | |
args | No | Arguments for a 'call' action (call tool, read resource, or get prompt). | |
path | No | Name or URI of the specific tool/resource/prompt (with FastMCP prefixing). Not allowed for 'list' and 'info' actions. | |
type | Yes | Type of MCP capability to interact with: tool, resource, or prompt. |