Signal Hub MCP avatar

Signal Hub MCP

Pricing

from $80.00 / 1,000 unusual options activity queries

Go to Apify Store
Signal Hub MCP

Signal Hub MCP

MCP server exposing 0xGollum's unusual options activity and horse racing signals as tools callable directly by AI agents (Claude, ChatGPT...).

Pricing

from $80.00 / 1,000 unusual options activity queries

Rating

0.0

(0)

Developer

0xGollum

0xGollum

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

14 hours ago

Last modified

Categories

Share

Signal Hub MCP 📡

Plug 0xGollum's trading and betting signals directly into your AI agent — no dashboard, no manual runs, just ask.

What this is

Signal Hub is an MCP (Model Context Protocol) server, packaged as an Apify Actor with Standby mode. Instead of opening the Apify Console to run an actor and read a dataset, you connect this server to your MCP-compatible AI client (Claude Desktop, Claude Code, custom agents) and the data becomes a tool call inside your conversation.

Same underlying data as our standalone actors — Unusual Options Activity Scanner and Horse Racing Pulse — just delivered where your agent already lives.

Why an MCP wrapper instead of the actor directly

If you're building an autonomous agent (a trading bot, a betting assistant, a research copilot), it's more natural for the agent to call a tool mid-conversation than to shell out to the Apify API and parse a dataset itself. This actor does that plumbing for you.

Tools exposed

ToolWhat it does
get_unusual_options_activityScans US stock/ETF option chains for abnormal volume-vs-open-interest activity (fresh big-money positioning) — same detection logic as our standalone scanner.
get_horse_racing_signalsReturns current odds-movement signals ("steamers"/"drifters") across open horse races.

How to connect

Add this to your MCP client config:

{
"mcpServers": {
"signal-hub": {
"url": "https://YOUR-ACTOR-URL.apify.actor/mcp",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_API_TOKEN>"
}
}
}
}

Get your token at console.apify.com/account/integrations. You're billed per tool call on your own Apify account — same billing you already know from the Apify Store, nothing new to set up.

Pricing

Pay-per-event, billed only when a tool actually runs:

  • Unusual options query — flat fee per call
  • Horse racing signals query — flat fee per call

No subscription, no minimum. Query only when your agent needs fresh data.

Use cases

  • Autonomous trading agents — feed live options-flow signals into a bot's decision loop.
  • Betting assistants — check for odds movement without leaving the chat.
  • Research copilots — ask "any unusual options today?" in plain language, get structured data back.

Roadmap

More tools from the 0xGollum portfolio (crypto funding rates, prediction markets, CS2 skin pricing) will be added the same way — one MCP wrapper, growing coverage, nothing you need to reconfigure.