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