← Registry

AI & Machine Learning

gptr.dev

Provides AI-powered research tools for deep research, quick search, report writing, and source retrieval via GPT Researcher.

1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://gptr.dev/api/mcp

No auth detected

MCP server metadata

Name
gptr-mcp-discovery-bridge
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

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_full_mcp_server

READ FIRST.

Inferred read-only
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.

Inferred read-only
get_quickstart

Return install / quickstart instructions for one of the supported runtimes (python, docker, mcp).

Inferred read-only
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).

Inferred read-only
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, pricing.md.

Inferred read-only
get_pricing

Return the GPT Researcher pricing summary.

Inferred read-only

CONNECT 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.

Trust status Trusted

gptr.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.