MCP Server for Iaptic
About This Server
Model Context Protocol server for interacting with iaptic. This server allows Claude or other AIs to interact with your Iaptic data to answer questions about your customers, purchases, transactions, and statistics.
Server Information
This webpage provides information about the "mcp-server-iaptic" GitHub repository, a Model Context Protocol (MCP) server designed to facilitate interactions with the Iaptic API. The server enables AI systems like Claude to access and utilize data from Iaptic, including customer details, purchases, transactions, and statistics. The repository includes instructions for installation, configuration, available tools, and development.
ā Key Points:
* The "mcp-server-iaptic" acts as an interface between AI models and the Iaptic API.
* It supports querying data related to customers, purchases, transactions and statistics.
* Installation can be performed automatically via Smithery, or manually.
* For use with Claude, the configuration file must be updated with the server details, API key and App Name.
* The repository provides the necessary tools and instructions for local development and production builds.
š Main Findings:
* The repository is public and owned by the "iaptic" organization.
* The codebase is primarily written in TypeScript (82.2%), with JavaScript (15.2%) and Dockerfile (2.6%) also present.
* The project is released under the MIT license.
* The available tools include listing customers, retrieving customer details, listing transactions, retrieving transaction details, statistics and managing Apps.
š Details:
* Repository Name: mcp-server-iaptic
* Owner: iaptic
* License: MIT
* Main Language: TypeScript
* Installation:
* Via Smithery: `npx -y @smithery/cli install mcp-server-iaptic --client claude`
* Manual: Requires Node.js (>=18) and Iaptic API credentials.
* Claude configuration:
```json
{
"iaptic": {
"command": "npx",
"args": [
"mcp-server-iaptic",
"--api-key", "your-api-key-here",
"--app-name", "your-app-name-here"
]
}
}
```
* Available Tools: List/Get Customer, List/Get Purchases, List/Get Transactions, List recent events, Get Statistics, Switch/Reset Iaptic App.
šÆ Conclusion:
The "mcp-server-iaptic" repository provides a valuable tool for integrating Iaptic data with AI models, offering functionalities for data retrieval, filtering, and management. The documented installation and development processes facilitate easy deployment and customization for users with Iaptic accounts and Node.js environments.
Server Features
customer_list
List customers
customer_get
Get customer details by ID
purchase_list
List purchases
purchase_get
Get purchase details by ID
transaction_list
List transactions with pagination and date filtering
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
iaptic_switch_app
Switch to a different Iaptic app
iaptic_reset_app
Reset to the default Iaptic app
iaptic_current_app
Get information about the currently active app
Provider Information
Iaptic
cloud Provider