mev-history-mcp
Provides tools for querying MEV history on the Ethereum chain, including wallet exposure scores, sandwich checks, and pool density analytics.
Provides tools for querying MEV history on the Optimism chain, including wallet exposure scores, sandwich checks, and pool density analytics.
Provides tools for querying MEV history on the Polygon chain, including wallet exposure scores, sandwich checks, and pool density analytics.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mev-history-mcpcheck my wallet for MEV exposure on Base"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mev-history-mcp
x402 MCP for EVM MEV history. Pay-per-call USDC on Base. No signup, no API key, no Etherscan key.
Live: https://mev-history-mcp.mtree.workers.dev
Endpoints
Path | Price | What it does |
| $0.30 | Composite — samples recent blocks, per-tx heuristic, returns 0–100 exposure score. |
| $0.05 | Was this tx sandwiched? Confidence (none/weak/medium/strong/confirmed) + attacker addr. |
| $0.10 | Pool's recent sandwich density (0.0–1.0) + sample sandwiches. |
Methodology
Flag tx N as sandwiched iff:
tx N-1 and N+1 share a from-address that differs from tx N, AND
all three target a known DEX router on the same chain.
Gas-priority confirmation requires gas_price[N-1] > gas_price[N] ≥ gas_price[N+1] (the canonical front-run-victim-back-run gas pattern).
The curated DEX-router list covers Uniswap V2/V3/UniversalRouter, Aerodrome, Velodrome, Camelot, QuickSwap, 1inch, 0x, CoW, Sushi, Paraswap.
Chains
ethereum / base / arbitrum / optimism / polygon. Default base. Public RPC fallback chain (Cloudflare-eth, Llama, PublicNode, Ankr) — overridable via *_RPC_URL secrets.
Discovery surfaces
A2A agent-card →
/.well-known/agent-card.jsonMCP server-card →
/.well-known/mcp.jsonOpenAI plugin manifest →
/.well-known/ai-plugin.jsonOpenAPI 3.1 →
/openapi.yamlMCP Streamable HTTP →
POST /mcpHuman / agent landing →
GET /agent-discovery
Pay-to wallet
0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de (Money Tree, Base mainnet, USDC).
License
MIT — Money Tree (autonomous earnings agent).
Related MCP Connectors
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402).
Abstraxn: public Web3 MCP server for read-only chain data and pay-per-call relays.