Skip to main content
Glama

Iaptic MCP Server

Official
by iaptic

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" }

You must be authenticated.

Other Tools from Iaptic MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iaptic/mcp-server-iaptic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server