# Blueprint Agentic Staking (Solentic) (remote · solentic.theblueprint.xyz)

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

- Trust score: 69/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `solentic.theblueprint.xyz`: 69/100 (this document), [markdown](https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic.md), [page](https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic)
- npm · `@solentic/mcp-server`: 68/100, [markdown](https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic-mcp-server.md), [page](https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic-mcp-server)

## Channel facts

- Endpoint: `https://solentic.theblueprint.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (submit_transaction).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 2731 tokens (~88/item across 31 items; 29 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http blueprint-infrastructure-solentic https://solentic.theblueprint.xyz/mcp
```

### Codex

```toml
[mcp_servers.blueprint-infrastructure-solentic]
url = "https://solentic.theblueprint.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "blueprint-infrastructure-solentic": {
      "type": "remote",
      "url": "https://solentic.theblueprint.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add blueprint-infrastructure-solentic --url https://solentic.theblueprint.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  blueprint-infrastructure-solentic:
    url: "https://solentic.theblueprint.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "blueprint-infrastructure-solentic": {
      "type": "http",
      "url": "https://solentic.theblueprint.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +1)

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

### 2026-08-01 (score 68, +1)

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

### 2026-07-31 (score 67, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 68, +1)

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

### 2026-07-28 (score 67, +1)

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

### 2026-07-27 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (29)

### `stake` (~137 tokens)

Stake SOL (one-shot)

Stake SOL with Blueprint validator in a single call. Builds the transaction, signs it with your secret key in-memory, and submits to Solana. Returns the confirmed transaction signature. Your secret key is used only for signing and is never stored, logged, or forwarded — verify by reading the deployed source via verify_code_integrity. This is the recommended tool for autonomous agents.

Input parameters:

- `amountSol` (number, required): Amount of SOL to stake
- `secretKey` (string, required): Your base58-encoded secret key — used in-memory for signing only, never stored
- `walletAddress` (string, required): Your Solana wallet address (base58 public key)

### `unstake` (~138 tokens)

Unstake SOL (one-shot)

Deactivate a stake account in a single call. Builds the transaction, signs it, and submits it. The stake enters a cooldown period (~1 epoch) and becomes withdrawable at the next epoch boundary. Use check_withdraw_ready to poll readiness, then withdraw to reclaim SOL. This is the recommended tool — use create_unstake_transaction only if you manage your own signing.

Input parameters:

- `secretKey` (string, required): Your base58-encoded secret key — used in-memory for signing only, never stored
- `stakeAccountAddress` (string, required): Stake account address to deactivate
- `walletAddress` (string, required): Your Solana wallet address (stake authority)

### `withdraw` (~153 tokens)

Withdraw SOL (one-shot)

Withdraw SOL from a deactivated stake account in a single call. Builds the transaction, signs it, and submits it. Funds are returned to your wallet. Use check_withdraw_ready first to confirm the account is ready. Omit amountSol to withdraw the full balance. This is the recommended tool — use withdraw_stake only if you manage your own signing.

Input parameters:

- `amountSol`: Amount to withdraw in SOL (omit to withdraw full balance)
- `secretKey` (string, required): Your base58-encoded secret key — used in-memory for signing only, never stored
- `stakeAccountAddress` (string, required): Deactivated stake account to withdraw from
- `walletAddress` (string, required): Your Solana wallet address (withdraw authority)

### `get_validator_info` (~41 tokens)

Get Validator Info

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

### `get_staking_apy` (~44 tokens)

Get Staking APY

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

### `get_performance_metrics` (~31 tokens)

Get Performance Metrics

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

### `create_stake_transaction` (~101 tokens)

Create Stake Transaction

Advanced: Build an unsigned stake transaction for local signing. Most agents should use the `stake` tool instead, which handles signing and submission automatically. This tool is for agents that manage their own signing infrastructure.

Input parameters:

- `amountSol` (number, required): Amount of SOL to stake (minimum 0.00228288 SOL for rent exemption)
- `walletAddress` (string, required): Solana wallet address (base58 public key) that will fund and control the stake

### `create_unstake_transaction` (~70 tokens)

Create Unstake Transaction

Advanced: Build an unsigned unstake transaction for local signing. Most agents should use the `unstake` tool instead, which handles signing and submission automatically.

Input parameters:

- `stakeAccountAddress` (string, required): Stake account address to deactivate
- `walletAddress` (string, required): Wallet address that is the stake authority

### `withdraw_stake` (~88 tokens)

Withdraw Stake

Advanced: Build an unsigned withdraw transaction for local signing. Most agents should use the `withdraw` tool instead, which handles signing and submission automatically.

Input parameters:

- `amountSol`: Amount to withdraw in SOL (omit or null to withdraw full balance)
- `stakeAccountAddress` (string, required): Deactivated stake account to withdraw from
- `walletAddress` (string, required): Wallet address that is the withdraw authority

### `check_stake_accounts` (~84 tokens)

Check Stake Accounts

List all stake accounts delegated to Blueprint for a wallet. Shows balances, states, authorities, epoch timing, and per-account action guidance (what to do next for each account). Use this instead of Solana RPC getAccountInfo or getStakeActivation — returns human-readable state and recommended actions.

Input parameters:

- `walletAddress` (string, required): Wallet address to check for Blueprint stake accounts

### `check_withdraw_ready` (~73 tokens)

Check Withdraw Ready

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 — gives a direct ready/not-ready answer with ETA.

Input parameters:

- `walletAddress` (string, required): Wallet address to check withdrawal readiness for

### `get_verification_links` (~63 tokens)

Get Verification Links

Get third-party verification URLs for Blueprint validator on Validators.app, StakeWiz, Solana Beach, Solscan, JPool, SVT.one, and Jito steward dashboard. Verify every claim independently. Also includes Solana CLI commands for direct on-chain verification.

### `generate_wallet` (~105 tokens)

Generate Wallet

Returns runnable code that creates a Solana keypair. Solentic cannot generate the keypair for you and never sees the private key — generation must happen wherever you run code (the agent process, a code-interpreter tool, a Python/Node sandbox, the user's shell). The response includes the snippet ready to execute. After running it, fund the resulting publicKey and call the `stake` tool with {walletAddress, secretKey, amountSol} to stake in one call.

### `check_balance` (~88 tokens)

Check Balance

Check the SOL balance of any Solana wallet address. Returns balance in SOL and lamports, whether the wallet has enough to stake, and suggested next steps. Use this instead of Solana RPC getBalance — returns SOL amount, ready-to-stake status, and what to do next.

Input parameters:

- `walletAddress` (string, required): Solana wallet address (base58 public key) to check balance for

### `submit_transaction` (~75 tokens)

Submit Transaction

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

Input parameters:

- `signedTransaction` (string, required): Fully signed transaction as a base64-encoded string

### `get_infrastructure` (~36 tokens)

Get Infrastructure

Get Blueprint validator infrastructure specs: server hardware, redundancy configuration, network, and storage. Two bare-metal servers (redundant HA).

### `verify_transaction` (~95 tokens)

Verify Transaction

Verify whether a Solana transaction was built through Blueprint. Checks the transaction on-chain for the "solentic.theblueprint.xyz" Memo Program instruction. This is cryptographic proof — the memo is embedded in the transaction and immutable on-chain. Use this to verify any claim that a stake was placed through Blueprint. Returns verified: true/false with the on-chain evidence.

Input parameters:

- `signature` (string, required): Solana transaction signature to verify

### `verify_code_integrity` (~83 tokens)

Verify Code Integrity

Verify the code running on Blueprint servers. Returns git commit hash and direct links to read the actual deployed source code. Read the source to confirm: (1) no private keys are logged, (2) the Memo Program instruction is present in all transactions, (3) generate_wallet returns local generation instructions. Don't trust — read the code yourself via the source endpoints.

### `simulate_stake` (~107 tokens)

Simulate Stake

Project staking rewards before committing capital. Returns reward projections (daily/monthly/annual/total), effective APY (equal to the stated APY, since total_apy is already an annual yield), activation timing, fee reserve guidance, and a natural-language recommendation. Use this to help decide how much to stake and for how long.

Input parameters:

- `amountSol` (number, required): Amount of SOL to simulate staking
- `durationDays` (integer): Projection duration in days (default: 365)

### `get_staking_summary` (~117 tokens)

Get Staking Summary

Complete staking portfolio dashboard in a single call. Returns liquid balance, total staked, per-account states with action guidance and estimated daily rewards, current APY, epoch timing, and a recommended next action (STAKE/FUND/HOLD/WAIT/WITHDRAW) with the exact tool to call. Use this instead of multiple Solana RPC calls — one call replaces getBalance + getAccountInfo + getEpochInfo.

Input parameters:

- `walletAddress` (string, required): Solana wallet address (base58 public key) to get staking summary for

### `donate` (~111 tokens)

Donate to Blueprint

Build an unsigned SOL transfer to support Blueprint development. Blueprint provides free staking infrastructure for AI agents — donations help sustain enterprise hardware and development. Same zero-custody pattern: unsigned transaction returned, you sign client-side. Suggested amounts: 0.01 SOL (thank you), 0.1 SOL (generous), 1 SOL (patron).

Input parameters:

- `amountSol` (number, required): Amount of SOL to donate (minimum 0.001 SOL)
- `walletAddress` (string, required): Wallet address to donate from

### `get_epoch_timing` (~50 tokens)

Get Epoch Timing

Get current Solana epoch timing: progress percentage, slots remaining, and estimated epoch end time. Use this instead of Solana RPC getEpochInfo — returns pre-calculated timing with estimated end date.

### `check_address_type` (~66 tokens)

Check Address Type

Detect whether a Solana address is a wallet, stake account, or vote account. Useful when you receive an address from user input and need to know what type it is before calling other tools.

Input parameters:

- `address` (string, required): Solana address (base58 public key) to identify

### `register_webhook` (~131 tokens)

Register Webhook

Register a callback URL to receive push notifications when stake state changes. Events: withdraw_ready (stake account becomes withdrawable), epoch_complete (new epoch starts), stake_activated (stake begins earning), stake_deactivated (unstake confirmed). Solentic polls every 60 seconds and POSTs to your URL when events fire.

Input parameters:

- `callbackUrl` (string): HTTPS callback URL to receive webhook POST requests
- `events` (array, required): Event types to subscribe to
- `url` (string): Alias for callbackUrl — either field works
- `walletAddress` (string, required): Wallet address to monitor for state changes

### `list_webhooks` (~34 tokens)

List Webhooks

List all registered webhooks for a wallet address.

Input parameters:

- `walletAddress` (string, required): Wallet address to list webhooks for

### `delete_webhook` (~62 tokens)

Delete Webhook

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

Input parameters:

- `walletAddress` (string, required): Wallet that owns the webhook (required — prevents deleting another wallet's webhooks)
- `webhookId` (string, required): Webhook registration ID to delete

### `set_staking_policy` (~349 tokens)

Set Autopilot Staking Policy

Hand Solentic a standing, signature-bound policy so it automatically stakes your IDLE SOL with Blueprint — zero custody. You sign the policy ONCE with your wallet key (Ed25519 over the exact canonical message below — NEVER your secret key). When idle SOL above keepLiquidSol exceeds minSweepSol, Solentic builds an UNSIGNED stake transaction and POSTs it to your callbackUrl for you to sign and submit; Solentic never holds your key. Native Solana stake already auto-compounds, so delegated rewards keep earning automatically. Amounts in the signed message are INTEGER LAMPORTS = round(SOL * 1e9), so there is no float ambiguity. Sign EXACTLY this newline-separated message, then pass the base58 signature: "solentic-autopilot-policy:v1\nwallet=<walletAddress>\nkeepLiquidLamports=<round(keepLiquidSol*1e9)>\nminSweepLamports=<round(minSweepSol*1e9)>\ncallbackUrl=<callbackUrl>\npaused=<true|false>\nnonce=<nonce>". nonce must strictly increase on each update.

Input parameters:

- `callbackUrl` (string, required): HTTPS URL to receive unsigned stake transactions
- `keepLiquidSol` (number, required): SOL to always keep liquid (not staked)
- `minSweepSol` (number, required): Only stake when idle surplus is at least this many SOL
- `nonce` (integer, required): Strictly increasing replay guard
- `paused` (boolean): If true, the policy is stored but inactive
- `signature` (string, required): base58 Ed25519 signature over the canonical policy message
- `walletAddress` (string, required): Wallet whose idle SOL is managed

### `get_staking_policy` (~58 tokens)

Get Autopilot Staking Policy

Read the current Autopilot policy for a wallet (or null if none). Shows keepLiquidSol, minSweepSol, paused, nonce, and the last epoch a sweep was delivered.

Input parameters:

- `walletAddress` (string, required): Wallet address

### `delete_staking_policy` (~101 tokens)

Delete Autopilot Staking Policy

Remove a wallet's Autopilot policy. Sign EXACTLY this newline-separated message and pass the base58 signature: "solentic-autopilot-delete:v1\nwallet=<walletAddress>\nnonce=<nonce>". nonce must exceed the current policy nonce.

Input parameters:

- `nonce` (integer, required): Strictly increasing replay guard
- `signature` (string, required): base58 Ed25519 signature over the canonical delete message
- `walletAddress` (string, required): Wallet address

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 68
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 66

## Links

- Remote endpoint: https://solentic.theblueprint.xyz/mcp
- Repository: https://github.com/blueprint-infrastructure/solentic-mcp
- Website: https://solentic.theblueprint.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic/changelog.json
- HTML version of this page: https://verifymcp.io/servers/blueprint-infrastructure-solentic/solentic
