gpt-researcher
assafelovic/gpt-researcherAn autonomous agent that conducts deep research on any data using any LLM providers
Tools · 6
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://…
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…
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'.
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…
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, …
Return the GPT Researcher pricing summary. The product is MIT-licensed and free; you only pay your underlying LLM and search-API providers.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"gpt-researcher": {
"url": "https://gptr.dev/api/mcp",
"transport": "http"
}
}
}