MCP server that exposes the Pump Fun SDK as an AI-agent-compatible service for interacting with the Pump protocol on Solana. It provides tools for wallet operations, trading, fee management, analytics, AMM actions, metadata, and token incentives.
From the registry: Build extend and maintain pump - Token creation buying selling migration fee collection
$ cd mcp-server && npm install && npm run buildPlease install the `pump-fun-sdk` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Node.js and npm are required to install dependencies, build the MCP server, and run it with node.
- **Build the MCP server locally** — From the mcp-server directory, install dependencies and build the project before configuring your MCP client. Run: `cd mcp-server && npm install && npm run build`
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to-pump-fun-sdk>/mcp-server/dist/index.js"]
- optional environment variables:
- `SOLANA_RPC_URL`: Solana RPC endpoint used by the server. Defaults to the Solana mainnet-beta public RPC endpoint if not set. (example: `<your-solana-rpc-url>`)
Note: The README documents a local build/run setup over JSON-RPC via stdio. No packaged npx install is provided, so the canonical config uses the built dist/index.js entrypoint.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SOLANA_RPC_URLSolana RPC endpoint used by the server; defaults to the mainnet-beta endpoint.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.