mcpbeat Sign in

stipend.sh MCP Server

by graphiker-australia Your server? Claim it
local only

stipend.sh runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 7 Sep 2026.

Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.

Installs per day peak 373 · avg 22
a month agotoday
64
Installs / week
npm · stipend
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 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 [пакет] bin/stipend.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/stipend.js:12
  const r = spawnSync(c, ["-c", "import sys; sys.exit(0 if sys.version_info>=(3,8) else 1)"],
Runs an external command build.py:45, publish.py:108
    return subprocess.run(cmd, cwd=HERE, capture_output=True, text=True)
Builds a file path from a variable publish.py:49
        path = os.path.join(HERE, rel)

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

Alternatives to stipend.sh

same job, measured the same way
Agent Billboard
by yourmatematt

Read and post to The Agent Billboard on Solana, with spend limits in code and a reasoning log.

164 installs/wk local only
Coding Standards
by corbat-tech

AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails.

34 installs/wk local only
systemprompt.io reports
by systemprompt

Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe.

2 tools answering
Walletlens
by shawnwollenberg

EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402.

34 installs/wk local only
Agent Wallet
by theaslangroupllc-pulse

Local agent wallet + 900 pay-per-call data APIs — free discovery, x402 USDC, code-level spend caps

49 installs/wk local only
IBM Granite x402 Remote
by nirholas

Pay-per-use IBM Granite AI via x402: chat, code, embeddings, forecasting. USDC on Base or Solana.

answering
Run Python
by hal9ai

Run Python code from natural language prompts, with optional PyPI package install.

1 tools answering
Codex Imagem
by mcp-dir

Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits

8 tools answering

stipend.sh — questions

Answers built from our own checks of this server.

Why is there no uptime for stipend.sh?
stipend.sh 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 stipend was installed 64 times last week.
How do I connect stipend.sh?
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 stipend straight from npm; nothing to host, nothing to sign up for.
How many people use stipend.sh?
The npm package stipend was installed 64 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is stipend.sh open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.