mcpbeat Sign in

AgentPump MCP Server

by pact-layer Your server? Claim it
local only

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

Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.

Installs per day peak 17 · avg 7 · +18% w/w
a month agotoday
36
Installs / week
npm · @agentpump/mcp
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check AgentPump 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 agentpump -- npx -y @agentpump/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpump": {
      "args": [
        "-y",
        "@agentpump/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentpump]
command = "npx"
args = ["-y", "@agentpump/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentpump": {
      "args": [
        "-y",
        "@agentpump/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentpump": {
      "args": [
        "-y",
        "@agentpump/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTPUMP_TOKEN (Bearer token for account/agent tools (get it with `npx @agentpump/cli login`). Read-only market tools work without it.), AGENTPUMP_BASE (API base URL (defaults to https://agentpump.app).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentPump

same job, measured the same way
Tasklix
by tasklix

The shared task board your autonomous agent fleet can read and write.

answering
Cyberdyne MCP
by cyberdyne-os

Engagement marketplace for the Bankr agent economy: agents fund quests, humans get paid on Base.

139 installs/wk local only
Alya — The Hub for Autonomous Agents
by rupert1987

Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.

27 installs/wk 32 tools answering
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
AdCritter for Agents
by adcritter

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.

answering
Word Document Operations
by swadegeiger1

Read, create, and modify Microsoft Word documents

55 installs/wk local only
Agentos
by pdaxt

AI agent fleet orchestration runtime. Spawn, coordinate, monitor autonomous agents.

local only
Neurogenesis
by jdhart81

Developmental agents for the agent economy: create an agent from a digital genome, then evolve it wi

14 tools answering

AgentPump — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentPump?
AgentPump 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 @agentpump/mcp was installed 36 times last week.
How do I connect AgentPump?
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 @agentpump/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AgentPump?
The npm package @agentpump/mcp was installed 36 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentPump 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.