Provides tools for interacting with Solana staking infrastructure, enabling users to monitor validator metrics and APY, check wallet balances, and generate unsigned transactions for staking, unstaking, and withdrawing SOL.
Solentic MCP Server
Standalone Model Context Protocol server for Blueprint Agentic Staking — native Solana staking infrastructure for AI agents.
18 MCP tools wrapping the Blueprint REST API. Zero custody — all transactions are unsigned, agents sign client-side.
Tools
Tool | Description | Type |
| Validator profile, commission, active stake, APY | Read |
| Live APY breakdown (base + Jito MEV) | Read |
| Vote success, uptime, skip rate, epoch credits | Read |
| Server hardware specs (both servers) | Read |
| Local wallet generation code (JS, Python, CLI) | Read |
| SOL balance for any wallet | Read |
| Build unsigned stake transaction | Write |
| Build unsigned unstake transaction | Write |
| Build unsigned withdraw transaction | Write |
| Submit signed transaction to Solana | Write |
| List stake accounts for a wallet | Read |
| Project staking rewards with compound interest | Read |
| Complete portfolio dashboard (single call) | Read |
| Current Solana epoch progress and timing | Read |
| Verify a transaction was built through Blueprint | Read |
| Verify deployed source code integrity | Read |
| Third-party verification URLs | Read |
| Build unsigned donation transaction | Write |
Quick Start
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"solentic": {
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}Run Locally (stdio)
npx @mbrassey/solentic-mcpOr clone and run:
npm install && npm run build
node dist/server.jsArchitecture
Lightweight MCP proxy (stdio transport) that wraps the Blueprint REST API. No Solana RPC access, no private keys, no state — just HTTP calls to the public API.
AI Agent → MCP Server (stdio) → Blueprint REST API → SolanaLinks
Live MCP endpoint: https://solentic.theblueprint.xyz/mcp
API docs: https://solentic.theblueprint.xyz/docs
API explorer: https://solentic.theblueprint.xyz/api-docs
OpenAPI spec: https://solentic.theblueprint.xyz/openapi.json
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.