Blueprint Agentic Staking (Solentic) for LangChain
io.github.blueprint-infrastructure/solentic
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
client:LangChain
transport:streamable-http
runtime:npm
tools:29
Install Blueprint Agentic Staking (Solentic) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"solentic": {
"transport": "streamable_http",
"url": "https://solentic.theblueprint.xyz/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- stake
- unstake
- withdraw
- get_validator_info
- get_staking_apy
- get_performance_metrics
- create_stake_transaction
- create_unstake_transaction
- withdraw_stake
- check_stake_accounts
- check_withdraw_ready
- get_verification_links
- generate_wallet
- check_balance
- submit_transaction
- get_infrastructure
- verify_transaction
- verify_code_integrity
- simulate_stake
- get_staking_summary
- donate
- get_epoch_timing
- check_address_type
- register_webhook