Skip to Content
🤖 AI AgentsOverview

AI Agents

The @embarkai/mcp package is an MCP (Model Context Protocol)  server that gives any AI agent access to blockchain operations — checking balances, sending tokens, reading smart contracts, and more.

MCP is an open standard that lets AI models call external tools. Instead of writing custom integrations, you configure a single MCP server and your AI client discovers available tools automatically.

What you can do

The server exposes 7 tools that cover the most common on-chain operations:

ToolDescription
get_wallet_infoGet smart wallet address and active chain info
get_balanceCheck native or ERC-20 token balances
transferSend native tokens or ERC-20 tokens
read_contractCall any view/pure function on a smart contract
get_transaction_statusCheck if a user operation was confirmed
list_supported_chainsSee all supported networks
switch_chainChange the active blockchain network

Supported chains

EmbarkAI MCP supports multiple networks out of the box:

  • Lumia Prisma (Mainnet) — Chain ID 994873017
  • Lumia Beam (Testnet) — Chain ID 2030232745
  • Sepolia (Ethereum Testnet) — Chain ID 11155111
  • BSC Testnet — Chain ID 97
  • Arbitrum Sepolia — Chain ID 421614
  • Base Sepolia — Chain ID 84532

Next steps

Last updated on