Odel
base flash arb mcp

base flash arb mcp

Local
@lordbasilaiassistant-sudo1TypeScriptUpdated 1w ago

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbase-flash-arb-mcpv1.0.2

Run

npx -y base-flash-arb-mcp

MCP client config

{
  "mcpServers": {
    "base-flash-arb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base-flash-arb-mcp"
      ]
    }
  }
}