gigaxity-deep-research
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESEARCH_LLM_MODEL | No | Model identifier for the synthesis LLM | qwen/qwen3-30b-a3b-thinking-2507 |
| RESEARCH_LLM_API_KEY | Yes | Your OpenRouter API key (or local LLM API key) | |
| RESEARCH_LLM_API_BASE | No | Base URL for the LLM API endpoint | https://openrouter.ai/api/v1 |
| RESEARCH_SEARXNG_HOST | No | URL of the SearXNG instance (default may be set in .env) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Multi-source search with RRF (Reciprocal Rank Fusion). Returns ranked results from SearXNG, Tavily, and LinkUp. Use for raw search results without synthesis. No LLM call. |
| researchA | Full research pipeline: search + LLM synthesis with citations. Pipeline: Multi-source search → Source aggregation → LLM synthesis → Citation formatting |
| askA | Quick conversational answer using LLM. No search, direct response from model knowledge. Use for simple factual questions or follow-ups. |
| discoverA | Exploratory discovery with knowledge gap analysis. Identifies what's known and unknown about a topic. Use for cold-start exploration. |
| synthesizeA | Synthesize pre-gathered content into coherent analysis. Use when you already have sources from other tools. |
| reasonA | Deep reasoning with chain-of-thought analysis. Two modes, picked automatically by whether
For style variants over pre-gathered sources, call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoloshii/gigaxity-deep-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server