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
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.
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.
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.
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.
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.
Your AI tool calls Signal MCP once; SignalSight fans the event to every destination you've enabled.
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" }
}]
}
Add the tools array to your Responses API request. Your bot automatically sees both signal_push and hash_pii — nothing else to configure.
and other MCP-compatible clients
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/