io.github.oviron/openrouter-admin✓
io.github.oviron/openrouter-admin · v0.7.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.oviron/openrouter-admin",
"description": "MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.",
"repository": {
"url": "https://github.com/oviron/openrouter-admin-mcp",
"source": "github"
},
"version": "0.7.3",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}