Back to Help Center

Hosted SignalSplash MCP

SignalSplash hosts an MCP endpoint for Pro accounts, so AI agents and local tooling can read your analytics without running a local server.

Last updated: 2026-05-26

Requirements

  • A SignalSplash Pro account
  • An API key from dashboard settings
  • An MCP client that supports Streamable HTTP and bearer-token headers

Endpoint

Configure your MCP client with the hosted endpoint and pass your Pro API key as a bearer token.

URL: https://signalsplash.com/api/mcp
Authorization: Bearer ss_live_...

Example JSON config

{
  "servers": {
    "signalsplash": {
      "url": "https://signalsplash.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ss_live_..."
      }
    }
  }
}

Available tools

  • signalsplash_get_overview — combined dashboard bundle for decision making
  • signalsplash_get_summary and signalsplash_get_daily — high-level KPIs and trends
  • signalsplash_get_events, signalsplash_get_users, and signalsplash_get_sessions — granular raw slices
  • signalsplash_get_activity_heatmap, signalsplash_get_funnel, signalsplash_get_traffic_sources, and signalsplash_get_web_vitals — focused analytic views
  • signalsplash_get_clickstream — ordered event path for one session