MCP Server
MCP
io.github.oviron/openrouter-admin
MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "openrouter-admin-mcp",
"version": "0.7.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenRouter Provisioning API key — create at https://openrouter.ai/settings/provisioning. Distinct from inference keys: it can manage your account but cannot make completion calls.",
"isRequired": true,
"isSecret": true,
"name": "OPENROUTER_PROVISIONING_KEY"
},
{
"description": "Set to '1' to enable destructive write tools (or_key_create, or_key_update, or_key_delete). Disabled by default — read-only tools (or_overview, or_credits, or_keys_list, or_key_get, or_activity, or_current_key) are always available.",
"name": "OPENROUTER_ADMIN_ALLOW_WRITE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment