Jolt MCP gives compatible AI clients read-only access to your aggregate website and product analytics. Ask questions about traffic, events, breakdowns, trends, or conversion funnels without copying dashboard data into a conversation.
Add the remote server URL below to a client that supports Streamable HTTP and OAuth. The client opens Jolt in your browser, where you sign in and choose the exact projects it may query. No API key is needed.
https://usejolt.io/api/mcpClients that use a JSON MCP configuration can use this equivalent server entry. Menu names differ between clients, so consult your client’s instructions for adding a remote MCP server.
{
"mcpServers": {
"jolt": {
"url": "https://usejolt.io/api/mcp"
}
}
}Only approve a connection you started. A localhost callback is normal for some desktop clients, but Jolt highlights it so you can verify that the request came from software on your computer.
list_projects lists only projects approved for the current client.read_data_schema discovers tracked custom events and page paths before a query is written.get_overview summarizes visitors, pageviews, events, sessions, engagement, and visitors online now.get_timeseries shows how a metric changes over an hour, day, week, or month interval.get_breakdown groups traffic by event, page, referrer, country, city, operating system, or UTM source.query_funnel measures ordered or strict funnels of two to eight page and custom-event steps.For reliable answers, let the client list projects and read the project schema before asking for a report. Use the shortest useful date range and exact event names. Jolt defaults analytics queries to the last 30 days and limits unusually large requests.
The read-only, aggregate-only beta is available on every plan. Blocked, inactive, or over-limit projects remain unavailable until their normal Jolt access is restored.
MCP is read-only. It returns aggregate counts and never exposes raw event rows, visitor identifiers, session identifiers, usernames, or custom event properties. Every query checks both the projects you approved for the OAuth client and your current Jolt membership, so removing a team member or project permission takes effect immediately.
Project access can be changed or revoked under Settings → MCP. Revoking a client invalidates its Jolt authorization and removes access to every selected project. You can reconnect later and choose a new project set.
Describe the ordered pageviews or custom events that form a conversion, such as signup_started, email_verified, and subscription_started. Jolt reports users reaching every step, conversion from the first and previous steps, and drop-off. Ordered funnels allow unrelated events between steps; strict funnels do not. The default conversion window is 14 days.
read_data_schema and check the exact event names and requested date range.