MCP.so
ログイン
P

Portkey Admin MCP Server

@s-b-e-n-s-o-n

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.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

s-b-e-n-s-o-n

投稿者

s-b-e-n-s-o-n

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "portkey-admin": {
      "command": "npx",
      "args": [
        "-y",
        "portkey-admin-mcp"
      ],
      "env": {
        "PORTKEY_API_KEY": "<YOUR_PORTKEY_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ