Skip to main content
Glama
Rekko-AI
by Rekko-AI

get_arbitrage_live

Detect real-time arbitrage opportunities across prediction markets by scanning platforms like Kalshi and Polymarket for price discrepancies that meet specified spread thresholds.

Instructions

Run a fresh cross-platform arbitrage scan (may take 10-30 seconds).

Args: min_spread: Minimum spread threshold (0.0-1.0). Default 0.02 (2%).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_spreadNo

Implementation Reference

  • The tool `get_arbitrage_live` is defined here as an MCP tool, which calls the `/v1/arbitrage/live` endpoint using an internal `_request` helper function.
    @mcp.tool()
    async def get_arbitrage_live(min_spread: float = 0.02) -> str:
        """Run a fresh cross-platform arbitrage scan (may take 10-30 seconds).
    
        Args:
            min_spread: Minimum spread threshold (0.0-1.0). Default 0.02 (2%).
        """
        return await _request("GET", "/v1/arbitrage/live", params={"min_spread": min_spread})

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rekko-AI/rekko-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server