Iaptic MCP Server

Official

customer_get

Retrieve detailed customer profiles including purchase history, subscriptions, renewal status, and trial details by providing a unique customerId. Part of the Iaptic MCP Server for querying customer data.

Instructions

Get detailed information about a specific customer.

  • Returns complete customer profile including:
    • Application username
    • Purchase history
    • Active and expired subscriptions
    • Last purchase details
    • Subscription renewal status
    • Trial and introductory period information
  • Required: customerId parameter

Input Schema

NameRequiredDescriptionDefault
customerIdYesUnique identifier of the customer

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "Unique identifier of the customer", "type": "string" } }, "required": [ "customerId" ], "type": "object" }
ID: u2l6kenhz6