https://mcp.portkey.ai/<slug>/mcp with a Portkey API key.
Register the server
1
Add the server
Select MCP Registry in the sidebar, then Add MCP Server.
2
Fill in the server
Authentication
- OAuth Auto (per user)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Register the Consensus MCP server in Portkey’s MCP Registry with custom headers or per-user OAuth.
https://mcp.portkey.ai/<slug>/mcp with a Portkey API key.
Add the server
Fill in the server
| Field | Value |
|---|---|
| Name | Consensus |
| Slug | consensus |
| Server URL | https://mcp.consensus.app/mcp |
| Server Type | HTTP |
| Auth Type | See below |
Authorization with the value Bearer ak_live_....{
"mcpServers": {
"consensus": {
"url": "https://mcp.portkey.ai/consensus/mcp",
"headers": {
"x-portkey-api-key": "<PORTKEY_API_KEY>"
}
}
}
}