RAT MCP Server
by newideas99
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLAUDE_MODEL | No | Claude model for responses | anthropic/claude-3.5-sonnet:beta |
DEEPSEEK_MODEL | No | DeepSeek model for reasoning | deepseek/deepseek-r1 |
OPENROUTER_API_KEY | Yes | OpenRouter API key for both DeepSeek and 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 DeepSeek's reasoning and Claude's response generation through OpenRouter. |
check_response_status | Check the status of a response generation task |