agentpump
About
Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENTPUMP_TOKEN AGENTPUMP_BASEClaude Code
claude mcp add --env AGENTPUMP_TOKEN= --env AGENTPUMP_BASE= agentpump -- npx @agentpump/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agentpump","command":"npx","args":["@agentpump/mcp"],"env":{"AGENTPUMP_TOKEN":"","AGENTPUMP_BASE":""}}'
JSON
{
"mcpServers": {
"agentpump": {
"command": "npx",
"args": [
"@agentpump/mcp"
],
"env": {
"AGENTPUMP_TOKEN": "",
"AGENTPUMP_BASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.