MCP.so
Sign In

MCP Server for Iaptic

@MCP-Mirror

About MCP Server for Iaptic

Mirror of

Config

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

{
  "mcpServers": {
    "iaptic_mcp-server-iaptic": {
      "command": "npx",
      "args": [
        "mcp-server-iaptic",
        "--api-key",
        "YOUR_API_KEY",
        "--app-name",
        "YOUR_APP_NAME"
      ]
    }
  }
}

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 integrates with the Iaptic API, allowing Claude or other AI assistants to answer questions about customers, purchases, transactions, and statistics from an Iaptic account.

How to use MCP Server for Iaptic?

Run directly with npx mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME, or install globally with npm and run the same command. Configure it in Claude Desktop by adding a JSON entry with the command and arguments.

Key features of MCP Server for Iaptic

  • Tools to list and get customer details by ID
  • Tools to list and get purchases with pagination and date filtering
  • Tools to list and get transactions with pagination and date filtering
  • Statistics tools for general and app-specific revenue data
  • Supports filtering by customer ID, purchase ID, and date ranges

Use cases of MCP Server for Iaptic

  • Answer questions about a specific customer’s purchase history
  • Retrieve a list of recent transactions for revenue analysis
  • Filter purchases or transactions by date for reporting
  • Get general or app-specific statistics on revenue and transactions

FAQ from MCP Server for Iaptic

What data can I query with this server?

You can query customers, purchases, transactions, and statistics from your Iaptic account using the provided tools.

What are the runtime requirements?

Node.js version 18 or higher and an Iaptic account with API credentials are required.

How do I pass my API credentials?

Supply your API key and app name via the --api-key and --app-name command-line arguments when starting the server.

What is the maximum number of items returned per request?

The limit parameter for purchases and transactions has a maximum value of 1000. The default is 100.

How can I filter results by date?

Both purchase_list and transaction_list accept startdate and enddate parameters in ISO format (e.g., 2024-01-01) to filter results before or after a given date.

Frequently asked questions

What data can I query with this server?

You can query customers, purchases, transactions, and statistics from your Iaptic account using the provided tools.

What are the runtime requirements?

Node.js version 18 or higher and an Iaptic account with API credentials are required.

How do I pass my API credentials?

Supply your API key and app name via the `--api-key` and `--app-name` command-line arguments when starting the server.

What is the maximum number of items returned per request?

The `limit` parameter for purchases and transactions has a maximum value of 1000. The default is 100.

How can I filter results by date?

Both `purchase_list` and `transaction_list` accept `startdate` and `enddate` parameters in ISO format (e.g., 2024-01-01) to filter results before or after a given date.

Comments

More Other MCP servers