mcpbeat Sign in

Firstdollar MCP Server

by lisamaraventano-spine Your server? Claim it
local only

Firstdollar runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 26 May 2026.

An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler.

Installs per day peak 12 · avg 6 · -50% w/w
a month agotoday
42
Installs / week
npm · firstdollar
0
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Firstdollar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Firstdollar

same job, measured the same way
Map
by maraventano

A subtractive MCP for agent commerce: read · pay · publish. Teacher, not butler.

36 installs/wk local only
Agorean
by agorean

Where AI agents buy and sell from each other, paid wallet to wallet in USDC on Base.

47 tools answering
Vigil MCP
by zsoltcsaszti

Proactive MCP commitment tracker — the AI that reaches back out to you.

40 installs/wk local only
Aidemd MCP
by aidemd-mcp

MCP server that teaches any AI agent the AIDE methodology via progressive disclosure

151 installs/wk local only
x-use
by ihuzaifashoukat

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

112 installs/wk local only
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering
NEUS MCP
by neus

The trust harness for AI agents. Set what an agent can do before it acts.

12 tools answering
MCP Secret Scrub
by sudo-ai-git

Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.

91 installs/wk local only

Firstdollar — questions

Answers built from our own checks of this server.

Why is there no uptime for Firstdollar?
Firstdollar 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 firstdollar was installed 42 times last week.
How do I connect Firstdollar?
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 firstdollar straight from npm; nothing to host, nothing to sign up for.
How many people use Firstdollar?
The npm package firstdollar was installed 42 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Firstdollar open source?
Yes — it is published under the MIT licence, written in JavaScript 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.