Pick a recipe or import any smart contract. Deploy a hosted MCP server your AI agents can call. No code, no infrastructure.
Free to start · No credit card required · Deploy in minutes
How it works
From recipe to live MCP server in four steps
Pick a recipe. Paste a contract address. Deploy. Your MCP server is live in under two minutes.
Building it yourself
- 1Install the MCP SDK and learn the transport protocol spec
- 2Parse each contract ABI and write a tool definition per function
- 3Encode calldata for write functions; handle input validation
- 4Set up Streamable HTTP and SSE transport on a server
- 5Deploy infrastructure, configure TLS, monitor uptime
- 6Repeat for every chain, every contract upgrade, every new tool
2-5 days per contract, then maintain it forever.
Choose
Choose a recipe
Start with a recipe built for your use case: DeFi yield, liquidation monitoring, DAO governance, trading, analytics, or security. Each recipe pre-configures the tools, prompts, and resources your agents need.
Want full control? Start from scratch with the visual block builder.
Choose a recipe
Compound rewards across protocols
Monitor liquidation risk
DAO proposal automation
Condition-triggered swaps
Natural language queries
Contract sentinel alerts
ABI fetched from Etherscan
42 functions detected
Import
Import your contract
The wizard asks for your contract address. ABI is auto-fetched from Etherscan, Sourcify, or Solscan. You can also upload your own JSON. Multi-proxy contracts and EIP-1967 proxies are handled automatically.
Deploy
Review & deploy
The recipe pre-configures your tools, prompts, and resources. Review the setup, click Deploy. Your MCP server goes live at {slug}.chaincontext.dev. Managed hosting, zero infrastructure.
Write tools return unsigned calldata. Agents sign with their own wallet. Private keys never leave your agent.
Recipe will create
// Connect to ChainContext MCP server const mcp = createMCPClient({ url: 'https://usdc-tools.chaincontext.dev/mcp' }) // Read on-chain data const balance = await mcp.callTool('get_balance', { address: agent.wallet.address }) // Get unsigned calldata, agent signs locally const { rawTx } = await mcp.callTool('transfer', { to: recipient, amount: '100' })
Also works with
Connect
Connect your AI agent
Drop the endpoint URL into Claude Desktop, Cursor, or any MCP client. Wire it into your autonomous agent to read balances, react to on-chain events, get unsigned calldata, and sign transactions locally. No SDKs, no custom integration code.
Ecosystem
One MCP server,
every chain and protocol
Your ChainContext MCP server connects natively to any EVM chain, Solana, and the DeFi protocols built on them. Plug it into Claude, Cursor, Windsurf, or any MCP-compatible AI client.
Blockchains
DeFi protocols
AI clients
Features
Everything you need to build and ship blockchain MCP servers
Visual block builder
Compose tool pipelines for any use case, from developer queries to autonomous agent transaction flows. Chain contract calls, transforms, unsigned tx builders, and response formatters without writing code.
MCP server recipes
Start from a recipe built for your use case: DeFi yield, liquidation monitoring, governance, trading, analytics, or security. Each recipe pre-configures tools, prompts, and resources. Customize further with 20+ individual templates.
Resources & prompts
Expose on-chain data, ABIs, price feeds, and protocol documentation as MCP resources. Define reusable prompt templates with dynamic variable injection for your agents.
Analytics & alerts
Monitor every call your agents make. Track tool usage, error rates, latency percentiles, and activity breakdown by agent. Set email or webhook alerts for quota thresholds and error spikes.
Registry publishing
Publish your MCP server to the official MCP registry, ENS, on-chain registry on Base, or IPFS. Make it discoverable to AI agents and developer ecosystems across the web.
Non-custodial write tools
Write tools return unsigned transaction calldata. Agents sign with their own wallet. Private keys never touch ChainContext. Works with any EOA, smart account, or MPC wallet.
Use cases
What you can build with ChainContext
If it runs on a smart contract, your agents can read it, react to it, and execute on it. No custom integration required.
Automated Yield Compounding
Monitor and compound yield positions across Aave V3-like lending protocols on EVM chains
Agent instruction
"Harvest my COMP rewards and compound into the highest-yield cUSDC pool"Liquidation Risk Monitor
Watch Aave V3 health factors across lending positions in real time
Agent instruction
"Alert me if any Aave V3 position health factor drops below 1.2"Condition-Triggered Execution
Poll Uniswap V3 price feeds and DEX pools, execute multi-step swap strategies
Agent instruction
"Swap 1 ETH to USDC on Uniswap V3 if the spot rate exceeds $3,200"Natural Language On-Chain Queries
Ask plain-English questions about any ERC20 token, wallet, or protocol on EVM chains
Agent instruction
"What is the current TVL and 7-day volume on this Uniswap V3 pool?"Smart Contract Sentinel
Monitor any verified EVM contract for anomalous transfers, ownership changes, and function calls
Agent instruction
"Alert our Slack if any single treasury transfer exceeds 500 ETH"Whale Wallet Tracker
Monitor whale wallets for large ERC20 token movements on EVM chains
Agent instruction
"Swap 1 ETH to USDC on Uniswap V3 if the spot rate exceeds $3,200"Pricing
Simple, transparent pricing
Start free, scale as your project grows. No hidden fees, no per-call surprises.
Free
Get started at no cost
- 1 project
- 5 tools per project
- 100 tool calls/day
- 1 API key
- 3-day log retention
Builder
For serious Web3 projects
- 5 projects
- 20 tools per project
- 10,000 tool calls/day
- AI tool descriptions
- Email alerts
- 14-day log retention
Studio
For teams and power users
- Unlimited projects
- Unlimited tools
- Unlimited tool calls
- HTTP request blocks
- Webhook alerts
- 30-day log retention
Need custom limits? Contact us for Enterprise pricing →
Frequently asked questions
Your protocol, ready for any AI agent
Pick a recipe, paste a contract, deploy.
Free plan available. No credit card required.