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 makingsignalsplash_get_summaryandsignalsplash_get_daily— high-level KPIs and trendssignalsplash_get_events,signalsplash_get_users, andsignalsplash_get_sessions— granular raw slicessignalsplash_get_activity_heatmap,signalsplash_get_funnel,signalsplash_get_traffic_sources, andsignalsplash_get_web_vitals— focused analytic viewssignalsplash_get_clickstream— ordered event path for one session