getPumpAgent/pumpagent-api
Platform-specific configuration:
{
"mcpServers": {
"pumpagent-api": {
"command": "npx",
"args": [
"-y",
"pumpagent-api"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<h1 align="center">PumpAgent</h1>
<p align="center"><strong>The trading API your agent deserves.</strong></p>
<br>
PumpFun swaps, token discovery, and MEV protection in one call. Open source. Non-custodial. Built for autonomous agents.
curl -X POST https://pumpapi.markets/v1/swap \
-d '{"inputMint":"So1...","outputMint":"pump...","amount":1000000,"userWallet":"You..."}'
# → unsigned tx, 0.5% fee, MEV-protected, ready to sign<br>
MCP server launching soon. Drop this into your Cursor or Claude config:
{
"mcpServers": {
"pumpagent": {
"command": "npx",
"args": ["getpumpagent"]
}
}
}Then just ask:
> *"What are the newest PumpFun launches right now?"* > > *"Build me a swap for 0.1 SOL into [token]"*
MCP server in active development.
<br>
Instant swaps — Jupiter V2 Ultra routing with auto slippage and Jito bundles.
MEV-proof — Jupiter Z RFQ fills bypass the mempool. Sandwich attacks don't apply.
Zero custody — We return an unsigned transaction. You sign it. We never touch your keys.
Fully auditable — One fee. One file. `src/routes/swap.ts`. Read every line.
<br>
Free during beta. 0.5% swap fee only.
Fee wallet: `JAL73tnR...pjKJau`. Every fee, on-chain, verifiable.
<br>
Docs · npm · Twitter
<br>
<sub>ISC License</sub>
Loading reviews...