AI-NATIVE
BLOCKCHAIN
The first blockchain API designed for AI. Connect Claude, GPT, and other LLMs directly to Verus using the Model Context Protocol (MCP). Build autonomous agents that can query balances, monitor transactions, and interact with DeFi.
What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources. It allows LLMs like Claude to directly call APIs, query databases, and interact with services.
ChainVue's MCP Gateway exposes 40+ blockchain tools that any MCP-compatible AI can use. Ask Claude about wallet balances, recent transactions, or DeFi metrics—and get real blockchain data in the response.
40+ Blockchain Tools
get_address_balanceQuery balance for any address or identity
get_address_transactionsList transaction history with pagination
get_blockGet block details by height or hash
get_transactionGet full transaction with decoded I/O
get_identityLookup VerusID by name or address
get_currencyGet currency info, reserves, and price
get_utxosList unspent outputs for transaction building
search_identitiesSearch identities by pattern
get_defi_metricsQuery DeFi pool data and rates
subscribe_addressMonitor address for activity
get_conversion_rateGet current conversion prices
list_currenciesList all currencies on chain
What You Can Build
Blockchain Chatbot
Build a chatbot that answers questions about Verus. "What's the current block height?" "How much VRSC is in the Bridge.vETH reserves?" Real answers, not hallucinations.
Autonomous Agent
Create agents that monitor blockchain conditions and take actions. Watch for large transactions, arbitrage opportunities, or identity changes.
Dev Assistant
Enhance your IDE with blockchain context. Ask Claude Code to check an address balance or lookup an identity while you're coding.
Trading Bot
Let AI analyze DeFi metrics and suggest trades. Query conversion rates, track reserves, and monitor price movements in natural language.
Quick Setup
{
"mcpServers": {
"chainvue": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.chainvue.io/sse"
]
}
}
}Add this to your Claude Desktop config and restart. That's it—Claude can now query Verus blockchain data directly.
Build AI-powered blockchain apps
MCP Gateway is available on all plans, including free tier.