← Registry

Analytics

theblueprint.xyz

Manages SOL staking with the Blueprint validator and provides staking analytics and APY information.

1 endpoint29 known toolsFirst detected May 29, 2026Last detected July 25, 2026

ENDPOINT 1

https://solentic.theblueprint.xyz/mcp

No auth detected

MCP server metadata

Name
Solentic Staking
Version
1.0.0
Capabilities
resources.listChangedprompts.listChangedtools.listChanged

Known tools 29

stake

Stake SOL with Blueprint validator in a single call.

Inferred read-only
unstake

Deactivate a stake account in a single call.

Inferred read-only
withdraw

Withdraw SOL from a deactivated stake account in a single call.

Inferred read-only
get_validator_info

Get Blueprint validator profile: identity, vote account, commission, active stake, APY, performance, software, location.

Inferred read-only
get_staking_apy

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

Inferred read-only
get_performance_metrics

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

Inferred read-only
create_stake_transaction

Advanced: Build an unsigned stake transaction for local signing.

Inferred read-only
create_unstake_transaction

Advanced: Build an unsigned unstake transaction for local signing.

Inferred read-only
withdraw_stake

Advanced: Build an unsigned withdraw transaction for local signing.

Inferred read-only
check_stake_accounts

List all stake accounts delegated to Blueprint for a wallet.

Inferred read-only
check_withdraw_ready

Check whether stake accounts are ready to withdraw.

Inferred read-only
get_verification_links

Get third-party verification URLs for Blueprint validator on Validators.

Inferred read-only
generate_wallet

Returns runnable code that creates a Solana keypair.

Inferred read-only
check_balance

Check the SOL balance of any Solana wallet address.

Inferred read-only
submit_transaction

Advanced: Submit a pre-signed transaction to Solana.

Inferred read-only
get_infrastructure

Get Blueprint validator infrastructure specs: server hardware, redundancy configuration, network, and storage.

Inferred read-only
verify_transaction

Verify whether a Solana transaction was built through Blueprint.

Inferred read-only
verify_code_integrity

Verify the code running on Blueprint servers.

Inferred read-only
simulate_stake

Project staking rewards before committing capital.

Inferred read-only
get_staking_summary

Complete staking portfolio dashboard in a single call.

Inferred read-only
donate

Build an unsigned SOL transfer to support Blueprint development.

Potential side effects
get_epoch_timing

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

Inferred read-only
check_address_type

Detect whether a Solana address is a wallet, stake account, or vote account.

Inferred read-only
register_webhook

Register a callback URL to receive push notifications when stake state changes.

Inferred read-only
list_webhooks

List all registered webhooks for a wallet address.

Inferred read-only
delete_webhook

Delete a webhook registration by ID.

Potential side effects
set_staking_policy

Hand Solentic a standing, signature-bound policy so it automatically stakes your IDLE SOL with Blueprint — zero custody.

Inferred read-only
get_staking_policy

Read the current Autopilot policy for a wallet (or null if none).

Inferred read-only
delete_staking_policy

Remove a wallet's Autopilot policy.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.solentic-staking]
url = "https://solentic.theblueprint.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "solentic-staking": {
      "type": "http",
      "url": "https://solentic.theblueprint.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: solentic-staking
Remote MCP URL: https://solentic.theblueprint.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "solentic-staking": {
      "url": "https://solentic.theblueprint.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "solentic-staking": {
      "type": "http",
      "url": "https://solentic.theblueprint.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "solentic-staking",
  "transport": "streamable-http",
  "url": "https://solentic.theblueprint.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.