Know what's gaining traction online: breakout topics in tech, sports & politics, with citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Upriver.
breakout_search_topicsSearch breakout topics by keyword.
breakout_list_topicsBrowse breakout topics gaining traction right now.
Real-time context on creators, audiences, brands, trends, and sponsorships β for AI applications.
Upriver provides an API that turns what's happening online into real-time, reliable context for AI applications. It delivers evidence-backed signals β each grounded in real sources β across:
This repository is the home of Upriver's Model Context Protocol (MCP) server, which brings that context to any MCP-compatible AI assistant or agent.
| Endpoint | https://mcp.upriver.ai/mcp |
| Transport | Streamable HTTP |
| Auth | Sign in with Upriver (OAuth), or send your Upriver API key in the X-API-Key header |
It's a remote, hosted server β nothing to install or run. OAuth sign-in works in
every client. The X-API-Key header is supported by Claude Code, Cursor, VS Code,
Cline, Windsurf, Codex CLI, Goose, and Zed β but not by Claude's or ChatGPT's
connector UIs, which are OAuth-only.
To use an API key instead of OAuth, pass it as a header:
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project), then connect
it in Settings β Tools & Integrations to sign in:
For API-key auth, add "headers": { "X-API-Key": "YOUR_UPRIVER_API_KEY" }.
VS Code uses a different shape β top-level servers and a required "type": "http".
Add to .vscode/mcp.json (or run MCP: Add Server):
For API-key auth, add "headers": { "X-API-Key": "YOUR_UPRIVER_API_KEY" }.
In Claude, go to Customize β Connectors β "+" β Add custom connector, name it
Upriver, paste https://mcp.upriver.ai/mcp, then Connect and sign in.
(Claude's connector is OAuth-only β there's no field for an API key, and don't add a
raw url entry to claude_desktop_config.json; the desktop app rejects it.)
Use the Remote Servers tab (Transport: Streamable HTTP), or edit
cline_mcp_settings.json β the type field is required, or Cline falls back to legacy
SSE and fails:
Edit ~/.codeium/windsurf/mcp_config.json β Windsurf's field is serverUrl:
Codex CLI (OpenAI)
ChatGPT β Enable Developer mode (Settings β Apps & Connectors β Advanced), then
Settings β Connectors β Create, name it Upriver, paste https://mcp.upriver.ai/mcp,
choose OAuth, and sign in. (No custom-header field β OAuth only in the UI.)
Goose β add to ~/.config/goose/config.yaml:
Zed β add to settings.json under context_servers:
Most clients use the Cursor shape above (mcpServers + url, optional headers).
For agents that read install manifests, see llms-install.md.
JetBrains IDEs: MCP works, but the IDE currently drops custom request headers and doesn't yet support OAuth for remote servers, so Upriver's
X-API-Keyauth can't connect there yet β we'll list it once JetBrains ships the fix.
The MCP server currently exposes Upriver's breakout topics β emerging subjects gaining traction online across tech, sports, and politics, each returned with grounded source citations so the model reasons from real evidence instead of guessing.
Both tools are read-only. Each returns up to limit topics (default 10,
max 25), every topic carrying up to 5 source citations, plus a has_more flag
when more topics exist beyond the page.
breakout_search_topicsSearch breakout topics by keyword.
| Parameter | Type | Description |
|---|---|---|
query | string Β· required | Natural-language search, e.g. "AI video effects". |
vertical | enum | Restrict to tech, sports, or politics. |
limit | integer | 1β25 (default 10). |
citation_sources | array | Restrict citations to any of news, reddit, twitter. |
breakout_list_topicsBrowse breakout topics gaining traction right now.
| Parameter | Type | Description |
|---|---|---|
vertical | enum | Restrict to tech, sports, or politics. |
status | enum | Lifecycle filter: active (default), emerging, trending, declining, detected, or all. |
limit | integer | 1β25 (default 10). |
citation_sources | array | Restrict citations to any of news, reddit, twitter. |
Each topic includes its name, vertical, lifecycle status, a momentum signal, and its top citations (title, URL, source category, and publish time).
Breakout topics are the first slice of the Upriver API to land as MCP tools. The full API β Creators, Audiences, Brands, Products, Trends, and Sponsorships β is documented at docs.upriver.ai, and we're rolling those endpoints out as MCP tools. Watch this repository for new tools as they ship.
Upriver MCP access is provisioned per account. Request access at dashboard.upriver.ai or email support@upriver.ai. Once your account is enabled, the same Upriver sign-in (or API key) works across every MCP client.
The contents of this repository β connection documentation and listing metadata β are released under the MIT License.
The hosted Upriver MCP service and the Upriver API are operated by Potato Laboratories, Inc. d/b/a Upriver and are governed by Upriver's Terms of Service. The MIT License covers this repository only β not the service, nor the data it returns. "Upriver" and the Upriver logo are trademarks of Potato Laboratories, Inc. and are not covered by the MIT License.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/upriver)<a href="https://allmcps.com/mcp/upriver"><img src="https://allmcps.com/api/badge/upriver?style=directory" alt="Upriver on AllMCPs" /></a>