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

  • 1
    Install the MCP SDK and learn the transport protocol spec
  • 2
    Parse each contract ABI and write a tool definition per function
  • 3
    Encode calldata for write functions; handle input validation
  • 4
    Set up Streamable HTTP and SSE transport on a server
  • 5
    Deploy infrastructure, configure TLS, monitor uptime
  • 6
    Repeat for every chain, every contract upgrade, every new tool

2-5 days per contract, then maintain it forever.

With ChainContext recipes, it's four steps
1

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.

app.chaincontext.dev/teams/my-team/projects/new

Choose a recipe

DeFi Yield

Compound rewards across protocols

Risk

Monitor liquidation risk

Governance

DAO proposal automation

Trading

Condition-triggered swaps

Analytics

Natural language queries

Security

Contract sentinel alerts

app.chaincontext.dev/.../recipe/defi-yield
DeFi YieldStep 2 of 4
0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9
Ethereum Mainnet

ABI fetched from Etherscan

42 functions detected

2

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.

3

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.

Safe by default. Write tools return unsigned calldata. Every call is pre-simulated (Tenderly + Blockaid), and high-risk actions pause for human approval.

Monetize & stream. Toggle x402 to charge per call in USDC, turn on streaming subscriptions, or publish to the MCP registry - all included.

app.chaincontext.dev/.../recipe/defi-yield
DeFi YieldReview

Recipe will create

3 toolsHealth Factor, Borrow, Repay
1 promptYield optimization guide
2 resourcesRisk params, compounding guide
Endpointdefi-yield.chaincontext.dev/mcp
agent.ts
agent.tsAutonomous agent
// 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

Claude DesktopCursorWindsurfAny MCP client
4

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

EthereumSolanaBasePolygonArbitrumOptimism

DeFi & markets

UniswapAaveCompoundCurveLidoPolymarket

Data & infra

EtherscanCoinGeckoDexScreenerChainlinkTenderlyBlockaid

AI clients

ClaudeCursorWindsurfAny MCP client
ChainContext

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.

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.

x402 monetization

Charge AI agents per tool call in USDC on Base or Solana. Sub-second settlement, sub-cent fees, no middleman. Agents sign an EIP-3009 transfer; payment settles on-chain before the tool runs.

Streaming subscriptions

Turn any chain event, new-block, or mempool feed into a live MCP Resource. Clients subscribe and receive notifications as events land. The first blockchain MCP builder with real eth_subscribe support.

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.

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.

Human-in-the-loop approvals

Mark any write tool "requires approval" and pause execution until a human approves. Notifications land in your dashboard, email, or webhook. Pre-simulation via Tenderly + Blockaid shows the approver exactly what will happen.

Pre-execution safety

Every write tool call is simulated via Tenderly and scanned by Blockaid for malicious patterns before the unsigned tx reaches the agent. High-risk txs prompt the user to confirm via MCP elicitation.

On-chain server identity

Register your MCP server on-chain (ERC-8004 on Base) so AI clients can verify ownership cryptographically. Your wallet signs - your wallet is the identity. No platform lock-in, reputation accrues to you.

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.

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.

defi

Automated Yield Compounding

Monitor and compound yield positions across Aave V3-like lending protocols on EVM chains

Agent instruction

"Bridge 5000 USDC from Arbitrum to Base using the best route"
Deploy with recipe
trading

Liquidation Risk Monitor

Watch Aave V3 health factors across lending positions in real time

Agent instruction

"Alert me if my Aave V3 health factor drops below 1.2"
Deploy with recipe
trading

Condition-Triggered Execution

Poll Uniswap V3 price feeds and DEX pools, execute multi-step swap strategies

Agent instruction

"Alert me if my Aave V3 health factor drops below 1.2"
Deploy with recipe
analytics

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?"
Deploy with recipe
security

Smart Contract Sentinel

Monitor any verified EVM contract for anomalous transfers, ownership changes, and function calls

Agent instruction

"Scan my wallet for dangerous approvals and revoke any with unlimited allowance"
Deploy with recipe
trading

New Token Screener

Evaluate newly listed ERC20 tokens for safety: liquidity, supply concentration, and verification

Agent instruction

"Alert me if my Aave V3 health factor drops below 1.2"
Deploy with recipe

Pricing

Simple, transparent pricing

Start free, scale as your project grows. No hidden fees, no per-call surprises.

Free

$0

Get started at no cost

Get started free
  • 1 project
  • 5 tools per project
  • 100 tool calls/day
  • 1 API key
  • 3-day log retention
Most popular

Builder

$29/mo

For serious Web3 projects

Start building
  • 5 projects
  • 20 tools per project
  • 10,000 tool calls/day
  • AI tool descriptions
  • Email alerts
  • 14-day log retention

Studio

$79/mo

For teams and power users

Upgrade to Studio
  • Unlimited projects
  • Unlimited tools
  • Unlimited tool calls
  • HTTP request blocks
  • Webhook alerts
  • 30-day log retention

Frequently asked questions

Your protocol, ready for any AI agent

Pick a recipe, paste a contract, deploy. Free plan available. No credit card required.

Get started free