
Blueprint Agentic Staking (Solentic)
Let an AI agent stake on Solana, sign transactions once, and react to staking webhooks without hand-writing Solana SDK glue.
Overview
Solentic is an MCP server for the Build phase that lets AI agents perform native Solana staking through 26 tools, one-shot signing, and webhooks.
What is this MCP server?
- 26 MCP tools for native Solana staking workflows
- One-shot signing flow tailored for autonomous agents
- Webhook support for staking lifecycle events
- Remote streamable-http at solentic.theblueprint.xyz/mcp
- npm package @solentic/mcp-server with stdio transport
- 26 MCP tools documented in registry description
- Registry version 1.2.0 (npm package listed at 1.1.1)
- Remote MCP URL: https://solentic.theblueprint.xyz/mcp
What problem does it solve?
Hooking Solana staking into an agent means fragile custom signing flows and dozens of RPC calls instead of a single MCP tool layer.
Who is it for?
Builders shipping agent or API products that must stake or manage SOL positions programmatically with Blueprint’s Solentic stack.
Skip if: Non-crypto apps, manual-only treasury ops, or teams uncomfortable with agents holding signing authority on mainnet.
What do I get? / Deliverables
After registration, your agent can call staking MCP tools and optional webhooks instead of maintaining Solana integration code by hand.
- Agent-callable staking operations across 26 MCP tools
- Webhook-driven reactions to staking state changes
Recommended MCP Servers
Journey fit
Staking MCP wiring happens while you integrate on-chain behavior into an agent product, which maps to Build integrations rather than growth analytics. Solentic ships 26 MCP tools plus HTTP remote endpoint—builders connect treasury or agent wallets during backend and integration work.
How it compares
On-chain finance MCP integration, not a generic blockchain read-only indexer.
Common Questions / FAQ
Who is Solentic for?
Solo builders and small teams building AI agents or automation that need native Solana staking, signing, and event hooks via MCP.
When should I use Solentic?
Use it during Build when you integrate Solana staking into an agent backend and want 26 prebuilt MCP tools instead of custom SDK wiring.
How do I add Solentic to my agent?
Point your MCP client at the remote URL https://solentic.theblueprint.xyz/mcp (streamable-http) or install @solentic/mcp-server for stdio per your agent’s MCP config.