RAT MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_MODELNoModel configuration, e.g., claude-3-5-sonnet-20241022 or any OpenRouter model ID
DEEPSEEK_API_KEYYesDeepSeek API key for reasoning stage
OPENROUTER_MODELNoDefault OpenRouter model if not using Claude, e.g., openai/gpt-4
ANTHROPIC_API_KEYNoOptional Anthropic API key for Claude model
OPENROUTER_API_KEYYesOpenRouter API key for non-Claude models

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_response

Generate a response using RAT's two-stage reasoning process. Maintains conversation context between calls.