AI & Machine Learning
gptr.dev
Provides AI-powered research tools for deep research, quick search, report writing, and source retrieval via GPT Researcher.
ENDPOINT 1
https://gptr.dev/api/mcp
MCP server metadata
- Name
- gptr-mcp-discovery-bridge
- Version
- 0.2.0
IMPORTANT: this endpoint (https://gptr.dev/api/mcp) is a *discovery bridge*, not the real research server. It exposes read-only metadata tools so agents can find and install the real gptr-mcp. For deep_research / quick_search / write_report, install the self-hosted server from https://github.com/assafelovic/gptr-mcp (MIT, requires user-supplied OPENAI_API_KEY + TAVILY_API_KEY). First-time agents should call the `get_full_mcp_server` tool here for ready-to-paste install instructions.
Known tools 6
get_overviewReturn 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.
Inferred read-onlyget_quickstartReturn install / quickstart instructions for one of the supported runtimes (python, docker, mcp).
Inferred read-onlylist_tools_in_full_mcp_serverReturn 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).
Inferred read-onlyget_discovery_endpointsReturn 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, pricing.md.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gptr-mcp-discovery-bridge]
url = "https://gptr.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gptr-mcp-discovery-bridge": {
"type": "http",
"url": "https://gptr.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gptr-mcp-discovery-bridge
Remote MCP URL: https://gptr.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gptr-mcp-discovery-bridge": {
"url": "https://gptr.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gptr-mcp-discovery-bridge": {
"type": "http",
"url": "https://gptr.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gptr-mcp-discovery-bridge",
"transport": "streamable-http",
"url": "https://gptr.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gptr.dev was fetched 2026-08-24T00:42:54.183Z.
gptr.dev is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.