Iaptic
Summary
This MCP server for Iaptic, developed by Jean-Christophe Hoelt, provides a seamless interface for AI assistants to interact with Iaptic's customer and transaction data. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for querying customers, purchases, transactions, and statistics. The implementation focuses on efficient data retrieval and pagination, making it easy for AI models to analyze customer behavior, track sales, and generate insights. It's particularly useful for tasks like customer support automation, sales trend analysis, or integrating e-commerce data into AI-driven systems, allowing assistants to access Iaptic data without requiring deep knowledge of the underlying API complexities.
Available Actions(12)
customer_list
List customers
customer_get
Get customer details by ID
purchase_list
List purchases. Parameters: limit (optional integer), offset (optional integer), startdate (optional ISO string), enddate (optional ISO string), customerId (optional string)
purchase_get
Get purchase details by ID
transaction_list
List transactions with pagination and date filtering. Parameters: limit (optional integer), offset (optional integer), startdate (optional ISO string), enddate (optional ISO string), purchaseId (optional string)
transaction_get
Get transaction details by ID
stats_get
Get general statistics about transactions and revenue
stats_app
Get app-specific statistics
event_list
List recent events with pagination and date filtering. Parameters: limit (optional integer), offset (optional integer), startdate (optional ISO string), enddate (optional ISO string)
iaptic_switch_app
Switch to a different Iaptic app. Parameters: appName (string), apiKey (string)
iaptic_reset_app
Reset to the default Iaptic app
iaptic_current_app
Get information about the currently active app
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください