MCP server for Solana that lets AI clients inspect wallet portfolios, compare USDC lending and tokenized-asset yields, quote and build transactions for Backed xStocks and USDY, and track transaction confirmations. It is non-custodial: the server only builds unsigned transactions and the user signs them in their own wallet.
From the registry: Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.
Please install the `agent-wallet-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js and npm** — Install Node.js and npm so the server can be run via npx. (https://nodejs.org/)
Optional prerequisites:
- Optional Solana RPC endpoint — For reliable usage, configure a paid or free-tier Solana RPC endpoint such as Helius. Public RPC endpoints may be rate-limited or reject some requests. (https://helius.dev)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@kaditang/agent-wallet-mcp"]
Note: README's recommended install path is stdio via npx with no required environment variables shown for that path. The README discusses SOL_RPC, SOL_RPC_FALLBACK_1, SENTRY_DSN, and SENTRY_RELEASE for source/.env usage and HTTP mode, but does not document them as part of the published npx stdio configuration.
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.SOL_RPCrequiredPrimary Solana RPC endpoint used for chain reads and transaction-related queries.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 for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)