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).
Run
npx -y base-flash-arb-mcp
MCP client config
{
"mcpServers": {
"base-flash-arb-mcp": {
"command": "npx",
"args": [
"-y",
"base-flash-arb-mcp"
]
}
}
}