Familiar EVM. Unfamiliar Power.
Your Solidity works. Your tools work. Plus 12 protocol-level capabilities you can't get anywhere else.
HOST — Trigger AI Agents from Smart Contracts
HTTP Outbound Service Trigger enables smart contracts to invoke AI agents and agentic workflows during transaction execution. On-chain events become autonomous decisions. The deep-dive primer covers the Chain of Trust security model and workflow lifecycle.
Protocol Smart Contracts
Every EVM has precompiles (ecrecover, sha256, etc.). Vitruveo adds 12 more that give contracts capabilities no standard EVM offers.
How to Call
// Solidity
(bool success, bytes memory result) = address(0xFF).staticcall(abi.encode(input));
// JavaScript (ethers.js)
const result = await provider.call({
to: "0x00000000000000000000000000000000000000FF",
data: encodedInput
});By Category
Analysis
Randomness
Math & Verification
Interoperability
Model Context Protocol
Connect AI agents directly to Vitruveo using the Model Context Protocol (MCP). Query balances, transactions, tokens, and NFTs with a standardized interface.
Endpoint
Loading...
Available Tools
| Tool | Description |
|---|---|
get_chain_info | Get Vitruveo network information (chain ID, block number, RPC) |
get_core_contracts | Get addresses for CoreStake, VTRU, VUSD, wVTRU, and other core contracts |
get_balance | Get VTRU balance for an address |
get_erc20_balance | Get ERC20 token balance for an address |
get_token_info | Get ERC20 token metadata (name, symbol, decimals, total supply) |
get_latest_block | Get the latest block from the chain |
get_block_by_number | Get a specific block by number |
get_transaction | Get transaction details by hash |
get_transaction_receipt | Get transaction receipt with logs and status |
estimate_gas | Estimate gas for a transaction |
read_contract | Call a read-only contract function |
is_contract | Check if an address is a contract or EOA |
get_nft_info | Get ERC721 NFT metadata and owner |
get_nft_balance | Get NFT collection balance for an address |
check_nft_ownership | Verify if an address owns a specific NFT |
get_erc1155_balance | Get ERC1155 token balance |
get_erc1155_token_uri | Get ERC1155 token metadata URI |
Claude Desktop Configuration
Loading...
Resources
Network
Chain ID: 1490 RPC: https://rpc.vitruveo.ai Explorer: https://explorer.vitruveo.ai