Integrations
Provides access to Hackle's A/B testing data through the Hackle Slack Community, where users can request API keys for the MCP Server
Hackle MCP Server
A Model Context Protocol server for Hackle API providing tools and resources for querying A/B Test data.
Features
Tools
Experiment List Tool
- Name:
experiment-list
- Description: Fetches a paginated list of A/B test experiments with search functionality.
- Parameters:
pageNumber
: Page number (default: 1)pageSize
: Number of items per page (default: 100)searchKeyword
: Search keyword (optional)
Experiment Detail Tool
- Name:
experiment-detail
- Description: Retrieves detailed information for a specific A/B test experiment.
- Parameters:
experimentId
: Experiment ID
In-App Message List Tool
- Name:
in-app-message-list
- Description: Fetches a paginated list of in-app messages with search functionality.
- Parameters:
pageNumber
: Page number (default: 1)pageSize
: Number of items per page (default: 100)searchKeyword
: Search keyword (optional)
In-App Message Detail Tool
- Name:
in-app-message-detail
- Description: Retrieves detailed information for a specific in-app message.
- Parameters:
inAppMessageId
: In-app message ID
Push Message List Tool
- Name:
push-message-list
- Description: Fetches a paginated list of push messages with search functionality.
- Parameters:
pageNumber
: Page number (default: 1)pageSize
: Number of items per page (default: 100)searchKeyword
: Search keyword (optional)
Push Message Detail Tool
- Name:
push-message-detail
- Description: Retrieves detailed information for a specific push message.
- Parameters:
pushMessageId
: Push message ID
Active User Series Tool
- Name:
active-user-series
- Description: Retrieves time-series data of active users. Available in daily, weekly, and monthly units.
- Parameters:
unit
: Time unit (DAY, WEEK, MONTH) (default: DAY)date
: Date (optional)
Retention Series Tool
- Name:
retention-series
- Description: Retrieves time-series data of user retention. Available in daily, weekly, and monthly units.
- Parameters:
unit
: Time unit (DAY, WEEK, MONTH) (default: DAY)date
: Date (optional)
Stickiness Series Tool
- Name:
stickiness-series
- Description: Retrieves time-series data of user stickiness (return visit frequency). Available in weekly and monthly units.
- Parameters:
unit
: Time unit (WEEK, MONTH) (default: WEEK)date
: Date (optional)
Data Report List Tool
- Name:
data-report-list
- Description: Retrieves all data report metadata.
Data Report Detail Tool
- Name:
data-report-detail
- Description: Retrieves single data report's detail. It will provide analytics chart id and type inside data report. It is recommended to use Analytics Chart Detail Tool to get further information of each chart.
- Parameters:
dataReportId
: Data report's id. This can be found in response of Data Report List Tool.
Analytics Chart List Tool
- Name:
analytics-chart-list
- Description: Retrieves data analytics chart's metadata list.
- Parameters:
pageNumber
: Page number (default: 1) (optional)pageSize
: Number of items per page (default: 100) (optional)searchKeyword
: Search keyword (optional) (optional)chartType
: Chart types that Hackle provides: FUNNEL, DATA_INSIGHT, RETENTION, and USER_PATH. (optional)
Analytics Chart Detail Tool
- Name:
analytics-chart-detail
- Description: Retrieves data analytics chart's detail. You can visualize the chart using this tool's result.
- Parameters:
chartId
: Analytics chart's id. It can be found in the response of Data Report Detail Tool or Analytics Chart List Tool.chartType
: Analytics chart's type(FUNNEL, DATA_INSIGHT, RETENTION, USER_PATH). It can be found in the response of Data Report Detail Tool or Analytics Chart List Tool.
Remote Config List Tool
- Name:
remote-config-list
- Description: Retrieves remote config list.
- Parameters:
pageNumber
: Page number (default: 1)pageSize
: Number of items per page (default: 100)searchKeyword
: Search keyword (optional)status
: Status of remote config: ACTIVE, ARCHIVED (default: 'ACTIVE')
Remote Config Detail Tool
- Name:
remote-config-detail
- Description: Retrieves remote config's detail.
- Parameters:
remoteConfigId
: Remote config's id. You can get this information by using Remote Config List Tool.
Installation
Add this entry to your claude_desktop_config.json:
- On Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
- On Windows: %APPDATA%\Claude\claude_desktop_config.json
- On Linux: ~/.config/Claude/claude_desktop_config.json
Restart Claude if running
Getting Your API Key
To use the Hackle MCP Server, you will need an API key. To obtain your API key:
- Contact the Hackle team directly through Hackle Slack Community
- Request an API key for MCP Server access
- The Hackle team will provide you with a unique API key
Important: Never share your API key or commit it to public repositories. Treat your API key as a sensitive credential.
License
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server for Hackle API providing tools and resources for querying A/B Test data.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables searching and retrieving information from DevRev using its APIs with Claude.Last updated -22Python
- -securityFlicense-qualityPump.fun data fetch tool for Model Context ProtocolLast updated -JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server designed for testing backend APIs for security vulnerabilities like authentication bypass, injection attacks, and data leakage.Last updated -1TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that integrates essential penetration testing tools (Nmap, Gobuster, Nikto, John the Ripper) into a unified natural language interface, allowing security professionals to execute and chain multiple tools through conversational commands.Last updated -85231TypeScript