Solentic
Native Solana staking infrastructure for AI agents. 18 MCP tools for staking, unstaking, validator info, APY, epoch timing, and more. Zero custody — unsigned transactions, agents sign client-side.
README
Solentic MCP Server
<a href="https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic/badge" alt="Solentic MCP server" /> </a>
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 |
|---|---|---|
get_validator_info |
Validator profile, commission, active stake, APY | Read |
get_staking_apy |
Live APY breakdown (base + Jito MEV) | Read |
get_performance_metrics |
Vote success, uptime, skip rate, epoch credits | Read |
get_infrastructure |
Server hardware specs (both servers) | Read |
generate_wallet |
Local wallet generation code (JS, Python, CLI) | Read |
check_balance |
SOL balance for any wallet | Read |
create_stake_transaction |
Build unsigned stake transaction | Write |
create_unstake_transaction |
Build unsigned unstake transaction | Write |
withdraw_stake |
Build unsigned withdraw transaction | Write |
submit_transaction |
Submit signed transaction to Solana | Write |
check_stake_accounts |
List stake accounts for a wallet | Read |
simulate_stake |
Project staking rewards with compound interest | Read |
get_staking_summary |
Complete portfolio dashboard (single call) | Read |
get_epoch_timing |
Current Solana epoch progress and timing | Read |
verify_transaction |
Verify a transaction was built through Blueprint | Read |
verify_code_integrity |
Verify deployed source code integrity | Read |
get_verification_links |
Third-party verification URLs | Read |
donate |
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-mcp
Or clone and run:
npm install && npm run build
node dist/server.js
Architecture
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 → Solana
Links
- 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
- llms.txt: https://solentic.theblueprint.xyz/llms.txt
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.