PumpSwap MCP Server
@kukapay
PumpSwap MCP Server について
An MCP server that enables AI agents to interact with PumpSwap for real-time token swaps and automated on-chain trading.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pumpswap-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PumpSwap MCP Server?
A Model Context Protocol (MCP) server that enables AI agents to interact with PumpSwap for real-time token swaps and automated on‑chain trading on Solana.
How to use PumpSwap MCP Server?
Clone the repository, install uv, run uv sync to install dependencies, create a .env.private file with a Solana RPC endpoint, slippage settings, priority fee, and your Solana private key, then start the server with uv run main.py.
Key features of PumpSwap MCP Server
- Buy tokens with SOL using configurable slippage and priority fees.
- Sell tokens for SOL with configurable parameters.
- Retrieve current token prices in SOL.
- Fetch and display detailed pool information for a given token mint.
Use cases of PumpSwap MCP Server
- An AI agent buys tokens automatically based on market signals.
- An agent sells tokens to realize profits or cut losses.
- A bot queries token prices and pool data for analysis or decision-making.
FAQ from PumpSwap MCP Server
What does PumpSwap MCP Server do?
It exposes four MCP tools that let AI agents buy tokens, sell tokens, get token prices, and retrieve pool data on PumpSwap, all via Solana mainnet.
What are the runtime requirements?
Python 3.13 or higher, the uv package manager, a Solana RPC endpoint (default https://api.mainnet-beta.solana.com), and a valid Solana private key for transaction signing.
How do I configure the server?
Set environment variables in .env.private: HTTPS_RPC_ENDPOINT, BUY_SLIPPAGE, SELL_SLIPPAGE, SWAP_PRIORITY_FEE, and the required PRIVATE_KEY. The server will error if PRIVATE_KEY is missing.
Where does the data come from?
All token prices, pool data, and transaction results come directly from the Solana mainnet via the configured RPC endpoint. No data is stored locally.
How are transactions signed and secured?
The server uses the private key provided in PRIVATE_KEY to sign each transaction. The .env.private file must be kept secure and never shared. The project carries a disclaimer that the authors are not responsible for financial losses or security issues.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント