Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detect_arb_opportunity | Compare token prices across Uniswap V2, Uniswap V3, and Aerodrome on Base. Find profitable arbitrage routes. |
| get_pool_reserves | Get reserves/liquidity for a token across all known DEX pools on Base. |
| estimate_flash_profit | Given two pools with a price difference, estimate flash loan profit after gas. |
| scan_top_tokens | Scan top traded tokens on Base for arb opportunities using DexScreener. |
| get_price_across_dexes | Get current price of a token on all available DEXes on Base. |
| check_sandwich_risk | Analyze a token's recent trades for sandwich attack patterns (bot activity). |
| get_mempool_pending | Check pending transactions for a token (front-run detection). Note: Base L2 has minimal public mempool exposure. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |