Skip to main content
Glama
SECRET4422

Deep Research MCP Server

by SECRET4422

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webC

Search web via DuckDuckGo HTML (no API key)

scrape_pageC

Scrape URL to markdown

extract_insightsD

Extract insights

deep_researchC

Orchestrated deep research: search + parallel scrape + synthesize

compare_sourcesD

Compare 2-5 URLs

fact_check_claimD

Fact-check claim

memory_saveC

Save to persistent memory

memory_searchD

Search memory

Prompts

Interactive templates invoked by user choice

NameDescription
deep-dive-researchCreate a deep research workflow
fact-checkFact-checking squad
compare-narrativesCompare sources

Resources

Contextual data attached and managed by the client

NameDescription
research-memoryPersistent research memory
research-historyHistory of all researches
research-statsStats

TDQS

C2.6/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: compare_sources compares URLs, deep_research orchestrates multi-step research, extract_insights extracts insights, fact_check_claim verifies claims, memory_save/search handle persistent memory, scrape_page fetches web content, and search_web performs web searches. No overlap.

Naming Consistency5/5

All tool names follow a consistent snake_case convention with a clear verb_noun pattern (e.g., compare_sources, memory_save, scrape_page). The naming is predictable and easy to understand.

Tool Count5/5

8 tools are well-scoped for a deep research server. The count is sufficient to cover core capabilities (search, scrape, compare, fact-check, memory) without being overwhelming.

Completeness5/5

The tool set covers the full research lifecycle: searching, scraping, comparing sources, extracting insights, fact-checking, and saving/retrieving memory. There are no obvious gaps for the intended purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues