Blog

Integrations

Wiring evmquery into the stack you already run: agent frameworks like LangChain, LangGraph, CrewAI and the Vercel AI SDK, plus MCP clients and n8n workflows. Each one ends with a working tool call.

Wallet balance change alerts in n8n — Telegram notifications with the evmquery trigger node
IntegrationAugust 13, 2026

Wallet Balance Change Alerts in n8n: Telegram Notifications With Zero Code

Get a Telegram alert the moment a wallet's USDT or USDC balance changes, using n8n's evmquery trigger node. No Schedule Trigger, no IF node, no state store.

evmquery agent framework integration matrix
IntegrationAugust 5, 2026

evmquery in Any AI Agent Framework: The Complete Integration Matrix

One-page reference for wiring evmquery's onchain reads into 21 AI agent frameworks, from LangChain to Semantic Kernel. Install command and tool pattern per framework.

LangGraph plus evmquery: stateful EVM blockchain data in a ReAct agent
IntegrationMay 23, 2026

Live On-Chain Data in LangGraph: Build an EVM Blockchain Tool in 40 Lines

Wire evmquery into a LangGraph ReAct agent to query live EVM contract data — token supplies, oracle prices, DeFi positions — with full state persistence across tool calls. No ABIs, no RPC node.

Pydantic AI plus evmquery: live EVM blockchain data as a typed agent tool
IntegrationApril 29, 2026

Live Onchain Data in Pydantic AI: Build an EVM Blockchain Tool in 30 Lines

Define a typed Pydantic AI tool that reads live EVM contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.

CrewAI plus evmquery: live EVM blockchain data as a custom crew tool
IntegrationApril 28, 2026

Live Onchain Data in CrewAI: Build a Custom EVM Blockchain Tool

Wire a custom evmquery tool into CrewAI and give your AI crew live access to EVM contract state — USDC balances, ETH prices, and Aave health factors — without ABIs or RPC nodes.

LangChain plus evmquery: live EVM blockchain data as a custom agent tool
IntegrationApril 25, 2026

Live Onchain Data in LangChain: Build a Custom EVM Blockchain Tool in 30 Lines

Define a custom LangChain tool that queries live EVM smart contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.

OpenAI Agents SDK plus evmquery: live EVM blockchain data as a custom function tool
IntegrationApril 25, 2026

Live Onchain Data in the OpenAI Agents SDK: Add an EVM Blockchain Tool

Wire the OpenAI Agents SDK to live EVM smart contract data with one @function_tool. Reads USDC balances, Chainlink prices, and Aave positions on Ethereum, Base, or BNB. No ABIs needed.

Vercel AI SDK plus evmquery: live EVM blockchain data as a custom tool
IntegrationApril 25, 2026

Live Onchain Data in the Vercel AI SDK: Add an EVM Blockchain Tool

Define a custom evmquery tool in the Vercel AI SDK and give your AI app live access to USDC balances, Aave positions, and any EVM contract read on Ethereum, Base, or BNB.

EVM Blockchain MCP Server — query contracts from Claude, Cursor, and ChatGPT
IntegrationApril 24, 2026

Building with the EVM Blockchain MCP Server: Query Smart Contracts from Claude, Cursor and ChatGPT

How to give Claude, Cursor, and ChatGPT live access to EVM smart contracts using the Model Context Protocol — install, example prompts, and what MCP does (and doesn't) solve.