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
npm install
npm run devDocker
docker build -t solentic-mcp .
docker run -p 3000:3000 solentic-mcpEnvironment Variables
Variable | Default | Description |
|
| Blueprint API base URL |
|
| Server port |
|
| Server host |
Architecture
This is a lightweight MCP proxy 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 → 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