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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List customers.
Get customer details by ID.
List purchases. Parameters: limit (optional integer), offset (optional integer), startdate (optional string), enddate (optional string), customerId (optional string)
Get purchase details by ID.
List transactions with pagination and date filtering. Parameters: limit (optional integer), offset (optional integer), startdate (optional string), enddate (optional string), purchaseId (optional string)
Get transaction details by ID.
Get general statistics about transactions and revenue.
Get app-specific statistics.
List recent events with pagination and date filtering. Parameters: limit (optional integer), offset (optional integer), startdate (optional string), enddate (optional string)
Switch to a different Iaptic app. Parameters: appName (string), apiKey (string)
Reset to the default Iaptic app.
Get information about the currently active app.