Iaptic 用 MCP サーバー
Iaptic APIと連携するためのモデルコンテキストプロトコルサーバー。このサーバーにより、Claudeやその他のAIがIapticデータと連携し、顧客、購入、取引、統計に関する質問に答えることができます。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Iaptic を自動的にインストールするには:
手動インストール
Claude Desktopでの使用
Claude Desktop 構成ファイルに以下を追加します:
利用可能なツール
顧客
- customer_list: 顧客リスト
- customer_get: IDで顧客の詳細を取得する
購入
- purchase_list: 購入リスト- limit: 返される購入の最大数(デフォルト: 100、最大: 1000)
- offset: ページ区切りでスキップする購入数
- startdate: この日付以降の購入をフィルタリングします(ISO形式、例:2024-01-01)
- enddate: この日付より前の購入をフィルタリングします(ISO形式、例:2024-12-31)
- customerId: 顧客IDでフィルタリング
 
- purchase_get: IDで購入の詳細を取得する
取引
- transaction_list: ページ区切りと日付フィルタリングを使用してトランザクションを一覧表示します- limit: 返されるトランザクションの最大数(デフォルト: 100、最大: 1000)
- offset: ページ区切りでスキップするトランザクションの数
- startdate: この日付以降の取引をフィルタリングします(ISO形式、例:2024-01-01)
- enddate: この日付より前の取引をフィルタリングします(ISO形式、例:2024-12-31)
- purchaseId: 購入IDでフィルタリング
 
- transaction_get: IDでトランザクションの詳細を取得する
統計
- stats_get: 取引と収益に関する一般的な統計を取得します
- stats_app: アプリ固有の統計情報を取得する
イベント
- event_list: ページ区切りと日付フィルタリングを使用して最近のイベントを一覧表示します- limit: 返されるイベントの最大数(デフォルト: 100)
- offset: ページ区切りでスキップするイベント数
- startdate: この日付以降のイベントをフィルタリングします(ISO形式、例:2024-01-01)
- enddate: この日付より前のイベントをフィルタリングします(ISO形式、例:2024-12-31)
 
アプリ管理
- iaptic_switch_app: 別のIapticアプリに切り替える- appName: 切り替えるアプリの名前
- apiKey: アプリのAPIキー
 
- iaptic_reset_app: デフォルトのIapticアプリにリセットする
- iaptic_current_app: 現在アクティブなアプリに関する情報を取得します
発達
要件
- Node.js >= 18 
- API認証情報を持つIapticアカウント 
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Iaptic API と対話するためのサーバー。Claude などの AI モデルが顧客、購入、取引データを照会したり、統計的な洞察を取得したりできるようになります。
Related Resources
Related MCP Servers
- -security-license-qualityThis server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
- -security-license-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -98MIT License
- -security-license-qualityA server that provides rich UI context and interaction capabilities to AI models, enabling deep understanding of user interfaces through visual analysis and precise interaction via Model Context Protocol.Last updated -60
- -security-license-qualityA flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.Last updated -241