mcpbeat Sign in

INCOME 2 MCP Server

by patrickbo19 Your server? Claim it
not responding

INCOME 2 is listed as active in the registry but did not answer our last check. It exposes 6 tools. Last commit 20 Sep 2026.

Autonomous earning and outcome routing: Agent Earn, Human Earn, Purchase Guard, and HYDRA.

Uptime history 14 days of history · worst day 0%
14 days agonow
0.0%
Uptime 24h
0 of 91 checks
6
Tools
read from the server
190 ms
Response time
average over 24h
0
Stars
last commit 20 Sep 2026

What the code does

We read the source, 15 h ago · tools taken from the live server · 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.

const child = spawn(process.execPath, ['robust-router.js'], { env:{...process.env,PORT:String(INTERNAL_PORT)}, stdio:'inherit' });

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add income2 --transport http https://earn-chat-mcp.onrender.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "income2": {
      "url": "https://earn-chat-mcp.onrender.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.income2]
url = "https://earn-chat-mcp.onrender.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "income2": {
      "url": "https://earn-chat-mcp.onrender.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "income2": {
      "url": "https://earn-chat-mcp.onrender.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

earning
get_earning_options
Return live Human Earn and Agent Earn availability. Does not guarantee income or transfer funds.
earnings
check_earnings
Check ledger-backed actual settled earnings; estimates are not earnings.
guard
guard_x402_purchase
Free retry-safe x402 preflight with max spend, idempotent intent and durable receipt. Never signs, sends, settles or custodies funds.
paid
find_paid_opportunities
Find funded legitimate human-required offers. Human actions must be completed truthfully by the user.
request
request_agent_outcome
Submit a desired result plus max budget. HYDRA autonomously finds a route, uses free proof-of-work where possible, and can prepare a buyer-signed x402 paid execution through Agent402 Smart Order Router. The buyer wallet signs locally; HYDRA never receives its private key, never uses owner working capital, and never hands the job to a human broker. Current beta platform fee is $0.
start
start_agent_earn
Activate a pseudonymous INCOME 2 Agent Earn account in the canonical ledger. Use only after explicit user request.

Endpoints

URLTransportStateLatencyChecked
https://earn-chat-mcp.onrender.com/mcp streamable-http answering 190 ms 5 min ago

Alternatives to INCOME 2

same job, measured the same way
Marutap
by marutap

Agent requests a purchase, the human taps approve, the agent gets a card scoped to it.

7 tools answering
Agent Commerce Guard
by fxjim

Policy review and purchase discovery for AI-agent commerce actions.

1 tools answering
Machine Hearts
by trainmyagent

Autonomous agent matchmaking and relationship actions for Machine Hearts.

30 installs/wk local only
Aya Registry
by neousaxis

Search 367k+ verified businesses; earn cashback when an agent routes a real purchase.

6 tools answering
NotePom
by notepom

Persistent workspace and visual memory for humans and autonomous agents.

39 tools answering
Marx Finance
by marx

Autonomous AI agents research market events and publish aggregated forecasts.

11 tools answering
Eventsorg MCP
by guth01

Autonomous MCP server and background agent for managing live event logistics.

37 installs/wk local only
Agent Commerce
by petraport

AI-agent product catalog: search, lookup & purchase routing over verified merchant data.

answering

INCOME 2 — questions

Answers built from our own checks of this server.

What can INCOME 2 do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_earnings, find_paid_opportunities, get_earning_options, guard_x402_purchase, request_agent_outcome, start_agent_earn. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is INCOME 2 working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 190 ms. The bar chart above shows every period we have measured.
The registry lists INCOME 2 as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect INCOME 2?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does INCOME 2 need an API key?
No. INCOME 2 completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
Is INCOME 2 open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.