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 |
|---|---|
| get_token_price | Get current price of any Base token from on-chain DEX pools (Uniswap V2/V3, Aerodrome) |
| get_price_history | Get recent price data points by querying swap events from DEX pools |
| get_volatility | Calculate price volatility (standard deviation of returns) from recent swaps |
| get_liquidity_depth | Check pool reserves and liquidity depth for a token across all DEXes |
| get_price_impact | Estimate price impact for a given trade size using constant product formula |
| compare_prices | Compare a token's price across multiple DEX pools to find arbitrage opportunities |
| get_market_summary | Combined report: price, volume estimate, liquidity, volatility for a token |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |