iaptic/mcp-server-iaptic
MCP Data & StorageA Model Context Protocol server that lets AI tools like Claude query the Iaptic API for customer, purchase, transaction, and analytics data
Features
- Expose Iaptic data via a Model Context Protocol (MCP) interface
- Supports querying customers, purchases, transactions, statistics, events, and Stripe pricing
- Provides CLI commands for listing, retrieving, and managing records
- Configurable for use with Claude Desktop
Recent releases
View all 2 releases →
v1.2.0
Breaking risk
Breaking changes
- Removed `event_analysis`; migrate to `event_details` (same parameters).
Notable features
- `event_details` tool replaces `event_analysis`, backed by `/events/:id` endpoint, returns analyzed and raw event data with truncation handling.
- `event_list` now supports a `raw` option for unformatted JSON output.
- Webhook delivery errors are flagged in event listings.
Full changelog
What's Changed
Features
event_detailstool replacesevent_analysis, backed by the new/events/:idendpoint (validator 3.12+). Returns both analyzed data (context, content) and raw event data (HTTP request/response, external API calls to Apple/Google/Stripe), with sensitive fields stripped and large payloads trimmed.event_listnow supports arawoption to return unformatted JSON instead of the formatted summary.- Webhook delivery errors are flagged in event listings.
Internal
- Truncation of long strings in
event_detailsis now scoped to the raw section only, preserving full analyzed data. - Added a test suite (
npm test) covering the truncation contract.
Breaking
event_analysishas been removed — callers must migrate toevent_details(sameeventId+receiptsparams).
Full Changelog: https://github.com/iaptic/mcp-server-iaptic/compare/1.1.0...v1.2.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Install & Platforms
Install via
npm