pump-mcp-server

Expose a Model Context Protocol server over stdio for Solana wallet operations.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-mcp-server-x402agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pump-mcp-server
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-mcp-server
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-mcp-server-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Model Context Protocol server over stdio enables AI agents to orchestrate Solana wallet operations with a stable, extensible toolset.

Core Features & Use Cases

  • Exposes 53 tools for wallet operations (key generation, address validation, signing, and transaction construction)
  • Provides 3 resource types (session, keypair, address) and 3 prompts to guide AI-driven workflows
  • Use Case: Autonomous agents initialize a session, manage a keypair, assemble transactions, and monitor fees without human input

Quick Start

Initialize the MCP server, establish a session keypair, and begin interacting with Solana wallet tools over stdio.

Frequently Asked Questions about pump-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is an MCP server for Solana wallet operations over stdio?▼

An MCP server for Solana wallet operations over stdio exposes a standardized protocol allowing AI agents to autonomously manage keypairs, sign transactions, and construct operations across multiple tools with strict input validation.

How do I use MCP to manage Solana keypairs and sign transactions with AI agents?▼

To manage Solana keypairs with AI agents, initialize the MCP server to establish a session, then utilize the 53 exposed tools to generate keys, validate addresses, and sign deterministic transactions over stdio.

Does the Solana MCP server support session-based state handling for keypair security?▼

Yes, the Solana MCP server enforces strict session-based state handling to protect secrets, ensuring reproducible results and deterministic outputs during autonomous AI-guided wallet orchestration tasks.

What's the best way to automate Solana transaction construction without human input?▼

Automating Solana transaction construction is best handled by exposing an MCP server over stdio, providing 3 guided prompts and 53 tools that allow autonomous agents to assemble transactions and monitor fees independently.

What are the limitations of using stdio for Solana wallet orchestration in AI workflows?▼

Using stdio for Solana wallet orchestration requires strict input validation and session-based state handling to protect secrets, as the protocol relies on deterministic outputs and does not support human intervention during execution.

Can I use MCP resources to monitor Solana wallet addresses and transaction fees?▼

Yes, the MCP server provides 3 resource types covering session, keypair, and address data, enabling autonomous agents to validate addresses, monitor transaction fees, and execute deterministic wallet operations.