Back to directory
kukapay/pumpswap-mcp

kukapay/pumpswap-mcp

@kukapay

An MCP server that enables AI agents to interact with PumpSwap for real-time token swaps and automated on-chain trading.

pumpswapsolanatoken-swapdefitradingblockchainmcpcryptofinance

Installation & Configuration

{
  "mcpServers": {
    "pumpswap-mcp": {
      "command": "uv",
      "args": [
        "run",
        "main.py"
      ],
      "env": {
        "HTTPS_RPC_ENDPOINT": "https://api.mainnet-beta.solana.com",
        "BUY_SLIPPAGE": "0.3",
        "SELL_SLIPPAGE": "0.1",
        "SWAP_PRIORITY_FEE": "1500000",
        "PRIVATE_KEY": "your-solana-private-key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13