Server data from the Official MCP Registry
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
This is a well-designed, production-ready MCP server with strong security fundamentals. Authentication is properly required and scoped to Anthropic Admin API keys. All write operations are guarded by explicit confirmation flags, workspace scoping, role restrictions, and comprehensive audit logging. Code quality is high with proper error handling, input validation, and no evidence of malicious patterns. Minor findings around logging and error messages do not materially impact security. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 13 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: ANTHROPIC_ADMIN_KEY
Environment variable: ALLOWED_WORKSPACES
Environment variable: AUDIT_LOG_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-trushtonfactory-anthropic-admin-mcp": {
"env": {
"AUDIT_LOG_PATH": "your-audit-log-path-here",
"ALLOWED_WORKSPACES": "your-allowed-workspaces-here",
"ANTHROPIC_ADMIN_KEY": "your-anthropic-admin-key-here"
},
"args": [
"anthropic-admin-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
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.