proxy
Access and manage multiple MCP servers through a single interface. List available tools, resources, or prompts, get details, and call them as needed.
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 |
|---|---|---|---|
| args | No | Arguments for a 'call' action (call tool, read resource, or get prompt). Can be a dict or JSON string. | |
| 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. | |
| limit | No | Maximum number of items to return (for 'list' action only). Default: 100 | |
| action | Yes | Action to perform: list, info, or call. | |
| offset | No | Number of items to skip (for 'list' action only). Default: 0 | |
| filter_server | No | Filter results by server name prefix (for 'list' action only) |