mcpbeat Sign in

Incomeos MCP Server

local only

Incomeos runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 11 Aug 2026.

Ask what you earn across every income stream: Stripe, affiliates, app stores, ads, manual.

Installs per day peak 330 · avg 16 · +2406% w/w
a month agotoday
27
Installs / week
npm · incomeos-mcp
1
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 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.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: INCOMEOS_URL (https://app.incomeos.dev for the hosted version, or your own self-hosted deployment URL), INCOMEOS_TOKEN (API token from Dashboard -> Security (hosted), or your DASHBOARD_TOKEN (self-hosted)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Incomeos

same job, measured the same way
Agent Commerce MCP
by bch1212

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

33 installs/wk 14 tools answering
Gocushy
by gocushy

The checkout your AI runs — bumps, upsells, subscriptions, tax and affiliates on your own Stripe.

101 installs/wk answering
Monthly Burn
by dailyaiagents-cpu

Aggregates monthly cash burn across Anthropic, ElevenLabs, Cloudflare, Stripe fees, GitHub Action...

local only
Shelfatlas Catalog
by slambertdk

Danish grocery catalog as MCP tools: live offers across all major chains, stores, EAN lookup, stock.

answering
Placement API
by futurebets

Buy SEO link placements across every marketplace: verified domains, held prices, one invoice.

answering
C
Invoice Duplicate Recovery
by mcpscores

Computes exact overpayments across caller-supplied approved invoices, payments, and recorded cred...

1 tools answering
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering
Mako Metrics
by makometrics

Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans.

16 tools answering

Incomeos — questions

Answers built from our own checks of this server.

Why is there no uptime for Incomeos?
Incomeos 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 incomeos-mcp was installed 27 times last week.
How do I connect Incomeos?
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 incomeos-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Incomeos?
The npm package incomeos-mcp was installed 27 times in the last week. Week over week that is +2406%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Incomeos open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.