Loading...

MCP server for Iaptic, enabling AI access to customer, purchase, transaction, and statistical data via API, with app management capabilities.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
MCP server for Iaptic, enabling AI access to customer, purchase, transaction, and statistical data via API, with app management capabilities.
This server is relatively safe for read operations. Exercise caution when using write operations, ensuring the API key is securely managed. It's risky if the API key is exposed, potentially leading to unauthorized data modification.
Performance depends on the Iaptic API's responsiveness and the size of the data being retrieved. Pagination should be used to avoid overwhelming the server.
Cost is primarily determined by Iaptic API usage. Be mindful of API call limits and data transfer costs.
npx -y @smithery/cli install mcp-server-iaptic --client claude{
"iaptic": {
"command": "npx",
"args": [
"mcp-server-iaptic",
"--api-key", "your-api-key-here",
"--app-name", "your-app-name-here"
]
}
}customer_listLists all customers.
Read-only operation.
customer_getRetrieves details for a specific customer by ID.
Read-only operation.
purchase_listLists purchases with filtering and pagination.
Read-only operation with limits.
purchase_getRetrieves details for a specific purchase by ID.
Read-only operation.
transaction_listLists transactions with filtering and pagination.
Read-only operation with limits.
transaction_getRetrieves details for a specific transaction by ID.
Read-only operation.
stats_getRetrieves general statistics about transactions and revenue.
Read-only operation.
stats_appRetrieves app-specific statistics.
Read-only operation.
event_listLists recent events with filtering and pagination.
Read-only operation with limits.
iaptic_switch_appSwitches to a different Iaptic app using provided credentials.
Modifies the active app context and requires API key.
iaptic_reset_appResets to the default Iaptic app.
Changes the active app context.
iaptic_current_appRetrieves information about the currently active app.
Read-only operation.
API Key
This server is relatively safe for read operations. Exercise caution when using write operations, ensuring the API key is securely managed. It's risky if the API key is exposed, potentially leading to unauthorized data modification.
Autonomy depends on the configured tools and the AI's ability to use them safely. Switching apps requires careful management of API keys.
Production Tip
Monitor API usage and error rates to ensure stable operation.
You need to create an account on Iaptic and generate an API key from your account settings.
The limit is 1000 for purchases and transactions, and 100 for events.
Use the 'startdate' and 'enddate' parameters in ISO format (e.g., 2024-01-01).
No, there are no tools available to directly modify customer data.
Use the 'iaptic_switch_app' tool with the correct app name and API key.
Immediately revoke the compromised key and generate a new one. Also, investigate any unauthorized activity.
Yes, Iaptic API has rate limiting to prevent abuse. Check Iaptic documentation for details.