An MCP server that enables AI agents to interact with PumpSwap for real-time token swaps and automated on-chain trading.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-kukapay-pumpswap-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# PumpSwap MCP Server An MCP server that enables AI agents to interact with [PumpSwap](https://swap.pump.fun/) for real-time token swaps and automated on-chain trading.    ## Features - **Buy Tokens**: Purchase tokens using SOL with customizable slippage and priority fees. - **Sell Tokens**: Sell tokens for SOL with configurable parameters. - **Token Price Query**: Retrieve current token prices in SOL. - **Pool Data Retrieval**: Fetch and display detailed pool information for a given token mint. ## Prerequisites - Python 3.13 or higher - [uv](https://github.com/astral-sh/uv) for dependency management and script execution - Solana RPC endpoint (e.g., `https://api.mainnet-beta.solana.com`) - A valid Solana private key for transaction signing ## Installation 1. **Clone the Repository**: ```bash git clone https://github.com/kukapay/pumpswap-mcp.git cd pumpswap-mcp ``` 2. **Install uv**: If `uv` is not installed, follow the official [uv installation guide](https://github.com/astral-sh/uv#installation). For example: ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` 3. **Set Up Dependencies**: Use `uv` to install dependencies: ```bash uv sync ``` 4. **Configure Environment Variables**: Create a `.env.private` filein the project root with the following variables: ```plaintext 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 ``` Replace `your-solana-private-key` with your actual Solana private key. ## Usage ### Run the MCP Server Use `uv` to run the server: ```bash uv run main.py ``` The server will listen for MCP commands and expose the following tools: - `buy_token(mint: str, sol_…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.