arb_watchlist

Pack: arb-alerts · Endpoint: https://gateway.pipeworx.io/arb-alerts/mcp

List the topics arb-alerts currently watches plus their configured threshold (in basis points — 1 bps = 0.01 cents of implied probability). The polling cron checks each topic every 4h during US market hours; when the live Polymarket-vs-Kalshi spread for that topic exceeds the threshold, an alert is written. Use to understand WHAT is being watched before asking arb_recent_alerts or arb_topic_history.

Parameters

NameTypeRequiredDescription
enabled_onlybooleannoIf true (default), only show currently-enabled topics.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/arb-alerts/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"arb_watchlist","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('arb_watchlist', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "arb-alerts": {
      "url": "https://gateway.pipeworx.io/arb-alerts/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026