Solentic
Solentic MCP 服务器
这是用于 Blueprint Agentic Staking 的独立 Model Context Protocol 服务器——专为 AI 代理设计的 Solana 原生质押基础设施。
包含 26 个封装了 Blueprint REST API 的 MCP 工具。一次性工具(stake、unstake、withdraw)可在单次调用中处理完整生命周期——私钥通过 HTTPS 发送至 Blueprint 服务器进行内存中签名,且绝不会被存储或记录。可通过 verify_code_integrity 进行验证。高级工具(如 create_stake_transaction 等)则为偏好本地签名的代理返回未签名的交易。
工具
代理优先(一次性调用——构建 + 签名 + 提交):
工具 | 描述 | 类型 |
| 质押 SOL — 单次调用,返回已确认的签名 | 写入 |
| 取消质押 — 单次调用,已确认 | 写入 |
| 提取 SOL — 单次调用,已确认 | 写入 |
信息与监控:
工具 | 描述 | 类型 |
| 验证者资料、佣金、活跃质押量、APY | 读取 |
| 实时 APY 分解(基础 + Jito MEV) | 读取 |
| 投票成功率、正常运行时间、跳过率、纪元积分 | 读取 |
| 服务器硬件规格(两台服务器) | 读取 |
| 本地钱包生成代码(JS、Python、CLI) | 读取 |
| 任意钱包的 SOL 余额 | 读取 |
| 列出钱包的质押账户 | 读取 |
| 每个账户的提取就绪状态及预计时间 (ETA) | 读取 |
| 使用复利预测质押奖励 | 读取 |
| 完整的投资组合仪表板(单次调用) | 读取 |
| 当前 Solana 纪元进度和计时 | 读取 |
| 检测钱包、质押账户或投票账户类型 | 读取 |
验证:
工具 | 描述 | 类型 |
| 验证交易是否通过 Blueprint 构建 | 读取 |
| 验证已部署源代码的完整性 | 读取 |
| 第三方验证链接 | 读取 |
高级(未签名交易构建器——用于本地签名):
工具 | 描述 | 类型 |
| 构建未签名的质押交易 | 写入 |
| 构建未签名的取消质押交易 | 写入 |
| 构建未签名的提取质押交易 | 写入 |
| 向 Solana 提交预签名交易 | 写入 |
Webhook:
工具 | 描述 | 类型 |
| 注册状态变更的推送通知 | 写入 |
| 列出钱包已注册的 Webhook | 读取 |
| 删除 Webhook 注册 | 写入 |
支持:
工具 | 描述 | 类型 |
| 构建未签名的捐赠交易 | 写入 |
Related MCP server: solana-mcp-server
快速入门
Claude Desktop / Claude Code
添加到您的 MCP 配置中:
{
"mcpServers": {
"solentic": {
"url": "https://solentic.theblueprint.xyz/mcp"
}
}
}本地运行 (stdio)
npx @mbrassey/solentic-mcp或者克隆并运行:
npm install && npm run build
node dist/server.js架构
轻量级 MCP 代理(stdio 传输),封装了 Blueprint REST API。
一次性工具(
stake、unstake、withdraw):接受私钥,通过 HTTPS 将其转发至 Blueprint 服务器进行内存中签名。私钥仅用于服务器上的交易签名,绝不会被存储或记录——验证源代码。高级工具(
create_stake_transaction等):返回未签名的交易。无需私钥——代理在本地进行签名。读取工具:不涉及密钥,纯粹提供信息。
AI Agent → MCP Server (stdio) → Blueprint REST API (HTTPS) → Solana链接
实时 MCP 端点: https://solentic.theblueprint.xyz/mcp
OpenAPI 规范: https://solentic.theblueprint.xyz/openapi.json
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseAqualityDmaintenanceMCP server giving AI agents access to Solana blockchain data. 7 tools: wallet balances, transaction history, token prices (Jupiter + CoinGecko), token metadata, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection).81MIT

everstake-mcpofficial
AlicenseAqualityAmaintenanceAn MCP server for Everstake's non-custodial staking data across 130+ networks: live APY, uptime metrics, rewards calculator, integrations, security and compliance. Built for asset managers, custodians, and exchanges evaluating institutional staking.111BSD 3-Clause- Flicense-qualityDmaintenanceAn MCP server that gives any AI agent full access to Lido Finance's staking infrastructure through natural language. Stake ETH, manage positions, request withdrawals, and monitor protocol stats.
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueprint-infrastructure/solentic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server