MCP.so
登录

MCP Server for Iaptic

@MCP-Mirror

关于 MCP Server for Iaptic

Mirror of

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

常见问题

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.

评论

其他 分类下的更多 MCP 服务器