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.

コメント

「その他」の他のコンテンツ