mev_detection

$0.005 USDC per call

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.

Parameters
NameTypeRequiredDescription
transaction string optional Transaction signature to analyze (required for 'analyze' mode)
mode string optional Mode: 'landscape' (general MEV overview) or 'analyze' (specific tx)
Example Call
// MCP tool call
{
  "name": "mev_detection",
  "arguments": {
    "transaction": "",
    "mode": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground