Connect your account, then chat with AI to run tools.
Fullstory is a digital experience analytics platform that captures user interaction data on websites and mobile apps to help businesses understand user behavior and improve customer experiences. Use it to gain insights through session replay, heatmaps, and funnel analysis.
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/fullstoryThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 14, 2026 · Endpoint host mcp.mcpbundles.com
Domain knowledge for FullStory — workflow patterns, data models, and gotchas for your AI agent.
FullStory captures session replays and user behavior. Users have sessions; segments define cohorts.
Fullstory Batch Import Events
Bulk import custom events into FullStory. Accepts up to 50 events per batch. Each event can be associated with a user and optionally stitched into a session. Returns an async job ID — poll batch job status to track completion. Use this instead of creating events one at a time for large imports.
Fullstory Batch Import Users
Bulk import or update users in FullStory. Accepts up to 50 users per batch — each user is upserted by uid (existing users updated, new users created). Returns an async job ID. Poll batch job status with the returned job id to track completion. Use this instead of upserting users one at a time for large imports.
Connect FullStory to any MCP client in minutes
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsFullstory Create Event
Create a custom server-side event in FullStory. Use this to track business events (purchases, signups, subscription changes) that happen on your backend. Events can be associated with a user and optionally stitched into an existing session for replay context. Returns the created event details. Events appear in FullStory analytics and can be used in segment definitions.
Fullstory Create Segment Export
Schedule a data export for a FullStory segment. Returns an operation ID that you can poll via async operations to track progress and retrieve the download URL when complete. Exports contain user profiles, session data, or event data depending on the export_type. This is an Enterprise/Advanced feature. List segments first to find the segment_id.
Fullstory Create Summary Profile
Create a session summary prompt profile in FullStory. Profiles define how the AI processes and summarizes sessions — including what events to analyze, how to slice the session, and what format to output. Returns a profile ID for AI session summaries. Common use cases: support agent context, sales intent detection, UX issue analysis, onboarding flow review. Requires Admin or Architect API key permissions (Anywhere: Activation feature).
Fullstory Delete Summary Profile
Delete a session summary prompt profile. This permanently removes the profile and any sessions summarized with it will no longer be regenerable using this profile. Requires Admin or Architect API key permissions.
Fullstory Delete User
Permanently delete a user from FullStory. Removes all user data including sessions and events. Pass either user_id (FullStory internal ID) or uid (your app's user ID). This action cannot be undone.
Fullstory Generate Context
Generate AI-optimized session context from a FullStory session. Returns session events lightly transformed and structured for optimal consumption by an AI/LLM. Use this when you want to feed session data into your own AI model for custom analysis. Each call consumes 1 Activation from your FullStory quota. Requires an API key with Admin or Architect permissions (Anywhere: Activation feature).
Fullstory Generate Summary
Generate an AI-powered summary of a FullStory session using a configured prompt profile. Returns either plain text or structured JSON summary depending on the profile configuration. First create a summary profile that defines what to extract (support context, sales signals, UX issues, etc.), then call this with the session ID and profile ID. Each call consumes 1 Activation from your FullStory quota. Requires an API key with Admin or Architect permissions (Anywhere: Activation feature).
Fullstory Get Batch Status
Check the status of a batch import job. Returns the job status (PROCESSING, COMPLETED, FAILED), number of successful imports, and error count. Pass the job_id from the batch import response along with the matching job_type ('users' or 'events'). Poll until status is COMPLETED.
Fullstory Get Block Rules
Get the recording block rules configured in FullStory. Block rules prevent specific elements, CSS selectors, or page regions from being captured in session recordings. Returns the current rules for privacy compliance review.
Fullstory Get Domain Settings
Get the domain recording settings for your FullStory account. Returns which domains and subdomains are configured for session capture, including recording mode and privacy settings per domain.
Fullstory Get Geo Settings
Get the geographic recording settings for FullStory. Returns which regions or countries have recording enabled or disabled, useful for GDPR/CCPA compliance audits.
Fullstory Get Operations
Get the status of FullStory async operations (segment exports, batch imports). Pass operation_id to get the status and download URL for a specific job. Omit to list all operations with their current status. Poll after scheduling a segment export to track export progress.
Fullstory Get Recording Features
Get the recording features enabled on your FullStory account. Returns which capture features are active (e.g. console log capture, network request capture, rage click detection) and their current configuration.
Fullstory Get Segments
List all user segments defined in FullStory. Returns segment ID, name, and type for each segment. Segments represent groups of users based on behavior criteria (e.g. 'New visitors', 'Users who rage-clicked'). Use the segment ID when scheduling a segment data export for analysis.
Fullstory Get Session Events
Get raw event data for a specific session. Returns the full, untransformed set of captured events including clicks, navigation, input changes, errors, and custom events. Use this when you need the complete event timeline for custom analysis. Requires an API key with Admin or Architect permissions. For AI-ready session data, use the generate-session-context tool instead.
Fullstory Get Sessions
Get session replay URLs for a user. Provide user_id (FullStory internal ID from the user listing), uid (your app's user ID from FS.identify), or email. When user_id is provided, the tool resolves the user's identity automatically — if the user is anonymous (no uid/email), returns their FullStory profile URL where session replays are viewable in the browser. Each session includes a direct URL to watch the replay. Session IDs support raw event export, AI session context, and AI session summaries.
Fullstory Get Session Targeting
Get the session targeting rules configured in FullStory. Targeting rules control which user sessions are recorded based on criteria like URL patterns, user segments, or sampling rates. Returns the active rules and their conditions.
Fullstory Get Summary Profiles
List or retrieve session summary profiles. Omit profile_id to list all profiles, or pass a specific profile_id to get its full configuration including prompts, event filters, and output schema. Use profile IDs when generating AI session summaries. Requires Admin or Architect API key permissions (Anywhere: Activation feature).
Fullstory Get Users
Get FullStory users. Pass user_id (FullStory internal ID) or uid (your app's user ID) to retrieve a single user's profile. Omit both to list all known users (paginated). Each user includes: id, display_name, uid, email, custom properties, and app_url (direct link to their FullStory profile where session replays are viewable). Anonymous visitors (no uid/email) appear as 'User N' — use their app_url to view replays, or pass their FullStory user id when listing that user's sessions. Use next_page_t
Fullstory Get Webhook Event Types
List the available webhook event types in FullStory. Returns all event types that can be subscribed to when configuring webhook endpoints (e.g. session start, rage click detected). Requires an API key with Admin permissions.
Fullstory Get Webhooks
List configured webhook endpoints in FullStory. Returns each endpoint's URL, subscribed event types, and status. Requires an API key with Admin permissions. List webhook event types to see available subscription options.
Fullstory Upsert User
Create or update a FullStory user. Performs an upsert: if a user with the given uid exists, their profile is updated with the new values; otherwise a new user is created. Use this to push user data from your backend into FullStory for enriched session analysis. Returns the user's FullStory internal ID and a direct link to their profile.
Fullstory is a digital experience analytics platform that captures user interaction data on websites and mobile apps to help businesses understand user behavior and improve customer experiences. Use it to gain insights through session replay, heatmaps, and funnel analysis. It provides 24 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/fullstory. Authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
FullStory provides 24 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
FullStory uses API Key. FullStory requires credentials. Connect via MCPBundles and authentication is handled automatically.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Mixpanel is the product intelligence platform for the AI era, combining analytics, session replay, e...
Product analytics and session replay platform. Provides event tracking, feature flags, A/B testing, ...
The B2B data foundation for AI agents. Access go-to-market data and infrastructure built to power co...