Skip to main content
Glama
th3nolo

OpenRouter MCP Server

by th3nolo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENROUTER_API_KEYYesYour OpenRouter API key (required)
OPENROUTER_APP_NAMENoApplication name for API headers
OPENROUTER_BASE_URLNoAPI base URLhttps://openrouter.ai/api/v1
OPENROUTER_SITE_URLNoYour site URL for API attribution

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
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsB

Get list of available OpenRouter models

chat_with_modelB

Send a message to a specific OpenRouter model

compare_modelsC

Compare responses from multiple models

get_model_infoC

Get detailed information about a specific model

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Available ModelsList of all available OpenRouter models with pricing
Model PricingCurrent pricing information for all models
Usage StatisticsYour OpenRouter usage statistics

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: chat_with_model is for sending messages, compare_models is for comparing multiple models, get_model_info is for retrieving details about a specific model, and list_models is for listing available models. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., chat_with_model, compare_models, get_model_info, list_models). The naming is uniform and predictable throughout the set.

Tool Count5/5

With 4 tools, the server is well-scoped for interacting with OpenRouter models. Each tool serves a distinct and necessary function, and the count is appropriate for the domain without being too sparse or bloated.

Completeness4/5

The tool set covers core operations for model interaction: listing, getting info, chatting, and comparing. A minor gap is the lack of tools for managing API keys or handling billing, but these are not essential for the primary use case.

Maintenance

ActivityMaintained
ResponsivenessNo issues