Detect MEV activity on Solana. In 'landscape' mode: returns current Jito tip floor, MEV activity level, and protection recommendations. In 'analyze' mode: checks if a specific transaction was part of a Jito bundle with tip detection and risk assessment.
| Name | Type | Required | Description |
|---|---|---|---|
| transaction | string | optional | Transaction signature to analyze (required for 'analyze' mode) |
| mode | string | optional | Mode: 'landscape' (general MEV overview) or 'analyze' (specific tx) |
// MCP tool call
{
"name": "mev_detection",
"arguments": {
"transaction": "",
"mode": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}