Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

gpt-researcher

assafelovic/gpt-researcher

An autonomous agent that conducts deep research on any data using any LLM providers

Uptime
100.0%
1 direct probes · 30d
Response
1518ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_full_mcp_server

READ FIRST. This endpoint (https://gptr.dev/api/mcp) is a *discovery bridge only* - it does NOT execute research. The real MCP server with deep_research / quick_search / write_report lives at https://…

get_overview

Return a structured overview of GPT Researcher: what it is, when to use it, supported LLM providers and retrievers, and how it compares to Perplexity / OpenAI Deep Research. Use this when the user ask…

get_quickstart

Return install / quickstart instructions for one of the supported runtimes (python, docker, mcp). Use this when the user asks 'how do I install gpt-researcher' or 'how do I run the MCP server'.

list_tools_in_full_mcp_server

Return the catalogue of tools exposed by the real gptr-mcp Model Context Protocol server (deep_research, quick_search, write_report, get_research_sources, get_research_context). Useful when the user w…

get_discovery_endpoints

Return the canonical agent-discovery URLs published by gptr.dev: llms.txt, llms-full.txt, openapi.json, ai-plugin.json, agent-card.json, mcp.json, agent-skills/index.json, sitemap.xml, schemamap.xml, …

get_pricing

Return the GPT Researcher pricing summary. The product is MIT-licensed and free; you only pay your underlying LLM and search-API providers.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gpt-researcher": {
      "url": "https://gptr.dev/api/mcp",
      "transport": "http"
    }
  }
}