Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORCAROUTER_API_KEYNoOrcaRouter API key. Required only for orcarouter_chat.
ORCAROUTER_BASE_URLNoAPI base URL. Defaults to https://api.orcarouter.ai.https://api.orcarouter.ai
ORCAROUTER_REQUEST_TIMEOUTNoPer-request HTTP timeout in seconds. Defaults to 300.300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
orcarouter_chatA

Send a single-turn chat request to OrcaRouter and return the assistant's response text. Default model is the workspace's auto-router. Use orcarouter/<name> for other routers or <provider>/<model> for direct calls. For OpenAI reasoning models (gpt-5/o1/o3/...), max_tokens is automatically routed to max_completion_tokens at the wire level. The optional models array sets a fallback chain — the primary model is tried first, then each entry on failure (5 entries total max, including the primary). Errors are returned as text content with isError:true; common cases include missing API key, rate limits, and upstream provider outages. Requires ORCAROUTER_API_KEY.

orcarouter_models_listA

List LLM models in the OrcaRouter catalog. Each entry includes id, name, description, owned_by, context_length, supported_endpoint_types, and pricing (both per-token and per-million tokens). Filter by provider, capability, or min_context — filters compose (all conditions must match) and are applied server-side. Discover valid provider ids first with orcarouter_providers_list. Returns the full catalog when called without filters. Read-only, no API key required.

orcarouter_model_cardA

Get detailed information about a single model — display name, long description, pricing (per-call and per-million tokens), context window, max output, modalities (input/output), supported endpoints, latency percentiles (p50/p95), and release date. Use this when you already know the model id and want full details; for browsing or filtering across many models use orcarouter_models_list instead. Returns isError:true with a clear hint when the id is not found. Read-only, no API key required.

orcarouter_providers_listA

List all model providers on OrcaRouter with their provider_id, human-readable display_name, icon_url, and model_count. Call this first to discover valid provider ids (e.g. 'openai', 'anthropic', 'google', 'qwen', 'deepseek') which you can then pass to orcarouter_models_list as the provider filter. Takes no parameters and returns the same list on every call until the deployment's catalog changes. Read-only, no API key required.

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/Continuum-AI-Corp/orcarouter-mcp-server'

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