curl --request GET \
--url https://app.splox.io/api/v1/mcp-catalog/{id} \
--header 'Authorization: Bearer <token>'{
"mcp_server": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"transport_type": "<string>",
"auth_type": "<string>",
"is_featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"auth_config": {},
"image_url": "<string>",
"category": "<string>",
"display_order": 123
}
}Returns one MCP catalog item by ID.
curl --request GET \
--url https://app.splox.io/api/v1/mcp-catalog/{id} \
--header 'Authorization: Bearer <token>'{
"mcp_server": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"transport_type": "<string>",
"auth_type": "<string>",
"is_featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"auth_config": {},
"image_url": "<string>",
"category": "<string>",
"display_order": 123
}
}curl "https://app.splox.io/api/v1/mcp-catalog/YOUR_CATALOG_ID" \
-H "Authorization: Bearer YOUR_TOKEN"
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
MCP catalog item ID
Catalog item retrieved successfully
Show child attributes