Test an MCP Tool Connection
Use the MCP tool connection proxy to validate an MCP server configuration and retrieve available tools before saving the configuration on an AI assistant.
Endpoint
POST/mcp-tool-connection-proxy
Request
Response
json
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | String | Yes | MCP server URL |
authentication_type | String | Yes | none, api_key, custom_headers, or oauth2 |
api_key | String | No | API key used when authentication_type is api_key |
custom_headers | Array | No | Header objects used when authentication_type is custom_headers |
oauth2_config | Object | No | OAuth2 token and client configuration used when authentication_type is oauth2 |
Saving the Tools on an Assistant
After testing, save the returned tools in mcp_tools on the assistant:
Error Response
json
Report an issue with this documentation
Please log in to report issues with our documentation.