Portkey Admin MCP Server
@s-b-e-n-s-o-n
About Portkey Admin MCP Server
Full MCP server for the Portkey AI Gateway Admin API. 151 tools for managing prompts, configs, virtual keys, analytics, guardrails, integrations, and more from any MCP client.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"portkey-admin": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<YOUR_PORTKEY_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Portkey Admin MCP Server?
A full Model Context Protocol server that exposes 151 tools across 18 domains of the Portkey AI Gateway Admin API, enabling programmatic management of prompts, configurations, analytics, keys, guardrails, integrations, users, workspaces, and usage limits.
How to use Portkey Admin MCP Server?
Install via the Claude MCP add command with your Portkey API key: claude mcp add -e PORTKEY_API_KEY=your_key portkey-admin -- npx -y portkey-admin-mcp. Requires Node.js >= 20 and a Portkey API key with appropriate scopes.
Key features of Portkey Admin MCP Server
- 151 tools across 18 administrative domains
- Prompt creation, versioning, rendering, and migration
- Gateway routing, caching, retry, and load balancing configs
- Cost, latency, error rate, and token usage analytics
- API key and virtual key management
- Content safety, rate limiting, and usage enforcement
Use cases of Portkey Admin MCP Server
- Automate prompt template versioning and promotion across environments
- Manage and audit AI gateway configurations (routing, caching, retries)
- Monitor cost, latency, and error metrics across provider integrations
- Implement fine-grained API key and usage limit policies for teams
- Configure and enforce content safety guardrails and rate limits
FAQ from Portkey Admin MCP Server
What does the server do vs using the Portkey API directly?
It provides a full MCP interface to the Portkey Admin API, wrapping 151 tools into structured domains for easier integration with MCP-compatible clients like Claude.
What are the runtime requirements?
Node.js version 20 or higher and a valid Portkey API key with appropriate administrative scopes.
Where does my data live?
All operations are performed against the Portkey cloud API; the server does not store data locally.
Are there any known limits or transport restrictions?
The README does not specify transport options or rate limits beyond the requirement of a Portkey API key. It uses standard MCP transport; no authentication mechanism other than the API key is mentioned.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments