← theblueprint.xyz
INDIVIDUAL MCP TOOL
check_withdraw_ready
Check whether stake accounts are ready to withdraw.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.solentic-staking]
url = "https://solentic.theblueprint.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solentic-staking": {
"type": "http",
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solentic-staking
Remote MCP URL: https://solentic.theblueprint.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"solentic-staking": {
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solentic-staking": {
"type": "http",
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solentic-staking",
"transport": "streamable-http",
"url": "https://solentic.theblueprint.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
stake— Stake SOL with Blueprint validator in a single call.unstake— Deactivate a stake account in a single call.withdraw— Withdraw SOL from a deactivated stake account in a single call.get_validator_info— Get Blueprint validator profile: identity, vote account, commission, active stake, APY, performance, software, location.get_staking_apy— Get live APY breakdown: base staking APY + Jito MEV APY = total APY.get_performance_metrics— Get Blueprint validator performance: vote success rate, uptime, skip rate, epoch credits, delinquency status.create_stake_transaction— Advanced: Build an unsigned stake transaction for local signing.create_unstake_transaction— Advanced: Build an unsigned unstake transaction for local signing.