Analytics
theblueprint.xyz
Manages SOL staking with the Blueprint validator and provides staking analytics and APY information.
ENDPOINT 1
https://solentic.theblueprint.xyz/mcp
MCP server metadata
- Name
- Solentic Staking
- Version
- 1.0.0
Known tools 29
get_validator_infoGet Blueprint validator profile: identity, vote account, commission, active stake, APY, performance, software, location.
Inferred read-onlyget_staking_apyGet live APY breakdown: base staking APY + Jito MEV APY = total APY.
Inferred read-onlyget_performance_metricsGet Blueprint validator performance: vote success rate, uptime, skip rate, epoch credits, delinquency status.
Inferred read-onlycreate_stake_transactionAdvanced: Build an unsigned stake transaction for local signing.
Inferred read-onlycreate_unstake_transactionAdvanced: Build an unsigned unstake transaction for local signing.
Inferred read-onlyget_verification_linksGet third-party verification URLs for Blueprint validator on Validators.
Inferred read-onlyget_infrastructureGet Blueprint validator infrastructure specs: server hardware, redundancy configuration, network, and storage.
Inferred read-onlyverify_transactionVerify whether a Solana transaction was built through Blueprint.
Inferred read-onlyget_epoch_timingGet current Solana epoch timing: progress percentage, slots remaining, and estimated epoch end time.
Inferred read-onlycheck_address_typeDetect whether a Solana address is a wallet, stake account, or vote account.
Inferred read-onlyregister_webhookRegister a callback URL to receive push notifications when stake state changes.
Inferred read-onlyset_staking_policyHand Solentic a standing, signature-bound policy so it automatically stakes your IDLE SOL with Blueprint — zero custody.
Inferred read-onlyget_staking_policyRead the current Autopilot policy for a wallet (or null if none).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.