Bulk Update MCP Server Capabilities
curl --request PUT \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/capabilities \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"capabilities": [
{
"name": "<string>",
"enabled": true
}
]
}
'{
"success": true
}Bulk update MCP Server capability overrides
PUT
/
mcp-servers
/
{mcpServerId}
/
capabilities
Bulk Update MCP Server Capabilities
curl --request PUT \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/capabilities \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"capabilities": [
{
"name": "<string>",
"enabled": true
}
]
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-fix-cache-hit-elaborate.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 21, 2026
Was this page helpful?
⌘I

