Learn how to use Klavis to connect your AI application to OpenRouter MCP Server
x-auth-token
header at runtime. You can store it using the Set Auth Token API:
Tools Information
Tool Name | Description |
---|---|
openrouter_list_models | List available models on OpenRouter |
openrouter_search_models | Search for models based on query, category, or provider |
openrouter_get_model_pricing | Get pricing information for a specific model |
openrouter_create_chat_completion | Create a chat completion using a selected model |
openrouter_create_chat_completion_stream | Create a streaming chat completion |
openrouter_create_completion | Create a text completion (legacy completion endpoint) |
openrouter_get_usage | Get usage statistics for the authenticated user |
openrouter_get_user_profile | Get the current user’s profile information |
openrouter_get_credits | Get the current user’s credit balance |
openrouter_get_api_key_info | Get information about the current API key |
openrouter_get_cost_estimate | Estimate cost for a model given input/output tokens |
openrouter_compare_models | Run the same prompt across multiple models and compare |
openrouter_analyze_model_performance | Analyze one model over multiple prompts |
openrouter_get_model_recommendations | Get model recommendations based on use case and constraints |