Iaptic MCP Server
Official
by iaptic
MCP Server for Iaptic
A Model Context Protocol server for interacting with the Iaptic API. This server allows Claude or other AIs to interact with your Iaptic data to answer questions about your customers, purchases, transactions, and statistics.
Installation
Installing via Smithery
To install Iaptic for Claude Desktop automatically via Smithery:
Copy
Manual Installation
Copy
Usage with Claude Desktop
Add to your Claude Desktop configuration file:
Copy
Available Tools
Customers
customer_list
: List customerscustomer_get
: Get customer details by ID
Purchases
purchase_list
: List purchaseslimit
: Maximum number of purchases to return (default: 100, max: 1000)offset
: Number of purchases to skip for paginationstartdate
: Filter purchases after this date (ISO format, e.g. 2024-01-01)enddate
: Filter purchases before this date (ISO format, e.g. 2024-12-31)customerId
: Filter by customer ID
purchase_get
: Get purchase details by ID
Transactions
transaction_list
: List transactions with pagination and date filteringlimit
: Maximum number of transactions to return (default: 100, max: 1000)offset
: Number of transactions to skip for paginationstartdate
: Filter transactions after this date (ISO format, e.g. 2024-01-01)enddate
: Filter transactions before this date (ISO format, e.g. 2024-12-31)purchaseId
: Filter by purchase ID
transaction_get
: Get transaction details by ID
Statistics
stats_get
: Get general statistics about transactions and revenuestats_app
: Get app-specific statistics
Development
Copy
Requirements
- Node.js >= 18
- An Iaptic account with API credentials
License
MIT
You must be authenticated.
A server for interacting with the Iaptic API, allowing AI models like Claude to query customer, purchase, and transaction data, as well as retrieve statistical insights.