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 with pagination.
Get detailed customer information by ID.
Get customer's active subscription status.
Get customer's transaction history.
Manually associate a purchase with a customer.
List purchases. Parameters: limit (optional, default: 100, max: 1000), offset (optional), startdate (optional, ISO format), enddate (optional, ISO format), customerId (optional).
Get purchase details by ID.
List transactions with pagination and date filtering. Parameters: limit (optional, default: 100, max: 1000), offset (optional), startdate (optional, ISO format), enddate (optional, ISO format), purchaseId (optional).
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, default: 100), offset (optional), startdate (optional, ISO format), enddate (optional, ISO format).
Get detailed analysis of a specific event. Parameters: eventId (required), receipts (optional, default: false).
Get available Stripe products and prices.
Switch to a different Iaptic app. Parameters: appName (required), apiKey (required).
Reset to the default Iaptic app.
Get information about the currently active app.