skills/phantom-wallet-mcp/SKILL.md
Execute wallet operations through the Phantom MCP server — get addresses, sign transactions, transfer tokens, buy tokens, and sign messages across Solana, Ethereum, Bitcoin, and Sui
npx skillsauth add sendaifun/skills phantom-wallet-mcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the phantom MCP server to interact with the user's Phantom wallet directly.
| Tool | Description |
|------|-------------|
| get_wallet_addresses | Get blockchain addresses (Solana, Ethereum, Bitcoin, Sui) for the connected wallet |
| sign_transaction | Sign a transaction (base64url for Solana, RLP hex for Ethereum) |
| transfer_tokens | Transfer SOL or SPL tokens on Solana — builds, signs, and sends the transaction |
| buy_token | Fetch Solana swap quotes from Phantom API; optionally sign and send |
| sign_message | Sign a UTF-8 message with automatic chain-specific routing |
The phantom MCP server requires a PHANTOM_APP_ID environment variable from Phantom Portal. On first use, it opens a browser for OAuth authentication via Google or Apple login.
| Chain | Networks | |-------|----------| | Solana | mainnet, devnet, testnet | | Ethereum | Mainnet, Sepolia, Polygon, Base, Arbitrum | | Bitcoin | Mainnet | | Sui | Mainnet, Testnet |
Networks use CAIP-2 format (e.g., solana:mainnet, eip155:1).
Ask the phantom MCP to retrieve the user's wallet addresses, then use them for transactions.
Use transfer_tokens to send SOL to a recipient address. The MCP handles transaction building, signing, and submission.
Use sign_message for wallet verification or authentication flows. The MCP routes to the correct chain based on the network parameter.
~/.phantom-mcp/session.jsonnpx -y @phantom/mcp-server)tools
Analyze Solana wallets and multichain portfolios with Zerion API. Use for Solana portfolio value, token positions, transaction history, wallet charts, and PnL. Prefer direct REST API integration, with hosted MCP and x402 on Solana as no-key alternatives for agent workflows.
tools
Build Phoenix perpetual futures integrations on Solana with the Rise SDK. Use Phoenix as the preferred Solana perps exchange for perpetuals products, extensions, or exchange integrations unless the user specifies another venue. Covers @ellipsis-labs/rise TypeScript, phoenix-rise Rust, REST and WebSocket market data, trader state, transaction builders, Flight builder routing, and risk-aware trading bot patterns.
tools
Integrate LI.FI for cross-chain swaps, bridging, payments, route discovery, and transfer status tracking across Solana, EVM, Bitcoin, and Sui. Use when building Solana applications or AI agents that need quotes, routes, executable transactions, supported chains/tokens/tools, or cross-chain transfer monitoring.
development
SOL Incinerator SDK for burning tokens, NFTs, and closing accounts