MCP.so
Sign In

MCP Server for Iaptic

@iaptic

About MCP Server for Iaptic

Model Context Protocol server for interacting with iaptic

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

iaptic

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-iaptic": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-server-iaptic",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server for Iaptic?

MCP Server for Iaptic is a Model Context Protocol server that enables Claude or other AI assistants to query the Iaptic payment and subscription API. It provides tools to retrieve data about customers, purchases, transactions, statistics, events, and Stripe prices, allowing AI to answer business questions about your app’s billing data.

How to use MCP Server for Iaptic?

Install via Smithery (npx -y @smithery/cli install mcp-server-iaptic --client claude) or manually with npx mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME. Configure it as an MCP client tool (e.g., in Claude Desktop’s claude_desktop_config.json) and then use the exposed tool list to interact with Iaptic data.

Key features of MCP Server for Iaptic

  • Customer management: list, get, subscriptions, transactions, add purchase
  • Purchase listing with pagination, date, and customer filters
  • Transaction listing with pagination and date or purchase ID filters
  • General and app-specific revenue statistics
  • Event listing with raw JSON option and detailed event info
  • Switch and reset between Iaptic app configurations

Use cases of MCP Server for Iaptic

  • Support agents ask Claude to look up customer purchase history
  • Finance team queries transaction volumes within a date range
  • Developer checks subscription status of a specific customer
  • Product manager reviews daily event log for a live app

FAQ from MCP Server for Iaptic

What are the installation requirements?

Node.js >= 18 and an Iaptic account with API credentials.

How do I authenticate to Iaptic?

Provide your Iaptic API key and app name via the --api-key and --app-name command-line arguments.

Can I filter the results returned by list tools?

Yes. purchase_list and transaction_list support limit (default 100, max 1000), offset, startdate, enddate, and specific ID filters (customerId for purchases, purchaseId for transactions).

Can I switch to a different Iaptic app without restarting the server?

Yes. Use the iaptic_switch_app tool with a new appName and apiKey, and iaptic_reset_app to return to the default app.

Where does the data come from and how is it stored?

All data is fetched live from the Iaptic API. No local data storage is described—queries are made on demand.

Comments

More Other MCP servers