Solentic
Solentic MCPサーバー
Blueprint Agentic Staking(AIエージェント向けのネイティブSolanaステーキングインフラ)のためのスタンドアロンModel Context Protocolサーバーです。
Blueprint REST APIをラップする26個のMCPツールを提供します。ワンショットツール(stake、unstake、withdraw)は、ライフサイクル全体を1回の呼び出しで処理します。秘密鍵はHTTPS経由でBlueprintサーバーに送信され、メモリ内での署名に使用されますが、保存やログ記録は一切行われません。verify_code_integrityで検証可能です。高度なツール(create_stake_transactionなど)は、ローカルでの署名を好むエージェントのために署名なしのトランザクションを返します。
ツール
エージェントファースト(ワンショット — 構築・署名・送信を1回の呼び出しで実行):
ツール | 説明 | タイプ |
| SOLをステーキング — 1回の呼び出しで確認済み署名を返却 | 書き込み |
| ステーキングを解除 — 1回の呼び出しで完了 | 書き込み |
| SOLを引き出し — 1回の呼び出しで完了 | 書き込み |
情報・監視:
ツール | 説明 | タイプ |
| バリデーターのプロファイル、手数料、アクティブステーク、APY | 読み取り |
| ライブAPYの内訳(ベース + Jito MEV) | 読み取り |
| 投票成功率、稼働時間、スキップ率、エポッククレジット | 読み取り |
| サーバーハードウェア仕様(両サーバー) | 読み取り |
| ローカルウォレット生成コード(JS、Python、CLI) | 読み取り |
| あらゆるウォレットのSOL残高を確認 | 読み取り |
| ウォレットのステークアカウント一覧を取得 | 読み取り |
| アカウントごとの引き出し準備状況とETAを確認 | 読み取り |
| 複利を用いたステーキング報酬のシミュレーション | 読み取り |
| ポートフォリオダッシュボード全体(1回の呼び出し) | 読み取り |
| 現在のSolanaエポックの進捗とタイミング | 読み取り |
| ウォレット、ステークアカウント、投票アカウントの判別 | 読み取り |
検証:
ツール | 説明 | タイプ |
| トランザクションがBlueprint経由で構築されたか検証 | 読み取り |
| デプロイされたソースコードの整合性を検証 | 読み取り |
| サードパーティの検証URL | 読み取り |
高度な機能(署名なしトランザクション構築 — ローカル署名用):
ツール | 説明 | タイプ |
| 署名なしのステーキングトランザクションを構築 | 書き込み |
| 署名なしのアンステーキングトランザクションを構築 | 書き込み |
| 署名なしの引き出しトランザクションを構築 | 書き込み |
| 事前に署名されたトランザクションを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アーキテクチャ
Blueprint REST APIをラップする軽量なMCPプロキシ(stdioトランスポート)。
ワンショットツール(
stake、unstake、withdraw):秘密鍵を受け取り、メモリ内での署名のためにHTTPS経由でBlueprintサーバーに転送します。鍵はサーバー上でのトランザクション署名のみに使用され、保存やログ記録は一切行われません — ソースコードを検証してください。高度なツール(
create_stake_transactionなど):署名なしのトランザクションを返します。秘密鍵は不要で、エージェントがローカルで署名します。読み取りツール:鍵は不要で、純粋な情報提供のみを行います。
AI Agent → MCP Server (stdio) → Blueprint REST API (HTTPS) → Solanaリンク
ライブMCPエンドポイント: https://solentic.theblueprint.xyz/mcp
APIドキュメント: https://solentic.theblueprint.xyz/docs
APIエクスプローラー: https://solentic.theblueprint.xyz/api-docs
ライセンス
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