research-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERPER_API_KEY | No | API key for Google SERP via Serper. | |
| TAVILY_API_KEY | No | API key for Tavily search and scrape. | |
| SERPAPI_API_KEY | No | API key for Google SERP via SerpAPI. | |
| FIRECRAWL_API_KEY | No | Optional API key for Firecrawl. | |
| FIRECRAWL_API_URL | No | The base URL for the Firecrawl API (your fork). | |
| TWITTERAPI_IO_KEY | No | API key for X.com (Twitter) source. |
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 |
|---|---|
| researchA | End-to-end: search all sources -> scrape -> rerank -> summarize. |
| search_allC | Fan out the query to every source and return deduped SearchResult dicts. |
| scrape_urlC | Scrape a single URL and return markdown content. method: "firecrawl" | "tavily" | "jina" |
| rerank_docsA | Rerank a list of document strings by relevance to the query. model: "cohere" | "jina" | "local" Returns: [{index, relevance_score}, ...] sorted desc. |
| summarize_docsB | Synthesize a final answer from a list of document strings. style: "detailed" | "bullets" | "tldr" model: "groq" | "gemini" | "openrouter" |
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/KB01111/research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server