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

Blueprint Agentic Staking (Solentic)

NPM · @SOLENTIC/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

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

+22 this week 68 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @solentic/mcp-server

# add to Claude Code
claude mcp add blueprint-infrastructure-solentic -- npx -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"]
// 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.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@solentic/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.