Skip to main content
Glama
blueprint-infrastructure

Solentic

Solentic MCP Server

Standalone Model Context Protocol server for Blueprint Agentic Staking — native Solana staking infrastructure for AI agents.

18 MCP tools wrapping the Blueprint REST API. Zero custody — all transactions are unsigned, agents sign client-side.

Tools

Tool

Description

Type

get_validator_info

Validator profile, commission, active stake, APY

Read

get_staking_apy

Live APY breakdown (base + Jito MEV)

Read

get_performance_metrics

Vote success, uptime, skip rate, epoch credits

Read

get_infrastructure

Server hardware specs (both servers)

Read

generate_wallet

Local wallet generation code (JS, Python, CLI)

Read

check_balance

SOL balance for any wallet

Read

create_stake_transaction

Build unsigned stake transaction

Write

create_unstake_transaction

Build unsigned unstake transaction

Write

withdraw_stake

Build unsigned withdraw transaction

Write

submit_transaction

Submit signed transaction to Solana

Write

check_stake_accounts

List stake accounts for a wallet

Read

simulate_stake

Project staking rewards with compound interest

Read

get_staking_summary

Complete portfolio dashboard (single call)

Read

get_epoch_timing

Current Solana epoch progress and timing

Read

verify_transaction

Verify a transaction was built through Blueprint

Read

verify_code_integrity

Verify deployed source code integrity

Read

get_verification_links

Third-party verification URLs

Read

donate

Build unsigned donation transaction

Write

Quick Start

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "solentic": {
      "url": "https://solentic.theblueprint.xyz/mcp"
    }
  }
}

Run Locally

npm install
npm run dev

Docker

docker build -t solentic-mcp .
docker run -p 3000:3000 solentic-mcp

Environment Variables

Variable

Default

Description

API_BASE

https://solentic.theblueprint.xyz

Blueprint API base URL

PORT

3000

Server port

HOST

0.0.0.0

Server host

Architecture

This is a lightweight MCP proxy that wraps the Blueprint REST API. No Solana RPC access, no private keys, no state — just HTTP calls to the public API.

AI Agent → MCP Server → Blueprint REST API → Solana

License

MIT

-
security - not tested
-
license - not tested
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueprint-infrastructure/solentic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server