Gemini Research MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| 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 |
|---|---|
| research_webA | Fast web research with Gemini grounding. Returns answer with citations in seconds. Uses a fixed high thinking level for higher-quality grounded answers. Use for: quick lookups, fact-checking, current events, documentation, "what is", "how to", real-time information, news, API references, error messages. |
| research_deepB | Run the default Deep Research agent with optional File Search and MCP tools. |
| resume_researchA | Resume an interrupted or in-progress Use when a Because Call with no arguments to list recoverable sessions. Call with an
|
| export_research_sessionA | Save (export, download, archive) a completed research session to a file
on disk — Word (.docx), Markdown (.md), or JSON. Use this to recover
your report after a Disk-first contract. The file is always written to disk, and the
absolute path is returned on the first line of the response as
Similar to Google's Deep Research export feature, the DOCX output is a professional Word document suitable for sharing, archiving, or further editing. Supported formats:
Typical recovery flow:
|
| search_toolsA | Search for tools using natural language. Returns matching tool definitions ranked by relevance, in the same format as list_tools. |
| call_toolB | Call a tool by name with the given arguments. Use this to execute tools discovered via search_tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_research_models | List available research models and their capabilities. Returns information about the models used by this server: - Quick research model (Gemini + Google Search grounding) - Deep Research Agent (autonomous multi-step research) |
| Available Exports | List all currently cached exports ready for download. |
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/machinemates-ai/gemini-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server