Skip to main content
Glama
oviron

openrouter-admin-mcp

by oviron

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENROUTER_PROVISIONING_KEYYesYour OpenRouter Provisioning API key
OPENROUTER_ADMIN_ALLOW_WRITENoSet to '1' to enable write tools

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
or_creditsA

Show OpenRouter balance: total purchased, total used, remaining.

or_current_keyA

Show metadata of the Provisioning key the server is using (label, type, limits, usage).

or_keys_listA

List all OpenRouter inference API keys with usage and limits.

or_key_getA

Get details of one OpenRouter inference key by hash.

or_activityC

Show OpenRouter usage grouped by endpoint for the last 30 UTC days. Optional filters: date (YYYY-MM-DD), api_key_hash, user_id.

or_overviewA

One-shot dashboard: account credits, all active keys (with daily/weekly/monthly reset info), and today's UTC burn by model. Combines credits + keys + activity into a single call. Use this first when investigating cost or checking key health.

or_generationA

Get details of a single inference call by its generation_id (returned by OpenRouter in completion responses, e.g. 'gen-abc123'). Returns cost, tokens, latency, finish reason, provider — useful when an agent needs to explain why a specific call cost what it did.

or_modelsA

List OpenRouter model catalog with pricing per 1M tokens, context length, and modalities. Use this to compare models or look up current prices. Filter via search/supported_parameters/output_modalities.

or_model_getA

Get full details of a single model by id (e.g. 'anthropic/claude-opus-4.7'): description, context, modalities, pricing, supported parameters.

or_model_endpointsA

List all provider endpoints for a specific model (which providers serve it, their pricing, context length, uptime). Use this when picking the cheapest or most-stable provider for a model.

or_models_userA

List models available to this account, respecting privacy/guardrail settings (differs from or_models which returns the full public catalog).

or_zdr_endpointsA

List ZDR-compliant model endpoints (Zero Data Retention). Useful for agents under privacy/compliance constraints.

or_guardrails_listA

List all OpenRouter guardrails (account-wide spending limits and provider/model allowlists).

or_guardrail_getA

Get details of one guardrail by id: limit_usd, reset_interval, allowed/ignored providers/models, enforce_zdr.

or_guardrails_assignmentsA

One-shot view of all guardrail assignments: which keys and which org members are bound to which guardrail. Combines /guardrails/key-assignments and /guardrails/member-assignments.

or_org_membersA

List members of the OpenRouter organization (when running under a Management key for an org account). Useful as input for guardrail member-assignments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oviron/openrouter-admin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server