Iaptic MCP Server
by iaptic
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IAPTIC_API_KEY | Yes | Your API key for accessing the Iaptic server. | |
IAPTIC_APP_NAME | Yes | Your application name for the Iaptic server. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
customer_list | List all customers with pagination support |
customer_get | Get detailed information about a specific customer |
purchase_list | List purchases with pagination and date filtering |
purchase_get | Get detailed information about a specific purchase |
transaction_list | List transactions with pagination and date filtering |
transaction_get | Get detailed information about a specific transaction |
stats_get | Get statistics about transactions and revenue |
stats_app | Get app-specific statistics |