Server data from the Official MCP Registry
Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more.
Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more.
This is a well-structured MCP server for the Portkey Admin API with strong security practices. Authentication via API key is required and properly handled through environment variables. The codebase demonstrates good input validation, proper error handling, and careful credential management. Permissions align well with the stated purpose of managing Portkey resources. Minor code quality observations exist but do not raise security concerns. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PORTKEY_API_KEY
Environment variable: PORTKEY_TOOL_DOMAINS
Environment variable: PORTKEY_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-codeswhat-portkey-admin-mcp": {
"env": {
"PORTKEY_API_KEY": "your-portkey-api-key-here",
"PORTKEY_BASE_URL": "your-portkey-base-url-here",
"PORTKEY_TOOL_DOMAINS": "your-portkey-tool-domains-here"
},
"args": [
"-y",
"portkey-admin-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.