The Iaptic MCP Server enables interaction with Iaptic API to manage and analyze your account data across multiple applications.
Capabilities include:
- Customer management: List and retrieve customer details including purchase history, subscription status, and transactions
- Purchase management: View, filter, and paginate purchase data
- Transaction handling: Retrieve and filter financial transactions by date or purchase
- Statistics access: Get general and app-specific insights into revenue, subscriptions, and customer growth
- Event tracking: Monitor system events like receipt validations and purchase status changes
- App context management: Switch between different Iaptic apps or reset to default
- Stripe integration: Retrieve available products, prices, and subscription terms
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:
Manual Installation
Usage with Claude Desktop
Add to your Claude Desktop configuration file:
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
Events
event_list
: List recent events with pagination and date filteringlimit
: Maximum number of events to return (default: 100)offset
: Number of events to skip for paginationstartdate
: Filter events after this date (ISO format, e.g. 2024-01-01)enddate
: Filter events before this date (ISO format, e.g. 2024-12-31)
App Management
iaptic_switch_app
: Switch to a different Iaptic appappName
: Name of the app to switch toapiKey
: API key for the app
iaptic_reset_app
: Reset to the default Iaptic appiaptic_current_app
: Get information about the currently active app
Development
Requirements
- Node.js >= 18
- An Iaptic account with API credentials
License
MIT
You must be authenticated.
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.
Tools
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.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn unofficial server that allows AI assistants to access Fathom Analytics data, enabling users to retrieve account information, site statistics, events, aggregated reports, and real-time visitor tracking.Last updated -5131TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.Last updated -1PythonMIT License
- -securityFlicense-qualityA server that enables AI systems to browse, retrieve content from, and interact with web pages through the Model Context Protocol.Last updated -
- -securityAlicense-qualityA server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.Last updated -1,964MIT License