Execute MCP Tool
MCP
Execute MCP Tool
Executes a tool directly on an MCP server configured by the authenticated user.
POST
Execute MCP Tool
Executes a tool directly on an MCP server configured by the authenticated user.
Usage
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
mcp_server_id | string (uuid) | Yes | ID of the user MCP server to execute against. Must belong to the authenticated user. |
tool_slug | string | Yes | Tool name/slug to execute on that MCP server. |
args | object | No | Tool input arguments. Defaults to an empty object. |
Response
Notes
- This endpoint executes synchronously and returns the tool result in the HTTP response.
- The response
resultobject is passed through from the MCP server and may include fields likecontent,structuredContent, andisError. - Rate limit: 30 requests per minute per authenticated user.
Authorizations
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
Body
application/json

