Solentic
JSON →First native Solana staking MCP server. 26 tools for complete staking workflows â stake, unstake, withdraw, verify, simulate, and more. Zero custody design, ~6% APY.
Install
npx @mbrassey/solentic-mcp Tools · 26
- stake Stake SOL — one call, confirmed signature returned
- unstake Deactivate stake — one call, confirmed
- withdraw Withdraw SOL — one call, confirmed
- get_validator_info Validator profile, commission, active stake, APY
- get_staking_apy Live APY breakdown (base + Jito MEV)
- get_performance_metrics Vote success, uptime, skip rate, epoch credits
- get_infrastructure Server hardware specs (both servers)
- generate_wallet Local wallet generation code (JS, Python, CLI)
- check_balance SOL balance for any wallet
- check_stake_accounts List stake accounts for a wallet
- check_withdraw_ready Per-account withdrawal readiness with ETA
- simulate_stake Project staking rewards with compound interest
- get_staking_summary Complete portfolio dashboard (single call)
- get_epoch_timing Current Solana epoch progress and timing
- check_address_type Detect wallet vs stake account vs vote account
- verify_transaction Verify a transaction was built through Blueprint
- verify_code_integrity Verify deployed source code integrity
- get_verification_links Third-party verification URLs
- create_stake_transaction Build unsigned stake transaction
- create_unstake_transaction Build unsigned unstake transaction
- withdraw_stake Build unsigned withdraw transaction
- submit_transaction Submit a pre-signed transaction to Solana
- register_webhook Register push notification for state changes
- list_webhooks List registered webhooks for a wallet
- delete_webhook Delete a webhook registration
- donate Build unsigned donation transaction