Skip to content

iaptic/mcp-server-iaptic

MCP Data & Storage

A Model Context Protocol server that lets AI tools like Claude query the Iaptic API for customer, purchase, transaction, and analytics data

TypeScript Latest v1.2.1 · 1mo ago Security brief →

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 →
Review required
v1.2.1 Security relevant
Dependencies

axios version bump

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_details tool replaces event_analysis, backed by the new /events/:id endpoint (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_list now supports a raw option to return unformatted JSON instead of the formatted summary.
  • Webhook delivery errors are flagged in event listings.

Internal

  • Truncation of long strings in event_details is now scoped to the raw section only, preserving full analyzed data.
  • Added a test suite (npm test) covering the truncation contract.

Breaking

  • event_analysis has been removed — callers must migrate to event_details (same eventId + receipts params).

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.

About

Stars
7
Forks
8
Languages
TypeScript JavaScript Dockerfile

Install & Platforms

Install via
npm

Beta — feedback welcome: [email protected]