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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 47 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add blueprint-infrastructure-solentic -- npx -y @solentic/mcp-server
codex mcp add blueprint-infrastructure-solentic -- npx -y @solentic/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"blueprint-infrastructure-solentic": {
"type": "local",
"command": [
"npx",
"-y",
"@solentic/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add blueprint-infrastructure-solentic --command npx --arg -y --arg @solentic/mcp-server
mcp_servers:
blueprint-infrastructure-solentic:
command: "npx"
args: ["-y", "@solentic/mcp-server"] {
"mcpServers": {
"blueprint-infrastructure-solentic": {
"command": "npx",
"args": [
"-y",
"@solentic/mcp-server"
]
}
}
} 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.
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.
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.
check_address_type 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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Solana address to identify |
No output schema declared.
No examples provided.
check_balance Check Balance ~51
Check the SOL balance of any Solana wallet address. Returns balance in SOL, ready-to-stake status, and next steps.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | Solana wallet address (base58 public key) |
No output schema declared.
No examples provided.
check_stake_accounts 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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | Wallet address to check |
No output schema declared.
No examples provided.
check_withdraw_ready 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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | Wallet address to check |
No output schema declared.
No examples provided.
create_stake_transaction Create Stake Transaction ~53
Advanced: Build an unsigned stake transaction for local signing. Most agents should use the `stake` tool instead.
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | number | yes | SOL to stake |
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.
create_unstake_transaction Create Unstake Transaction ~57
Advanced: Build an unsigned unstake transaction for local signing. Most agents should use the `unstake` tool instead.
| Name | Type | Req | Description |
|---|---|---|---|
| stakeAccountAddress | string | yes | Stake account to deactivate |
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.
delete_webhook Delete Webhook ~37
Delete a webhook registration by ID. Use list_webhooks to find IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| webhookId | string | yes | Webhook ID to delete |
No output schema declared.
No examples provided.
donate Donate to Blueprint ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | number | yes | SOL to donate |
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.
generate_wallet 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 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 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 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 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 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).
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.
get_validator_info 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 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 List Webhooks ~29
List all registered webhooks for a wallet address.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.
register_webhook 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.
| Name | Type | Req | Description |
|---|---|---|---|
| callbackUrl | string | — | HTTPS callback URL |
| events | array | yes | Event types |
| url | string | — | Alias for callbackUrl — either field works |
| walletAddress | string | yes | Wallet to monitor |
No output schema declared.
No examples provided.
simulate_stake Simulate Stake ~65
Project staking rewards before committing capital. Returns compound interest projections, effective APY, activation timing, fee reserve guidance, and a recommendation.
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | number | yes | Amount of SOL to simulate |
| durationDays | integer | — | Duration in days (default: 365) |
No output schema declared.
No examples provided.
stake Stake SOL (one-shot) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | number | yes | Amount of SOL to stake |
| secretKey | string | yes | Your base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged |
| walletAddress | string | yes | Your Solana wallet address (base58 public key) |
No output schema declared.
No examples provided.
submit_transaction 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.
| Name | Type | Req | Description |
|---|---|---|---|
| signedTransaction | string | yes | Signed base64 transaction |
No output schema declared.
No examples provided.
unstake Unstake SOL (one-shot) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| secretKey | string | yes | Your base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged |
| stakeAccountAddress | string | yes | Stake account address to deactivate |
| walletAddress | string | yes | Your Solana wallet address (stake authority) |
No output schema declared.
No examples provided.
verify_code_integrity 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 Verify Transaction ~49
Verify whether a Solana transaction was built through Blueprint. Checks on-chain for the "solentic.theblueprint.xyz" Memo — cryptographic proof.
| Name | Type | Req | Description |
|---|---|---|---|
| signature | string | yes | Transaction signature to verify |
No output schema declared.
No examples provided.
withdraw Withdraw SOL (one-shot) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | — | — | Amount to withdraw in SOL (omit to withdraw full balance) |
| secretKey | string | yes | Your base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged |
| stakeAccountAddress | string | yes | Deactivated stake account to withdraw from |
| walletAddress | string | yes | Your Solana wallet address (withdraw authority) |
No output schema declared.
No examples provided.
withdraw_stake Withdraw Stake ~65
Advanced: Build an unsigned withdraw transaction for local signing. Most agents should use the `withdraw` tool instead.
| Name | Type | Req | Description |
|---|---|---|---|
| amountSol | — | — | SOL to withdraw (omit for full) |
| stakeAccountAddress | string | yes | Stake account |
| walletAddress | string | yes | Wallet address |
No output schema declared.
No examples provided.