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.

Works with:Claude DesktopClaude CodeCustom Agents
EXAMPLE CONVERSATION
User: What's the balance of mike@?
[Claude calls get_address_balance tool]
Claude: The address mike@ has a balance of 1,234.56 VRSC. It also holds 50 vETH and 100 Bridge.vETH tokens.

40+ Blockchain Tools

get_address_balance

Query balance for any address or identity

get_address_transactions

List transaction history with pagination

get_block

Get block details by height or hash

get_transaction

Get full transaction with decoded I/O

get_identity

Lookup VerusID by name or address

get_currency

Get currency info, reserves, and price

get_utxos

List unspent outputs for transaction building

search_identities

Search identities by pattern

get_defi_metrics

Query DeFi pool data and rates

subscribe_address

Monitor address for activity

get_conversion_rate

Get current conversion prices

list_currencies

List 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

CLAUDE DESKTOP CONFIG
{
  "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.