google-research-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CX | Yes | Your Programmable Search Engine ID (CX). Obtained from the Programmable Search Engine control panel by creating a search engine that searches the entire web. | |
| GOOGLE_API_KEY | Yes | Your Google Custom Search API key. Obtained from Google Cloud Console by enabling the Custom Search API. |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| google_searchA | Simple Google search for quick lookups. Returns snippets only. For deep research with full page content, use google_research or deep_search instead. |
| deep_searchA | Performs a comprehensive web search by querying Google, fetching the FULL content from top results using advanced content extraction (Readability algorithm), and returning consolidated content. Supports web, news, and image search types. Includes retry logic for reliability. This is TRUE deep research - it actually READS the pages, not just snippets. |
| deep_search_newsA | Searches for recent news articles on a topic, fetches full article content, and returns consolidated results. Optimized for news and current events. |
| google_researchA | Perform extensive DEEP research on a topic using Anthropic's Multi-Agent Research Architecture. This tool implements the FULL multi-agent system:
Process Flow:
Depth Levels:
|
| fetch_pageA | Fetch and extract the full readable content from a single URL. Uses Readability-style extraction to get the main content, removing navigation, ads, etc. |
| research_sessionA | Create or manage a research session for multi-step research workflows. Actions:
|
| add_sourceC | Add a source to a research session after fetching its content. |
| web_searchA | Search the web with source quality scoring. For full page content, follow up with fetch_page or use deep_search. |
| get_citationsA | Get formatted citations from a research session. Supports markdown, numbered, and APA formats. |
| run_subagentA | Manually spawn and run a subagent for a specific research aspect. This allows fine-grained control over the multi-agent research process. The subagent will:
|
| evaluate_coverageB | Evaluate the current research coverage and identify gaps. This implements the "More research needed?" decision point from Anthropic's architecture. |
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/thejusdutt/google-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server