mcpbeat Sign in

Revenueos MCP Server

local only

Revenueos runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Self-hosted revenue department: find opportunities, execute approved work, measure results.

Installs / week
pypi · revenueos
7
Stars
1 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 revenueos -- uvx revenueos
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revenueos": {
      "args": [
        "revenueos"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revenueos]
command = "uvx"
args = ["revenueos"]
.cursor/mcp.json
{
  "mcpServers": {
    "revenueos": {
      "args": [
        "revenueos"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revenueos": {
      "args": [
        "revenueos"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REVENUEOS_ROOT (Path to the onboarded RevenueOS workspace (defaults to ~/.revenueos).), ANTHROPIC_API_KEY (Optional: enables the LLM paths (relevance gating, skill execution).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Revenueos

same job, measured the same way
Government Tenders
by dataleadspro

Search government tenders and public procurement opportunities with structured results.

1 tools answering
PatchX Freenote Agent
by zsts119

PatchX Freenote MCP: summaries, memories, model results and user-approved webhook workflows.

612 installs/wk local only
Mentionkit
by mentionkit

Track social mentions, find opportunities, and manage keywords with Mentionkit.

answering
Wpgoldmine MCP
by bishop81

Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.

55 installs/wk local only
独行录 / opcmenu
by yzlee

Find founders, collaboration opportunities and events; manage authorized signups and messages.

137 tools answering
Tender MCP
by ojaskord

Government tender search for AI agents. UK, EU and US procurement opportunities.

111 installs/wk 2 tools answering
Seamgrin
by seamgrin

Find alterations, free tailor training, and paid work opportunities for experienced tailors.

5 tools answering
Salonrunner MCP
by topness-msft

Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.

36 installs/wk local only

Revenueos — questions

Answers built from our own checks of this server.

Why is there no uptime for Revenueos?
Revenueos 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 pypi package revenueos.
How do I connect Revenueos?
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 revenueos straight from pypi; nothing to host, nothing to sign up for.
Is Revenueos open source?
Yes — it is published under the MIT licence, written in Python, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.