adapty-mcp

devinwang/adapty-mcp
★ 0 stars TypeScript API Integration Updated today
Model Context Protocol (MCP) server for Adapty — full coverage of Server-Side API v2, legacy v1, Web API, Analytics Export, and webhook utilities.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adapty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "devinwang/adapty-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes the full public Adapty REST API surface as tools — Server-Side API v2 (12 tools), legacy v1 (7 tools), Web API (3 tools), Analytics Export (3 tools), and webhook utilities (2 tools). 27 tools total. Install globally: ```sh npm i -g adapty-mcp ``` Run as an MCP stdio server (any MCP-compatible client can spawn it):

Tools (20)

adapty_access_level_grantadapty_access_level_revokeadapty_analytics_cohorts_queryadapty_analytics_export_csvadapty_analytics_queryadapty_integration_identifiers_setadapty_paywall_getadapty_paywall_updateadapty_paywalls_listadapty_profile_createadapty_profile_deleteadapty_profile_getadapty_profile_updateadapty_stripe_purchase_validateadapty_transaction_setadapty_v1_access_level_grantadapty_v1_access_level_revokeadapty_v1_profile_createadapty_v1_profile_deleteadapty_v1_profile_get