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.
The Portkey Admin MCP server is a well-structured TypeScript application with comprehensive security controls. Authentication is properly enforced via Portkey API keys with appropriate scope validation. Code quality is high with proper input validation, error handling, and no evident malicious patterns. Minor findings include some broad exception handling and the need for explicit production security configuration guidance, but these do not materially impact the security posture for its intended use as a developer tool gateway. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 6 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
Read, search, and manipulate Git repositories programmatically
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.