RAT MCP Server
by newideas99
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEFAULT_MODEL | No | Model configuration, e.g., claude-3-5-sonnet-20241022 or any OpenRouter model ID | |
DEEPSEEK_API_KEY | Yes | DeepSeek API key for reasoning stage | |
OPENROUTER_MODEL | No | Default OpenRouter model if not using Claude, e.g., openai/gpt-4 | |
ANTHROPIC_API_KEY | No | Optional Anthropic API key for Claude model | |
OPENROUTER_API_KEY | Yes | OpenRouter API key for non-Claude models |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_response | Generate a response using RAT's two-stage reasoning process. Maintains conversation context between calls. |