Solutions:

Signal MCP

Let your AI assistants talk to Signal. Connect in 30 seconds, no code required.

Compatible with OpenAI Responses API, Claude Remote MCP, and Gemini's new standard MCP protocol. You add a single URL and your bot starts firing Purchase, Lead, and VisitToWhatsApp events into your SignalSight destinations (Meta, TikTok, Snapchat, Reddit, BigQuery, and the rest) in one HTTP call.

MCP 2025-06-18 spec compatible  ·  Bearer pass-through  ·  Single HTTP request  ·  Multi-tenant

One MCP — many destinations

Meta TikTok Snapchat Reddit BigQuery + more

Signal MCP doesn't talk to a single ad platform — it pushes one normalized event into SignalSight, which fans it out to every destination you've connected.

Signal integration for AI — 10x faster than the old way.

A remote MCP server that takes 30 seconds to wire up. Your chatbot discovers the tools automatically and starts pushing conversion events to your destinations in one HTTP call.

One URL, zero code

Paste https://cpi.ssevt.com/mcp/ into your AI tool's MCP / Tools screen and put your api_key in the Authorization header. The bot auto-discovers the signal_push tool. From there, SignalSight fans the event out to every destination you've enabled — no SDK, no webhook, no Lambda required.

Multi-tenant Bearer pass-through

Every company connects with its own api_key. Our MCP server never stores or validates tokens — it forwards them to Signal verbatim. No extra trust layer in the data path, rotate any time you want.

LLM-friendly PII

Send ph, em, fn, ln as raw text; Signal normalizes and SHA256-hashes server-side. If you really need deterministic client-side hashing, the hash_pii tool is there. The LLM doesn't have to do math.

How It Works

Your AI tool calls Signal MCP once; SignalSight fans the event to every destination you've enabled.

AI tools and agents connect to Signal MCP; SignalSight fans events to Meta, TikTok, Google, and other destinations

Add it to your AI tool, chatbots and AI agents

Three popular MCP-compatible clients. Pick yours, copy the snippet, drop in your SIGNAL_API_KEY.

{
  "tools": [{
    "type": "mcp",
    "server_label": "signal-push",
    "server_url": "https://cpi.ssevt.com/mcp/",
    "headers": { "Authorization": "Bearer SIGNAL_API_KEY" }
  }]
}

Drop it into your Responses API call

Add the tools array to your Responses API request. Your bot automatically sees both signal_push and hash_pii — nothing else to configure.

Compatible with MCP 2025-06-18 spec

OpenAI · Anthropic Claude · Google Gemini · Cursor · n8n

and other MCP-compatible clients

10 lines of JSON and you're live.

Add the Signal MCP URL to your AI tool's config and fan your first Purchase event out to Meta, TikTok and the rest today.

https://cpi.ssevt.com/mcp/

Copied