MCP Gateway
AI-native blockchain access using the Model Context Protocol. Let Claude and other LLMs query Verus data directly.
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI assistants to interact with external tools and data sources. ChainVue's MCP Gateway provides 38 tools for querying Verus blockchain data.
Setup for Claude Desktop
Add ChainVue to your Claude Desktop configuration:
{
"mcpServers": {
"chainvue": {
"url": "https://mcp.chainvue.io/sse",
"headers": {
"Authorization": "Bearer your_api_key"
}
}
}
}Restart Claude Desktop after saving the configuration.
Available Tools
get_networksList all available Verus networks
get_blockGet a block by height or hash
get_recent_blocksGet the most recent N blocks
get_block_transactionsGet all transactions in a block
get_block_by_timeFind block by timestamp
get_transactionGet transaction details by txid
get_largest_transactionsGet largest transactions
get_identityGet a Verus identity by name or address
search_identitiesSearch identities by name pattern
get_identity_historyGet revision history of an identity
get_new_identitiesGet recently created identities
get_identity_by_addressFind identity owning an address
get_identity_childrenGet sub-identities of a parent
get_identities_with_currenciesIdentities that defined currencies
get_revoked_identitiesGet revoked identities
get_address_balanceGet all balances for an address
get_address_transactionsGet transaction history
get_address_infoGet detailed address information
get_address_first_activityGet first transaction
get_utxosGet UTXOs for an address
compare_addressesCompare multiple address balances
validate_addressValidate address format and type
get_active_addressesGet recently active addresses
get_currenciesList all currencies on a network
search_currenciesSearch currencies by name
get_currencyGet currency details
get_currency_stateGet current price and reserves
get_currency_price_historyGet historical price data
get_basket_currenciesGet basket/reserve currencies
get_token_currenciesGet token currencies
get_pbaas_chainsGet PBaaS chains
count_holdersCount currency holders
get_rich_listGet top holders for a currency
get_chain_statsGet overall blockchain statistics
get_daily_statsGet daily transaction stats
get_whale_movementsGet large transfers
search_allUnified search across all data
Example Queries
Once configured, you can ask Claude natural language questions: