Browsing, inspecting & testing tools for a deployed MCP server
Introduction
Having deployed a remote MCP server, you can browse, inspect and run deployed tools from your MCP servers page - think of it like a control panel for trying out each tool before switching to your AI assistant.
Need to know
You can browse and run tools for a
deployedMCP server (not for adraft).Running tools for your
deployedMCP server here will produce the same results as running in a connected AI assistant (retrieving your the API key and running through same endpoints)- if it works here, it will work there. (grabbing the API key and running through same endpoints) so if a test works, it will work in the clientRunning tools here decrements your current Patchworks MCP allowance.
Running tools here has no impact on the AI allowance associated with connected AI assistants.
The steps
Access your MCP server deployments
Select the settings option (at the bottom of the navigation menu):

Then select the MCP servers option:

Access options for your server deployment
Look for the deployed server and click the associated ellipsis icon. For example:

Choose to view deployment details
Select the view option:

Details for this deployment are shown:

Information is available in four panels:
a
Basic details for the selected server deployment.
b
The code panel shows the existing code for this server deployment. This is read-only, so you can't make changes here. If you want to update these tools, you need to do so from a draft - for details, please refer to Customising tools for your hosted MCP server.
c
The testing panel is used to list and test all tools associated with this deployment. See next steps for more on this.
d
The logs panel shows events for this MCP server.
Retrieve current tools
Click the get tools button:

All existing tools are displayed. For example:

Show details for the required tool
Click the arrow associated with the tool you want to inspect and/or run. For example:

The tool schema is displayed. For example:

Run the tool
Click the test this tool option (at the top of the schema). For example:

Any parameters associated with the tool are displayed - you can update these as needed:

Click the execute tool button:

Review results
Check the results panel for the request output. For example:

Last updated
Was this helpful?