Reach Gateway

Reach Gateway

Read-only MCP service for normalized public evidence from Web, X, YouTube, Reddit, and RSS. Owner-authenticated via Cloudflare Access, it exposes health, read, and transcript actions to ChatGPT and Codex.

Category
Visit Server

README

Reach Gateway

Reach Gateway is an owner-authenticated, read-only service for normalized public evidence. It runs on Cloudflare Workers, uses Cloudflare Access OAuth, and exposes the registered private app Reach the G to ChatGPT and Codex through MCP and a Custom GPT Action facade.

Discovery stays with the host assistant. Reach uses no paid search API and provides no private-account or write access.

Actions

Action Purpose
health Check Web, X, YouTube, Reddit, and RSS evidence channels.
read Retrieve one public HTTPS URL as inert, provenance-bearing evidence.
transcript Retrieve available public captions for a supported YouTube URL.

Production MCP endpoint: https://reach-gateway.izeesub.workers.dev/mcp

Custom GPT schema: https://reach-gateway.izeesub.workers.dev/openapi.json

The Action bundle and exact GPT Builder instructions are under actions. Its operation IDs are checkEvidenceChannels, readPublicUrl, and getPublicTranscript; all three call the same retrieval core as MCP.

Local verification

Requires Node.js 24 or newer.

npm ci
npm run check
node scripts/verify-no-secrets.mjs
npx wrangler deploy --dry-run

Credentialed source tests are separate and do not certify a release when skipped:

REACH_LIVE_TESTS=1 npm run test:live

Security boundary

  • Exact-owner OAuth is enforced by Cloudflare Access and Worker-side identity verification.
  • Retrieval accepts only public HTTPS destinations and passes through SSRF-safe URL policy.
  • Retrieved content is labeled and treated as untrusted evidence.
  • Cookies, bearer tokens, private-account credentials, writes, and paid search keys are outside the product contract.
  • The service is stateless and does not create a research-memory authority.

Private distribution

The Codex bundle is under plugin/reach-gateway and maps to the existing registered app instead of creating a duplicate MCP identity. The release is distributed through the owner's personal plugin catalog. Public multi-user directory submission is intentionally unavailable because reusable reviewer access would conflict with owner-only OTP/MFA.

See docs/evidence/release-verification.md for exact verification state and remaining device checks.

Rollback

Use one explicit, previously verified Cloudflare deployment ID:

./scripts/rollback.sh <deployment-id>

Rollback is a production mutation and must remain human-authorized.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured