Iaptic MCP Server

Official

customer_subscription

Get customer's subscription status.

  • Returns active subscription details if any
  • Includes:
    • Subscription status and expiry
    • Payment and renewal information
    • Trial/introductory period status
  • Simpler alternative to customer_get for subscription-only apps

Input Schema

NameRequiredDescriptionDefault
customerIdYesApplication username of the customer

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "Application username of the customer", "type": "string" } }, "required": [ "customerId" ], "type": "object" }