SignalAI
Available now in Claude

Your signals, from any Claude chat.

SignalAI plugs into Claude as a custom connector. List what you have running, pull recent datapoints into the conversation, or kick off a brand-new signal — all without leaving the chat. Sign in once with Google; it stays connected for ninety days.

Get Claude Desktop How to connect it

What you can ask Claude to do

Check on your signals without leaving Claude

Ask Claude what's running, when each signal last fired, which one's been quiet. The kind of question you'd otherwise tab over to a dashboard for.

Which of my SignalAI signals haven't posted data in the last hour?

Get the latest readings inline

Pull recent datapoints straight into the chat — let Claude reason over the numbers, summarize the trend, or compare across signals.

Show me the last 12 hours of my BTC price signal and tell me if the volatility looks unusual.

Spin up a new signal from a prompt

Describe the signal you want — a source, a transform, a cadence — and Claude runs the build inside the chat. The agent asks clarifying questions when it needs to; by the time the chat moves on, the container is running.

Create a SignalAI signal that tracks Apple's premarket trading volume every 5 minutes.

Connect SignalAI to Claude — ~30 seconds

1

In Claude Desktop open Settings → Connectors → Add custom connector.

2

Paste this URL and name it SignalAI:

https://35.94.249.241.sslip.io/mcp/
3

A browser window opens. Sign in with Google on signalai.com, then click Allow on the consent screen. That's it — the tools are now available in any chat with Claude.

Using the terminal? Claude Code installs the same connector with one command:

claude mcp add --transport http signalai https://35.94.249.241.sslip.io/mcp/

What Claude can and can't see

  • Claude only ever sees signals you own. Other users' data is never exposed.
  • Authentication runs through Google on signalai.com — Claude never touches your password.
  • The connection token expires after 90 days. Revoke any time by removing the connector from Claude.
  • Claude does not have access to your bank, broker, or billing accounts. SignalAI doesn't store any of those.

Try it now

Free while you're getting started. No card required, no contract, no rate limits worth talking about for a single user.

Engineer? The implementation notes (OAuth flow, tool internals, spec compliance) live in the repo docs.