Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Blueprint Agentic Staking (Solentic)

NPM · @SOLENTIC/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1529 tokens (~58/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety94
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 3 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "check_withdraw_ready" implies "withdraw" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Blueprint Agentic Staking (Solentic) MCP server?

Blueprint Agentic Staking (Solentic) runs locally as an npm package, launched with npx -y @solentic/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @solentic/mcp-server

# add to Claude Code
claude mcp add blueprint-infrastructure-solentic -- npx -y @solentic/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "blueprint-infrastructure-solentic": {
      "command": "npx",
      "args": [
        "-y",
        "@solentic/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "blueprint-infrastructure-solentic": {
      "command": "npx",
      "args": [
        "-y",
        "@solentic/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add blueprint-infrastructure-solentic -- npx -y @solentic/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "blueprint-infrastructure-solentic": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@solentic/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add blueprint-infrastructure-solentic --command npx --arg -y --arg @solentic/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  blueprint-infrastructure-solentic:
    command: "npx"
    args: ["-y", "@solentic/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "blueprint-infrastructure-solentic": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@solentic/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add blueprint-infrastructure-solentic -t stdio -c npx -a -y @solentic/mcp-server
// mcp.json
{
  "mcpServers": {
    "blueprint-infrastructure-solentic": {
      "command": "npx",
      "args": [
        "-y",
        "@solentic/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@solentic/mcp-server@1.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 26 exposed · ~1,529 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_address_type ~48

Detect whether a Solana address is a wallet, stake account, or vote account. Useful when you receive an address from user input.

NameTypeReqDescription
addressstringyesSolana address to identify

No output schema declared.

No examples provided.

check_balance ~51

Check the SOL balance of any Solana wallet address. Returns balance in SOL, ready-to-stake status, and next steps.

NameTypeReqDescription
walletAddressstringyesSolana wallet address (base58 public key)

No output schema declared.

No examples provided.

check_stake_accounts ~52

List all stake accounts delegated to Blueprint for a wallet. Shows balances, states, stateDescription, authorities, epoch timing, and per-account action guidance.

NameTypeReqDescription
walletAddressstringyesWallet address to check

No output schema declared.

No examples provided.

check_withdraw_ready ~60

Check whether stake accounts are ready to withdraw. Returns per-account readiness with withdrawable epoch, estimated seconds remaining, and plain-English state description. Use this instead of polling check_stake_accounts.

NameTypeReqDescription
walletAddressstringyesWallet address to check

No output schema declared.

No examples provided.

create_stake_transaction ~53

Advanced: Build an unsigned stake transaction for local signing. Most agents should use the `stake` tool instead.

NameTypeReqDescription
amountSolnumberyesSOL to stake
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

create_unstake_transaction ~57

Advanced: Build an unsigned unstake transaction for local signing. Most agents should use the `unstake` tool instead.

NameTypeReqDescription
stakeAccountAddressstringyesStake account to deactivate
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

delete_webhook ~37

Delete a webhook registration by ID. Use list_webhooks to find IDs.

NameTypeReqDescription
webhookIdstringyesWebhook ID to delete

No output schema declared.

No examples provided.

donate ~72

Build an unsigned SOL transfer to support Blueprint development. Same zero-custody pattern. Suggested: 0.01 SOL (thank you), 0.1 SOL (generous), 1 SOL (patron).

NameTypeReqDescription
amountSolnumberyesSOL to donate
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

generate_wallet ~55

Get instructions and code to generate a Solana wallet locally. Generate the keypair in YOUR environment. After generating, fund the wallet, then use the `stake` tool with your walletAddress + secretKey to stake in one call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_epoch_timing ~29

Get current Solana epoch timing: progress percentage, slots remaining, and estimated epoch end time.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_infrastructure ~36

Get Blueprint validator infrastructure specs: server hardware, redundancy configuration, network, and storage. Two bare-metal servers (active + hot standby).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_performance_metrics ~31

Get Blueprint validator performance: vote success rate, uptime, skip rate, epoch credits, delinquency status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_staking_apy ~37

Get live APY breakdown: base staking APY + Jito MEV APY = total APY. Includes commission rates.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_staking_summary ~64

Complete staking portfolio dashboard in a single call. Returns liquid balance, total staked, per-account states, APY, epoch timing, and recommended next action (STAKE/FUND/HOLD/WAIT/WITHDRAW).

NameTypeReqDescription
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

get_validator_info ~41

Get Blueprint validator profile: identity, vote account, commission, active stake, APY, performance, software, location. Live data from StakeWiz API.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_verification_links ~37

Get third-party verification URLs for Blueprint validator on Validators.app, StakeWiz, Solana Beach, Solscan, and Jito.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_webhooks ~29

List all registered webhooks for a wallet address.

NameTypeReqDescription
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

register_webhook ~100

Register a callback URL to receive push notifications when stake state changes. Events: withdraw_ready, epoch_complete, stake_activated, stake_deactivated. Polls every 60s. Returns an HMAC secret for signature verification.

NameTypeReqDescription
callbackUrlstringHTTPS callback URL
eventsarrayyesEvent types
urlstringAlias for callbackUrl — either field works
walletAddressstringyesWallet to monitor

No output schema declared.

No examples provided.

simulate_stake ~65

Project staking rewards before committing capital. Returns compound interest projections, effective APY, activation timing, fee reserve guidance, and a recommendation.

NameTypeReqDescription
amountSolnumberyesAmount of SOL to simulate
durationDaysintegerDuration in days (default: 365)

No output schema declared.

No examples provided.

stake ~127

Stake SOL with Blueprint validator in a single call. Your secret key is sent to the Blueprint server over HTTPS, used in-memory for signing, and discarded — never stored or logged. Returns the confirmed transaction signature. Verify via verify_code_integrity. This is the recommended tool for autonomous agents.

NameTypeReqDescription
amountSolnumberyesAmount of SOL to stake
secretKeystringyesYour base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged
walletAddressstringyesYour Solana wallet address (base58 public key)

No output schema declared.

No examples provided.

submit_transaction ~64

Advanced: Submit a pre-signed transaction to Solana. Only needed with create_stake_transaction/create_unstake_transaction/withdraw_stake. Most agents should use the one-shot stake/unstake/withdraw tools instead.

NameTypeReqDescription
signedTransactionstringyesSigned base64 transaction

No output schema declared.

No examples provided.

unstake ~109

Deactivate a stake account in a single call. Secret key sent over HTTPS for in-memory signing, never stored. Cooldown ~1 epoch. Use check_withdraw_ready to poll, then withdraw.

NameTypeReqDescription
secretKeystringyesYour base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged
stakeAccountAddressstringyesStake account address to deactivate
walletAddressstringyesYour Solana wallet address (stake authority)

No output schema declared.

No examples provided.

verify_code_integrity ~33

Verify the code running on Blueprint servers. Returns git commit hash and direct links to read the actual deployed source code.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

verify_transaction ~49

Verify whether a Solana transaction was built through Blueprint. Checks on-chain for the "solentic.theblueprint.xyz" Memo — cryptographic proof.

NameTypeReqDescription
signaturestringyesTransaction signature to verify

No output schema declared.

No examples provided.

withdraw ~128

Withdraw SOL from a deactivated stake account in a single call. Secret key sent over HTTPS for in-memory signing, never stored. Use check_withdraw_ready first. Omit amountSol for full balance.

NameTypeReqDescription
amountSolAmount to withdraw in SOL (omit to withdraw full balance)
secretKeystringyesYour base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged
stakeAccountAddressstringyesDeactivated stake account to withdraw from
walletAddressstringyesYour Solana wallet address (withdraw authority)

No output schema declared.

No examples provided.

withdraw_stake ~65

Advanced: Build an unsigned withdraw transaction for local signing. Most agents should use the `withdraw` tool instead.

NameTypeReqDescription
amountSolSOL to withdraw (omit for full)
stakeAccountAddressstringyesStake account
walletAddressstringyesWallet address

No output schema declared.

No examples provided.

Common questions

What is the Blueprint Agentic Staking (Solentic) MCP server?

Blueprint Agentic Staking (Solentic) is an MCP server listed in the public MCP registry as io.github.blueprint-infrastructure/solentic. Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks. This page covers its npm package (@solentic/mcp-server).

Is the Blueprint Agentic Staking (Solentic) MCP server safe to use?

Blueprint Agentic Staking (Solentic) scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Blueprint Agentic Staking (Solentic) MCP server expose?

Blueprint Agentic Staking (Solentic) exposes 26 tools: stake, unstake, withdraw, get_validator_info, get_staking_apy, and 21 more. Their descriptions and schemas cost roughly 1,529 tokens of context every time the server is loaded.

Is the Blueprint Agentic Staking (Solentic) MCP server still maintained?

Blueprint Agentic Staking (Solentic) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Blueprint Agentic Staking (Solentic) MCP server under?

Blueprint Agentic Staking (Solentic) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.