F
FullStory
Query FullStory sessions and funnels.
·No reviews yet
Share:
About
Auto-generated
FullStory is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about FullStory.
- What is the purpose of the FullStory MCP?
- The FullStory MCP facilitates querying FullStory sessions and funnels. It integrates FullStory's analytics capabilities into applications, enabling data retrieval and analysis directly within an MCP client.
- How do I configure the FullStory MCP in a client like Cursor?
- Configuration typically involves installing the MCP and providing an API key. Specific steps may vary by client, but generally you would add the FullStory MCP from available community providers and enter your credentials.
- Does the FullStory MCP require an API key for authentication?
- Yes, the FullStory MCP uses an API key for authentication. You will need to obtain a valid API key from your FullStory account to use this MCP.
- What are the primary capabilities exposed by the FullStory MCP?
- The FullStory MCP allows users to query FullStory session data and analyze funnels. This enables programmatic access to user behavior analytics and insights from your FullStory account.
- What are the licensing considerations for the FullStory MCP?
- The FullStory MCP itself is provided by the community on GitHub. The cost and licensing for the underlying FullStory service depend on your FullStory subscription plan, as the MCP only provides an interface to that service.
- Is there a known limitation or prerequisite for using the FullStory MCP?
- A key prerequisite for the FullStory MCP is an existing FullStory account with active data. The MCP relies on your FullStory data to provide meaningful queries, so you need to be actively collecting data with FullStory.
Install FullStory
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"fullstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fullstory"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"fullstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fullstory"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"fullstory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fullstory"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.