Skip to main content
Glama

Solentic MCP 服务器

这是用于 Blueprint Agentic Staking 的独立 Model Context Protocol 服务器——专为 AI 代理设计的 Solana 原生质押基础设施。

包含 26 个封装了 Blueprint REST API 的 MCP 工具。一次性工具(stakeunstakewithdraw)可在单次调用中处理完整生命周期——私钥通过 HTTPS 发送至 Blueprint 服务器进行内存中签名,且绝不会被存储或记录。可通过 verify_code_integrity 进行验证。高级工具(如 create_stake_transaction 等)则为偏好本地签名的代理返回未签名的交易。

工具

代理优先(一次性调用——构建 + 签名 + 提交):

工具

描述

类型

stake

质押 SOL — 单次调用,返回已确认的签名

写入

unstake

取消质押 — 单次调用,已确认

写入

withdraw

提取 SOL — 单次调用,已确认

写入

信息与监控:

工具

描述

类型

get_validator_info

验证者资料、佣金、活跃质押量、APY

读取

get_staking_apy

实时 APY 分解(基础 + Jito MEV)

读取

get_performance_metrics

投票成功率、正常运行时间、跳过率、纪元积分

读取

get_infrastructure

服务器硬件规格(两台服务器)

读取

generate_wallet

本地钱包生成代码(JS、Python、CLI)

读取

check_balance

任意钱包的 SOL 余额

读取

check_stake_accounts

列出钱包的质押账户

读取

check_withdraw_ready

每个账户的提取就绪状态及预计时间 (ETA)

读取

simulate_stake

使用复利预测质押奖励

读取

get_staking_summary

完整的投资组合仪表板(单次调用)

读取

get_epoch_timing

当前 Solana 纪元进度和计时

读取

check_address_type

检测钱包、质押账户或投票账户类型

读取

验证:

工具

描述

类型

verify_transaction

验证交易是否通过 Blueprint 构建

读取

verify_code_integrity

验证已部署源代码的完整性

读取

get_verification_links

第三方验证链接

读取

高级(未签名交易构建器——用于本地签名):

工具

描述

类型

create_stake_transaction

构建未签名的质押交易

写入

create_unstake_transaction

构建未签名的取消质押交易

写入

withdraw_stake

构建未签名的提取质押交易

写入

submit_transaction

向 Solana 提交预签名交易

写入

Webhook:

工具

描述

类型

register_webhook

注册状态变更的推送通知

写入

list_webhooks

列出钱包已注册的 Webhook

读取

delete_webhook

删除 Webhook 注册

写入

支持:

工具

描述

类型

donate

构建未签名的捐赠交易

写入

快速入门

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

  • 一次性工具stakeunstakewithdraw):接受私钥,通过 HTTPS 将其转发至 Blueprint 服务器进行内存中签名。私钥仅用于服务器上的交易签名,绝不会被存储或记录——验证源代码

  • 高级工具create_stake_transaction 等):返回未签名的交易。无需私钥——代理在本地进行签名。

  • 读取工具:不涉及密钥,纯粹提供信息。

AI Agent → MCP Server (stdio) → Blueprint REST API (HTTPS) → Solana

链接

许可证

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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'

If you have feedback or need assistance with the MCP directory API, please join our Discord server