Skip to main content
GET
/
user-mcp-servers
/
{id}
/
tools
Get User MCP Server Tools
curl --request GET \
  --url https://app.splox.io/api/v1/user-mcp-servers/{id}/tools \
  --header 'Authorization: Bearer <token>'
{
  "options": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "total": 123,
  "limit": 123
}
Returns tool options for a specific user MCP server.

Usage

curl "https://app.splox.io/api/v1/user-mcp-servers/YOUR_MCP_SERVER_ID/tools" \
  -H "Authorization: Bearer YOUR_TOKEN"

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

id
string<uuid>
required

User MCP server ID

Response

200 - application/json

Tool options retrieved successfully

options
object[]
total
integer
limit
integer