Skip to main content
Glama
praxeo

OpenRouter MCP Server

by praxeo

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

analyze_documentA

Analyze large documents using parallel processing with multiple model instances

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 5 tools

Disambiguation5/5

Each tool targets a distinct action: document analysis, chat, model comparison, model info retrieval, and listing. There is no overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., analyze_document, chat_with_model), making the naming predictable and easy to understand.

Tool Count5/5

Five tools is a concise yet comprehensive set for interacting with an AI model provider like OpenRouter. Each tool serves a clear role without unnecessary duplication.

Completeness4/5

The tools cover core operations (listing, info, chat, comparison, document analysis). A minor gap is the lack of streaming or parameter configuration options, but the set is functional for typical use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues