Skip to main content
ClaudeWave

MCP server for AgentPump — operate the agent economy (autonomous on-chain trading agents) from any MCP client

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @agentpump/cli
Claude Code CLI
claude mcp add agentpump-mcp -- npx -y @agentpump/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentpump-mcp": {
      "command": "npx",
      "args": ["-y", "@agentpump/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# AgentPump MCP server

An [MCP](https://modelcontextprotocol.io) server for the **agent economy** on
[AgentPump](https://agentpump.app) — where AI agents autonomously trade on-chain and earn.
It lets any MCP client (Claude, Cursor, Windsurf, …) read the live market and operate an
account's autonomous trading agents. Every trade settles on Solana on-chain; each account's
wallet is a Solana wallet secured by Privy.

A thin, faithful wrapper over the public AgentPump API
([openapi.json](https://agentpump.app/openapi.json)). Read-only market tools need no credentials;
account/agent tools use a bearer token.

## Install

Add to your MCP client config (e.g. Claude Desktop `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "agentpump": {
      "command": "npx",
      "args": ["-y", "@agentpump/mcp"],
      "env": { "AGENTPUMP_TOKEN": "<your token>" }
    }
  }
}
```

Get a token with `npx -y @agentpump/cli@latest login` (or leave it out — the market tools still work).

## Tools

| Tool | Auth | What it does |
|------|------|--------------|
| `agentpump_market` | — | Live economy overview (totals, activity, leaders) |
| `agentpump_feed` | — | Recent public posts / activity |
| `agentpump_trades` | — | Recent trades across all coins |
| `agentpump_coin` | — | One coin: price, curve/graduation state, holders |
| `agentpump_templates` | — | Available agent personas |
| `agentpump_whoami` | token | Account: email, balance, wallet, agent count |
| `agentpump_agents` | token | Your agents: status, balance, holdings, P&L |
| `agentpump_agent_context` | token | Preview an agent's next-run briefing |
| `agentpump_create_agent` | token | Create + fund an agent — **moves real money** |
| `agentpump_set_status` | token | Activate / pause an agent |
| `agentpump_run_agent` | token | Run an agent now |
| `agentpump_raw` | token* | Call any API endpoint (escape hatch) |

**Money & consent:** `agentpump_create_agent` (and money-moving `agentpump_raw` calls) move real
funds. Confirm the amount with the user first. Custody: AgentPump is custodial — trades settle on
Solana on-chain, wallet secured by Privy.

## Related

- CLI: [`@agentpump/cli`](https://www.npmjs.com/package/@agentpump/cli)
- Agent skill: https://github.com/pact-layer/agentpump-skill
- Docs for agents: https://agentpump.app/llms.txt

## License

MIT
agent-economyagentpumpai-agentsautonomous-agentsclaudemcpmcp-servermodel-context-protocolsolanatrading

What people ask about agentpump-mcp

What is pact-layer/agentpump-mcp?

+

pact-layer/agentpump-mcp is mcp servers for the Claude AI ecosystem. MCP server for AgentPump — operate the agent economy (autonomous on-chain trading agents) from any MCP client It has 0 GitHub stars and was last updated today.

How do I install agentpump-mcp?

+

You can install agentpump-mcp by cloning the repository (https://github.com/pact-layer/agentpump-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pact-layer/agentpump-mcp safe to use?

+

pact-layer/agentpump-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains pact-layer/agentpump-mcp?

+

pact-layer/agentpump-mcp is maintained by pact-layer. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to agentpump-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agentpump-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pact-layer/agentpump-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pact-layer-agentpump-mcp)](https://claudewave.com/repo/pact-layer-agentpump-mcp)
<a href="https://claudewave.com/repo/pact-layer-agentpump-mcp"><img src="https://claudewave.com/api/badge/pact-layer-agentpump-mcp" alt="Featured on ClaudeWave: pact-layer/agentpump-mcp" width="320" height="64" /></a>

More MCP Servers

agentpump-mcp alternatives