MCP.so
ログイン

MCP Server for Iaptic

@iaptic

MCP Server for Iaptic について

Model Context Protocol server for interacting with iaptic

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

iaptic

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

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