Enables local Solana wallet management and transaction signing, allowing users to check balances, retrieve token prices and risk data, and build, sign, and broadcast swaps on the Solana blockchain.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dritan MCPSwap 0.1 SOL for USDC and execute the transaction"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dritan-mcp
MCP server for personal agents to use dritan-sdk for market data and swap execution, with local Solana wallet signing.
Requirements
Node.js 20+
solana-keygenavailable inPATHDritan API key (
DRITAN_API_KEY)
Setup
Install As MCP (npx)
Codex example:
Run
Tools
system_check_prereqswallet_create_localwallet_get_addresswallet_get_balancemarket_get_snapshottoken_get_pricetoken_get_risktoken_get_aggregatedmarket_stream_sampleswap_buildswap_sign_and_broadcastswap_build_sign_and_broadcast
Notes
Wallets default to
~/.config/dritan-mcp/wallets.Private keys never leave local files; only public address/signature are returned.
swap_sign_and_broadcastsigns locally, then broadcasts via Dritan.If Solana CLI is missing, run
system_check_prereqsand follow returned install steps.
This server cannot be installed