Blueprint Agentic Staking (Solentic)

by blueprint-infrastructure

368 downloads
Not rated
GitHub

About

The only native Solana staking platform purpose-built for AI agents. 30 REST endpoints, 26 MCP tools, A2A agent card with 13 skills, and custom OpenAPI 3.1 spec. Zero-custody architecture returning unsigned transactions for client-side signing. On-chain memo attribution, SHA-256

Details

Author
blueprint-infrastructure
Downloads
368
Categories
Other, Finance

- One-shot tools: stake, unstake, withdraw in a single call
- Webhooks for push notifications on staking events
- Portfolio dashboard via get_staking_summary tool
- Withdrawal readiness checker (check_withdraw_ready)
- Address type detection (check_address_type)
- Full on-chain verification and transparency

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Blueprint Agentic Staking (Solentic)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the MCP server with the URL https://solentic.theblueprint.xyz/mcp in your mcpServers settings. Then invoke tools such as stake, unstake, withdraw for one-shot signing and submission, and use webhooks for push notifications on staking events.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "blueprint agentic staking (solentic)": {
            "solentic": {
                "url": "https://solentic.theblueprint.xyz/mcp"
            }
        }
    }
}

McpServers

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

StandaloneModel Context Protocolserver forBlueprint Agentic Staking— native Solana staking infrastructure for AI agents.

26 MCP tools wrapping the Blueprint REST API. One-shot tools (stake,unstake,withdraw) handle the full lifecycle in a single call — the secret key is sent to the Blueprint server over HTTPS for in-memory signing and is never stored or logged. Verify viaverify_code_integrity. Advanced tools (create_stake_transaction, etc.) return unsigned transactions for agents that prefer local signing.

Agent-first (one-shot — build + sign + submit in one call):

Advanced (unsigned transaction builders — for local signing):

{ "mcpServers": { "solentic": { "url": "https://solentic.theblueprint.xyz/mcp" } } }
npm install && npm run build node dist/server.js

Lightweight MCP proxy (stdio transport) that wraps theBlueprint REST API.

- One-shot tools(stake,unstake,withdraw): accept a secret key, forward it to the Blueprint server over HTTPS for in-memory signing. The key is used only for transaction signing on the server and is never stored or logged —verify the source code.
- Advanced tools(create_stake_transaction, etc.): return unsigned transactions. No secret key required — agents sign locally.
- Read tools: no keys involved, purely informational.

AI Agent → MCP Server (stdio) → Blueprint REST API (HTTPS) → Solana

- Live MCP endpoint:https://solentic.theblueprint.xyz/mcp
- API docs:
https://solentic.theblueprint.xyz/docs
- API explorer:
https://solentic.theblueprint.xyz/api-docs
- OpenAPI spec:
https://solentic.theblueprint.xyz/openapi.json
- llms.txt:
https://solentic.theblueprint.xyz/llms.txt

Prediction market trading server for GuessMarket. Browse markets, buy/sell shares, add/remove liquidity, check portfolios, and build on-chain transactions. 20+ tools.

Provides tools for interacting with the EDUCHAIN blockchain, including wallet, swap, and arbitrage operations on SailFish DEX.

An MCP server for the Osmosis Agent Toolkit, enabling interactions with the Osmosis blockchain.

An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.

Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.

MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.

Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.

Risk Intelligence MCP Server for crypto agents — 52 tools, 72B AI model, 560+ signals, derivatives, on-chain, autonomous trading

On-chain automated trading strategies (DEX) for AI agents. Create limit orders, range orders, recurring buy-low-sell-high strategies, and concentrated liquidity positions across Ethereum, Sei, Celo, TAC, and COTI. Unlike traditional AMMs and liquidity pools, Carbon lets you set asymmetric price ranges - your buy and sell orders are independent, not mirrored. Backtest any strategy against historical prices before going on-chain, explore market liquidity, find discount entry points, and swap tokens against Carbon DeFi's maker liquidity. 25 tools. Returns unsigned transactions — agents never hold funds or private keys. Zero gas on fills.

Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.