Skip to main content
Glama
iaptic

Iaptic MCP Server

Official
by iaptic

MCP Server for Iaptic

A Model Context Protocol server for interacting with the Iaptic API. This server allows Claude or other AIs to interact with your Iaptic data to answer questions about your customers, purchases, transactions, and statistics.

Installation

Installing via Smithery

To install Iaptic for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install mcp-server-iaptic --client claude

Manual Installation

# Run directly with npx
npx mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME

# Or install globally
npm install -g mcp-server-iaptic
mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME

Related MCP server: Inkeep MCP Server

Usage with Claude Desktop

Add to your Claude Desktop configuration file:

{
  "iaptic": {
    "command": "npx",
    "args": [
      "mcp-server-iaptic",
      "--api-key", "your-api-key-here",
      "--app-name", "your-app-name-here"
    ]
  }
}

Available Tools

Customers

  • customer_list: List customers with pagination

  • customer_get: Get detailed customer information by ID

  • customer_subscription: Get customer's active subscription status

  • customer_transactions: Get customer's transaction history

  • customer_add_purchase: Manually associate a purchase with a customer

Purchases

  • purchase_list: List purchases

    • limit: Maximum number of purchases to return (default: 100, max: 1000)

    • offset: Number of purchases to skip for pagination

    • startdate: Filter purchases after this date (ISO format, e.g. 2024-01-01)

    • enddate: Filter purchases before this date (ISO format, e.g. 2024-12-31)

    • customerId: Filter by customer ID

  • purchase_get: Get purchase details by ID

Transactions

  • transaction_list: List transactions with pagination and date filtering

    • limit: Maximum number of transactions to return (default: 100, max: 1000)

    • offset: Number of transactions to skip for pagination

    • startdate: Filter transactions after this date (ISO format, e.g. 2024-01-01)

    • enddate: Filter transactions before this date (ISO format, e.g. 2024-12-31)

    • purchaseId: Filter by purchase ID

  • transaction_get: Get transaction details by ID

Statistics

  • stats_get: Get general statistics about transactions and revenue

  • stats_app: Get app-specific statistics

Events

  • event_list: List recent events with pagination and date filtering

    • limit: Maximum number of events to return (default: 100)

    • offset: Number of events to skip for pagination

    • startdate: Filter events after this date (ISO format, e.g. 2024-01-01)

    • enddate: Filter events before this date (ISO format, e.g. 2024-12-31)

    • raw: Return raw JSON instead of formatted output (default: false)

  • event_details: Get detailed information about a specific event (validator 3.12+)

    • eventId: The event ID to get details for

    • receipts: Include receipt validation details (default: false)

Stripe

  • stripe_prices: Get available Stripe products and prices

App Management

  • iaptic_switch_app: Switch to a different Iaptic app

    • appName: Name of the app to switch to

    • apiKey: API key for the app

  • iaptic_reset_app: Reset to the default Iaptic app

  • iaptic_current_app: Get information about the currently active app

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Run production build
npm start

Requirements

  • Node.js >= 18

  • An Iaptic account with API credentials

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
    1
  • A
    license
    -
    quality
    D
    maintenance
    A server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.
    24
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A server that enables seamless integration with Yango Tech e-commerce platform through Claude Desktop and Cursor IDE, allowing users to query orders, products, inventory and other business data using natural language.
    11
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    This server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.
    853
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

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