RAT MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_MODELNoClaude model for responsesanthropic/claude-3.5-sonnet:beta
DEEPSEEK_MODELNoDeepSeek model for reasoningdeepseek/deepseek-r1
OPENROUTER_API_KEYYesOpenRouter API key for both DeepSeek and 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 DeepSeek's reasoning and Claude's response generation through OpenRouter.

check_response_status

Check the status of a response generation task