valorem-mev-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRIVATE_KEY | No | EVM private key (hex, 0x-prefixed or raw) for auto-payment in paid mode |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| catalogA | Returns the full Valorem MEV Intelligence service catalog — all available endpoints, their prices (USDC), and brief descriptions. This tool is free and requires no payment. |
| liquidation_watchlistA | Fetches Aave V3 near-liquidation positions from Valorem's real-time monitor. Returns wallet addresses, health factors (close to 1.0 are at risk), collateral assets, debt assets, and liquidation thresholds. Cost: $0.50 USDC per call. |
| decoded_hintsA | Returns the last 50 decoded MEV-Share hints from the Flashbots hint stream. Each hint includes swap direction (buy/sell), pool address, and token pair. Useful for front-running detection and MEV opportunity scanning. Cost: $0.10 USDC per call. |
| builder_statsA | Returns per-builder block-inclusion statistics for major Ethereum block builders: Flashbots, Titan, Beaver, BuilderNet, and Quasar. Includes acceptance rates, block counts, and health status. Cost: $0.25 USDC per call. |
| agent_intelligenceA | Provides intelligence on agent wallets interacting with the Valorem x402 ecosystem. Returns active wallet addresses, x402 USDC spending patterns, top data providers, and behavioral signals. Cost: $1.00 USDC per call. |
| pool_spreadsA | Detects arbitrage spread opportunities across 125+ liquidity pools on Base and Arbitrum L2 networks. Returns pool addresses, spread percentages, token pairs, and estimated profit windows. Cost: $0.05 USDC per call. |
| token_safetyA | Classifies an ERC-20 token as taxed, rebasing, or reflective — three patterns that cause unexpected losses in MEV and arb strategies. Cost: $0.02 USDC per call. |
| rpc_healthA | Returns real-time health metrics for multiple RPC providers: latency (ms), success rate, error rate, and uptime. Useful for routing decisions in high-frequency MEV strategies. Cost: $0.01 USDC per call. |
| rpc_proxyA | Proxies a JSON-RPC call through Valorem's premium Reth L1 node (~6 ms latency). Supports any standard Ethereum JSON-RPC method. Cost: $0.001 USDC per call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool serves a distinctly different purpose: catalog lists endpoints, liquidation_watchlist monitors Aave positions, decoded_hints scans MEV hints, builder_stats shows block builder health, agent_intelligence tracks wallet behavior, pool_spreads detects arbitrage, token_safety classifies token types, and rpc_health/rpc_proxy handle RPC monitoring and proxying. There is no overlap or ambiguity between any two tools.
All tool names follow a consistent snake_case noun-phrase pattern (e.g., liquidation_watchlist, builder_stats, rpc_health). The naming is uniform and predictable, making it easy for an agent to infer the tool's domain from its name alone.
With 9 tools, the server is well-scoped for a MEV intelligence and RPC service. Each tool covers a distinct data or action category without redundancy or bloat, fitting comfortably within the ideal 3-15 tool range.
The tool set covers the full lifecycle of the service: a catalog for discovery, data endpoints for MEV-related insights (liquidations, hints, builder stats, agent intel, spreads, token safety), and infrastructure tools (RPC health, proxy). The catalog tool explicitly lists all available endpoints, confirming no obvious gaps in the exposed surface.