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

run_scraper

Fetch fresh market data from prediction platforms like Kalshi and Polymarket to support trading decisions and arbitrage detection.

Instructions

Fetch fresh market data from a platform scraper.

Args: source: Which scraper to run: "kalshi", "polymarket", or "arbitrage".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes

Implementation Reference

  • The handler function for the `run_scraper` tool, which triggers a scraper via a POST request.
    @mcp.tool()
    async def run_scraper(source: str) -> str:
        """Fetch fresh market data from a platform scraper.
    
        Args:
            source: Which scraper to run: "kalshi", "polymarket", or "arbitrage".
        """
        return await _request("POST", "/v1/scrapers/run", json={"source": source})

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