mcpbeat Sign in

Riv MCP Server

by christopher-as Your server? Claim it
local only

Riv MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 248 installs a week from npm.

Riv MCP: spend authorization and governed trading (place_order, positions, market data, policies).

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 158 · avg 20 · +495% w/w
a month agotoday
248
Installs / week
npm · @riv-io/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add riv-mcp -- npx -y @riv-io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "riv-mcp": {
      "args": [
        "-y",
        "@riv-io/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.riv-mcp]
command = "npx"
args = ["-y", "@riv-io/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "riv-mcp": {
      "args": [
        "-y",
        "@riv-io/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "riv-mcp": {
      "args": [
        "-y",
        "@riv-io/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RIV_API_KEY (The riv_ credential issued when you connect the agent in the Riv dashboard.), RIV_API_URL (Riv API base URL. Defaults to http://localhost:3000; use https://riventa.dev for live agents.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Riv MCP

same job, measured the same way
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
Kalshi Kernel
by copyleftdev

Unofficial safety-focused MCP server for Kalshi market data and explicitly authorized trading

local only
Polymarket MCP
by beejmaxx

Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.

local only
Openmm MCP
by adacapo21

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

83 installs/wk local only
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

1 494 installs/wk local only
PowerStation Platform
by powerstationplatform

Transmission market data and TSR actions (MISO/SPP OASIS) from the PowerStation trading platform.

answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering

Riv MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Riv MCP?
Riv MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @riv-io/mcp was installed 248 times last week.
Is Riv MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Riv MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @riv-io/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Riv MCP?
The npm package @riv-io/mcp was installed 248 times in the last week. Week over week that is +495%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.