The only native Solana staking platform purpose-built for AI agents. 30 REST endpoints, 26 MCP tools, A2A agent card with 13 skills, and custom OpenAPI 3.1 spec. Zero-custody architecture returning unsigned transactions for client-side signing. On-chain memo attribution, SHA-256 source verification, and ~6% APY with Jito MEV boost. Compatible with Claude, LangChain, CrewAI, ElizaOS, OpenClaw, and any HTTP-capable agent.
Overview
Blueprint Agentic Staking
Native Solana staking infrastructure purpose-built for AI agents. 26 MCP tools — one-shot stake/unstake/withdraw (agents pass their key, platform signs and submits in one call), webhooks for state change notifications, and full lifecycle automation.
Key Features
- One-shot tools —
stake,unstake,withdrawhandle signing and submission in a single call - Webhooks — push notifications for withdraw_ready, epoch_complete, stake_activated, stake_deactivated
- Portfolio dashboard —
get_staking_summaryreturns balance, stakes, APY, and recommended next action in one call - Withdrawal readiness —
check_withdraw_readygives a direct ready/not-ready answer with ETA - Address detection —
check_address_typeidentifies wallet vs stake account vs vote account - Full verification — on-chain memo proof, source code transparency, third-party verification links
Quick Start
{
"mcpServers": {
"solentic": {
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}
Links
- Docs: https://solentic.theblueprint.xyz/docs
- API Explorer: https://solentic.theblueprint.xyz/api-docs
- OpenAPI: https://solentic.theblueprint.xyz/openapi.json
- llms.txt: https://solentic.theblueprint.xyz/llms.txt
Server Config
{
"mcpServers": {
"solentic": {
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}