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 "Install 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).
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sebastiancoombs/mev-history-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server