Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”¬ Research
  3. Upriver
U
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:05:49 PM

Upriver

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Know what's gaining traction online: breakout topics in tech, sports & politics, with citations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "upriver": {
      "command": "npx",
      "args": [
        "-y",
        "https://mcp.upriver.ai/icon.png"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (2) Directory Badge Claim listing AlternativesπŸ”¬ More in Research

Capabilities & Tool Schemas (2) ~32 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Upriver.

breakout_search_topics

Search breakout topics by keyword.

breakout_list_topics

Browse breakout topics gaining traction right now.

Documentation Overview

Upriver

Upriver MCP

Real-time context on creators, audiences, brands, trends, and sponsorships β€” for AI applications.

About Upriver

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:

  • Creators β€” relevant creators and profiles
  • Audiences β€” personas, interests, language, and humor
  • Brands β€” brands and how they're being discussed
  • Products β€” product mentions and use cases
  • Trends β€” topics and formats gaining attention
  • Sponsorships β€” brand–creator relationships and placements

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.

Connect

Endpointhttps://mcp.upriver.ai/mcp
TransportStreamable HTTP
AuthSign 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.

Claude Code (CLI)

Terminal
claude mcp add --transport http upriver https://mcp.upriver.ai/mcp

To use an API key instead of OAuth, pass it as a header:

Terminal
claude mcp add --transport http upriver https://mcp.upriver.ai/mcp \
  --header "X-API-Key: YOUR_UPRIVER_API_KEY"

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project), then connect it in Settings β†’ Tools & Integrations to sign in:

config.json
{ "mcpServers": { "upriver": { "url": "https://mcp.upriver.ai/mcp" } } }

For API-key auth, add "headers": { "X-API-Key": "YOUR_UPRIVER_API_KEY" }.

VS Code (GitHub Copilot)

VS Code uses a different shape β€” top-level servers and a required "type": "http". Add to .vscode/mcp.json (or run MCP: Add Server):

config.json
{ "servers": { "upriver": { "type": "http", "url": "https://mcp.upriver.ai/mcp" } } }

For API-key auth, add "headers": { "X-API-Key": "YOUR_UPRIVER_API_KEY" }.

Claude Desktop & claude.ai

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

Cline

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:

config.json
{ "mcpServers": { "upriver": { "type": "streamableHttp", "url": "https://mcp.upriver.ai/mcp" } } }

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json β€” Windsurf's field is serverUrl:

config.json
{ "mcpServers": { "upriver": { "serverUrl": "https://mcp.upriver.ai/mcp" } } }
More clients β€” Codex CLI, ChatGPT, Goose, Zed

Codex CLI (OpenAI)

bash
codex mcp add upriver --url https://mcp.upriver.ai/mcp --header X-API-Key=YOUR_UPRIVER_API_KEY

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:

yaml
extensions:
  upriver:
    type: streamable_http
    uri: https://mcp.upriver.ai/mcp
    enabled: true
    headers:
      X-API-Key: "${UPRIVER_API_KEY}"

Zed β€” add to settings.json under context_servers:

config.json
{ "context_servers": { "upriver": { "url": "https://mcp.upriver.ai/mcp", "headers": { "X-API-Key": "YOUR_UPRIVER_API_KEY" } } } }

Any other MCP client

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-Key auth can't connect there yet β€” we'll list it once JetBrains ships the fix.

Tools available today

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_topics

Search breakout topics by keyword.

ParameterTypeDescription
querystring Β· requiredNatural-language search, e.g. "AI video effects".
verticalenumRestrict to tech, sports, or politics.
limitinteger1–25 (default 10).
citation_sourcesarrayRestrict citations to any of news, reddit, twitter.

breakout_list_topics

Browse breakout topics gaining traction right now.

ParameterTypeDescription
verticalenumRestrict to tech, sports, or politics.
statusenumLifecycle filter: active (default), emerging, trending, declining, detected, or all.
limitinteger1–25 (default 10).
citation_sourcesarrayRestrict 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).

More on the way

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.

Access

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.

Links

  • Docs β€” https://docs.upriver.ai
  • Dashboard β€” https://dashboard.upriver.ai
  • Website β€” https://upriver.ai

License

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.

Related MCP Servers

View all in Research View all alternatives
  • S
    Source Library

    Search rare historical texts with OCR, translations & DOI citations.

    πŸ”¬ Research0 views
    Compare vs Source Library β†’
  • M
    Mcp

    Pilot AEO/GEO from Claude: bulk audits, server-side fixes via WordPress plugin, AI citations.

    πŸ”¬ Research0 views
    Compare vs Mcp β†’
  • Adamamer20 Paper Search Mcp Openai logoAdamamer20 Paper Search Mcp Openai

    Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

    πŸ”¬ Research0 views
    Compare vs Adamamer20 Paper Search Mcp Openai β†’
  • Yade Mcp logoYade Mcp

    MCP server for YADE β€” open-source discrete element method (DEM) engine for granular and particle simulation. Browse API docs with BM25 search, execute code via synchronous REPL or async background tasks, monitor progress, and review task history.

    πŸ”¬ Research5 views
    Compare vs Yade Mcp β†’

Frequently Asked Questions about Upriver

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "upriver": { "command": "npx", "args": ["-y", "upriver"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUpriver AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/upriver?style=directory)](https://allmcps.com/mcp/upriver)
HTML Embed
<a href="https://allmcps.com/mcp/upriver"><img src="https://allmcps.com/api/badge/upriver?style=directory" alt="Upriver on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”¬Research
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 26, 2026
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”¬ Research β†’Best MCP servers for Research β†’Alternatives to Upriver β†’Install in Claude DesktopInstall in CursorInstall in VS Code