Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESEARCH_MODEL | No | AI model to use for deep_research tool. Recommended: perplexity/sonar-deep-research (default), x-ai/grok-4.1-fast, anthropic/claude-3.5-sonnet, or openai/gpt-4o-mini. | perplexity/sonar-deep-research |
| SERPER_API_KEY | No | Serper API key for Google search functionality. Enables web_search and search_reddit tools. Free tier: 2,500 queries/month. | |
| REDDIT_CLIENT_ID | No | Reddit OAuth client ID for Reddit API access. Enables get_reddit_post tool. Free and unlimited. | |
| SCRAPEDO_API_KEY | No | Scrape.do API key for web scraping with JavaScript rendering and geo-targeting. Enables scrape_links tool. Free tier: 1,000 credits/month. | |
| OPENROUTER_API_KEY | No | OpenRouter API key for AI model access. Enables deep_research tool and AI extraction in scrape_links. Pay-as-you-go pricing. | |
| OPENROUTER_BASE_URL | No | Base URL for OpenRouter API. | https://openrouter.ai/api/v1 |
| LLM_EXTRACTION_MODEL | No | AI model to use for content extraction in scrape_links when use_llm is enabled. Recommended: openrouter/gpt-oss-120b:nitro (default), anthropic/claude-3.5-sonnet, or openai/gpt-4o-mini. | openrouter/gpt-oss-120b:nitro |
| REDDIT_CLIENT_SECRET | No | Reddit OAuth client secret for Reddit API access. Enables get_reddit_post tool. Free and unlimited. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |