ApiMcp servers
Get tool selection
Get tool selection status for a server, showing which tools are enabled or disabled.
curl -X GET "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/tool-selection"{
"items": [
{
"tool_id": "6c5cc6aa-c017-4456-ab57-583572511a6c",
"tool_name": "string",
"description": "string",
"enabled": true
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get server OAuth config
Get OAuth configuration for an MCP server. Returns the configuration with the client_secret masked; the actual secret is never returned.
Import server from catalog
Import an MCP server from the registry catalog. Validates the package exists for NPX/UVX servers, creates the server, and triggers background tool discovery.
