Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Hackle
H
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Hackle

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "hackle": {
      "command": "npx",
      "args": [
        "-y",
        "hackle"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Hackle MCP Server

smithery badge

[!WARNING]

⚠️ This local npm package is deprecated β€” use the remote MCP server

The Hackle MCP server is now available as a remote server, and this local npm package is deprecated. The remote server requires no npm or Node.js setup, updates automatically, works in the browser, and is where all new tools (such as messaging statistics and Kakao/Text message queries) ship.

This package will no longer receive updates or new tools. Existing installations keep working for now, but please migrate to the remote server.

πŸ‘‰ Migration guide: https://docs.hackle.io/external-link/model-context-protocol/migration

How to connect to the remote server

  1. Add a custom connector in claude.ai (web) or Claude Desktop via Customization β†’ Connectors β†’ + Add Custom Connector, using the remote MCP server URL:

    Code
    https://mcp.hackle.io/mcp
    
  2. Enter your existing Hackle API key in the authentication screen β€” your API key remains unchanged.

  3. Once connected, you can optionally remove the local server entry from your claude_desktop_config.json.

A Model Context Protocol server for Hackle API providing tools and resources for querying A/B Test data.

hackle-mcp MCP server

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.

Remote Config Creation Tool

  • Name: remote-config-create
  • Description: Creates an empty remote config. It is recommended to update an existing RC first if there is an associated RC with the one you want to create since the total number of RC is limited.
  • Parameters:
    • body: Request body.
      • key: Remote config's name.
      • description: Remote config's description.
      • dataType: Type of remote config's value: STRING, JSON, NUMBER, BOOLEAN.
      • userIdentifierCriteria: User identifier criteria for targeting. You can use criteria provided by Hackle($deviceId, $userId) or your own criteria created at Hackle dashboard website. (default: '$deviceId')

Remote Config Content Update Tool

  • Name: remote-config-update
  • Description: Updates remote config's content.
  • Parameters:
    • remoteConfigId: Remote config's id.
    • body: Request body.
      • dataType: Type of remote config's value: STRING, JSON, NUMBER, BOOLEAN. The request will not be accepted if dataType and remote config values does not match.
      • remoteConfigDefaultValue: Default value of remote config. This value's type should match with dataType field.
      • conditionalValues: Array of conditional remote config's value with user group targeting.
        • ruleName: Name of targeting condition rule.
        • remoteConfigValue: Remote config's value. This value's type should match with dataType field.
        • target
          • conditions: Targeting rules. Users who The user he satisfies all conditions in this array will see this rule's remote config value.
            • key
              • type: Condition's type: HACKLE_PROPERTY, USER_PROPERTY, AB_TEST, FEATURE_FLAG, COHORT, SEGMENT.
              • name: Property's name if type is HACKLE_PROPERTY or USER_PROPERTY. Experiment key if type is AB_TEST. Feature flag key if type is FEATURE_FLAG. You can put any non-empty string if type is COHORT or SEGMENT.
            • match
              • operator: Operators that will be used to match key and values of the condition.
              • valueType: Type of targeting condition's value: NUMBER, STRING, BOOLEAN, VERSION.
              • values: Values of targeting condition's key. Followings are some special cases: The values will be treated as names if you are using SEGMENT. Only strings 'A' and 'B' are allowed if type is AB_TEST. Only boolean values are accepted if type is FEATURE_FLAG. You should put cohort's id if type is COHORT.

Remote Config User Identifier Criteria Update Tool

  • Name: remote-config-update-user-identifier-criteria
  • Description: Updates remote config's user identifier criteria. The change will be applied to both production and development environment.
  • Parameters:
    • remoteConfigId: Remote config's id.
    • body: Request body.
      • userIdentifierCriteria: User identifier criteria for targeting. You can use criteria provided by Hackle($deviceId, $userId) or your own criteria created at Hackle dashboard website. (default: '$deviceId')

Remote Config Description Update Tool

  • Name: remote-config-update-description
  • Description: Updates remote config's description. The change will be applied to both production and development environment.
  • Parameters:
    • remoteConfigId: Remote config's id.
    • body: Request body.
      • description: Remote config's description.

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
config.json
{
  "mcpServers": {
    "hackle-mcp": {
      "command": "npx",
      "args": ["-y", "@hackle-io/hackle-mcp@latest"],
      "env": {
        "API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Restart Claude if running

Getting Your API Key

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • Abnormal Security MCP logoAbnormal Security MCP

    Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

    πŸ’¬ Communication0 views
    Compare vs Abnormal Security MCP β†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack MCP Server β†’
  • Mailchimp logoMailchimp

    MCP server for Mailchimp API integration

    πŸ’¬ Communication1 views
    Compare vs Mailchimp β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Hackle

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hackle": { "command": "npx", "args": ["-y", "Hackle"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHackle AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hackle?style=directory)](https://allmcps.com/mcp/hackle)
HTML Embed
<a href="https://allmcps.com/mcp/hackle"><img src="https://allmcps.com/api/badge/hackle?style=directory" alt="Hackle on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Hackle β†’Install in Claude DesktopInstall in CursorInstall in VS Code