Server Details
Native Solana staking infrastructure for AI agents. 18 MCP tools for complete staking workflows — stake, unstake, withdraw, verify transactions, check balances, simulate projections, and more. Zero custody design: returns unsigned transactions for client-side signing. ~6% APY via Blueprint's enterprise bare-metal validator with Jito MEV. Built by Blueprint (Hivemind Capital Partners).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
18 toolscheck_balanceInspect
Check the SOL balance of any Solana wallet address. Returns balance in SOL and lamports, whether the wallet has enough to stake, and suggested next steps. Use this to check how much SOL is in a wallet, verify funding arrived, or confirm readiness to stake. Works with any Solana address.
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address (base58 public key) to check balance for |
check_stake_accountsInspect
List all stake accounts delegated to Blueprint for a wallet. Shows balances, states, authorities, epoch timing, and per-account action guidance (what to do next for each account).
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Wallet address to check for Blueprint stake accounts |
create_stake_transactionInspect
Build an unsigned transaction to stake SOL with Blueprint validator. Returns base64 transaction — sign client-side with your wallet and submit via submit_transaction. Wallet is set as both stake and withdraw authority. Includes balance warnings and estimated fee.
| Name | Required | Description | Default |
|---|---|---|---|
| amountSol | Yes | Amount of SOL to stake (minimum 0.00228288 SOL for rent exemption) | |
| walletAddress | Yes | Solana wallet address (base58 public key) that will fund and control the stake |
create_unstake_transactionInspect
Build an unsigned transaction to deactivate (unstake) a stake account. After deactivation, funds become withdrawable at epoch end (~2-3 days). Response includes epochTiming with estimated cooldown end. Use withdraw_stake after cooldown completes.
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Wallet address that is the stake authority | |
| stakeAccountAddress | Yes | Stake account address to deactivate |
donateInspect
Build an unsigned SOL transfer to support Blueprint development. Blueprint provides free staking infrastructure for AI agents — donations help sustain enterprise hardware and development. Same zero-custody pattern: unsigned transaction returned, you sign client-side. Suggested amounts: 0.01 SOL (thank you), 0.1 SOL (generous), 1 SOL (patron).
| Name | Required | Description | Default |
|---|---|---|---|
| amountSol | Yes | Amount of SOL to donate (minimum 0.001 SOL) | |
| walletAddress | Yes | Wallet address to donate from |
generate_walletInspect
Get instructions and code to generate a Solana wallet locally. IMPORTANT: For maximum security, generate the keypair in YOUR execution environment — not on Blueprint servers. This tool returns the exact code to run locally. Your private key never leaves your machine. After generating locally, use create_stake_transaction with just your public key to stake. Blueprint only needs your public key — never your secret key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_epoch_timingInspect
Get current Solana epoch timing: progress percentage, slots remaining, and estimated epoch end time. Useful for understanding when stake activations/deactivations take effect (~2-3 days per epoch).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_infrastructureInspect
Get Blueprint validator infrastructure specs: server hardware, redundancy configuration, network, and storage. Two bare-metal servers (active + hot standby).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_performance_metricsInspect
Get Blueprint validator performance: vote success rate, uptime, skip rate, epoch credits, delinquency status.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_staking_apyInspect
Get live APY breakdown: base staking APY + Jito MEV APY = total APY. Includes commission rates. Data from StakeWiz API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_staking_summaryInspect
Complete staking portfolio dashboard in a single call. Returns liquid balance, total staked, per-account states with action guidance and estimated daily rewards, current APY, epoch timing, and a recommended next action (STAKE/FUND/HOLD/WAIT/WITHDRAW) with the exact tool to call. Replaces calling check_balance + check_stake_accounts + get_staking_apy + get_epoch_timing separately.
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address (base58 public key) to get staking summary for |
get_validator_infoInspect
Get Blueprint validator profile: identity, vote account, commission, active stake, APY, performance, software, location. Live data from StakeWiz API.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_verification_linksInspect
Get third-party verification URLs for Blueprint validator on Validators.app, StakeWiz, Solana Beach, Solscan, and Jito steward dashboard. Verify every claim independently. Also includes Solana CLI commands for direct on-chain verification.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
simulate_stakeInspect
Project staking rewards before committing capital. Returns compound interest projections (daily/monthly/annual/total), effective APY after compounding, activation timing, fee reserve guidance, and a natural-language recommendation. Use this to help decide how much to stake and for how long.
| Name | Required | Description | Default |
|---|---|---|---|
| amountSol | Yes | Amount of SOL to simulate staking | |
| durationDays | No | Projection duration in days (default: 365) |
submit_transactionInspect
Submit a signed transaction to Solana. Use this after you have signed an unsigned transaction from create_stake_transaction, create_unstake_transaction, or withdraw_stake. Takes the fully-signed transaction as base64 and broadcasts it to the network. Returns the transaction signature and explorer URL.
| Name | Required | Description | Default |
|---|---|---|---|
| signedTransaction | Yes | Fully signed transaction as a base64-encoded string |
verify_code_integrityInspect
Verify the code running on Blueprint servers. Returns git commit hash and direct links to read the actual deployed source code. Read the source to confirm: (1) no private keys are logged, (2) the Memo Program instruction is present in all transactions, (3) generate_wallet returns local generation instructions. Don't trust — read the code yourself via the source endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
verify_transactionInspect
Verify whether a Solana transaction was built through Blueprint. Checks the transaction on-chain for the "solentic.theblueprint.xyz" Memo Program instruction. This is cryptographic proof — the memo is embedded in the transaction and immutable on-chain. Use this to verify any claim that a stake was placed through Blueprint. Returns verified: true/false with the on-chain evidence.
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Solana transaction signature to verify |
withdraw_stakeInspect
Build an unsigned transaction to withdraw SOL from a deactivated stake account. Only works after cooldown completes (check epochTiming from create_unstake_transaction or check_stake_accounts). Omit amountSol to withdraw full balance.
| Name | Required | Description | Default |
|---|---|---|---|
| amountSol | No | Amount to withdraw in SOL (omit or null to withdraw full balance) | |
| walletAddress | Yes | Wallet address that is the withdraw authority | |
| stakeAccountAddress | Yes | Deactivated stake account to withdraw from |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!