curl --request GET \
--url https://app.splox.io/api/v1/mcp-catalog \
--header 'Authorization: Bearer <token>'{
"mcp_servers": [
{
"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
}
],
"current_page": 123,
"per_page": 123,
"total_count": 123,
"total_pages": 123
}Lists available MCP servers from the global catalog with pagination and search.
curl --request GET \
--url https://app.splox.io/api/v1/mcp-catalog \
--header 'Authorization: Bearer <token>'{
"mcp_servers": [
{
"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
}
],
"current_page": 123,
"per_page": 123,
"total_count": 123,
"total_pages": 123
}curl "https://app.splox.io/api/v1/mcp-catalog?page=1&per_page=20&search=github" \
-H "Authorization: Bearer YOUR_TOKEN"
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
Page number (default 1)
x >= 1Items per page (default 20, max 100)
1 <= x <= 100Search by name, description, or URL
Filter to featured MCP servers