Back to MCP Catalog

Iaptic API MCP Server

Finance & FintechTypeScript
Access and analyze your Iaptic customer data, purchases, transactions, and statistics
Available Tools

customer_list

List customers with pagination

customer_get

Get detailed information about a specific customer by ID

purchase_list

List purchases with options for pagination, date filtering, and customer filtering

limitoffsetstartdateenddatecustomerId

purchase_get

Get detailed information about a specific purchase by ID

transaction_list

List transactions with options for pagination, date filtering, and purchase filtering

limitoffsetstartdateenddatepurchaseId

transaction_get

Get detailed information about a specific transaction by ID

stats_get

Get general statistics about transactions and revenue

stats_app

Get app-specific statistics

event_list

List recent events with options for pagination and date filtering

limitoffsetstartdateenddate

iaptic_switch_app

Switch to a different Iaptic app

appNameapiKey

iaptic_reset_app

Reset to the default Iaptic app

iaptic_current_app

Get information about the currently active app

The Iaptic API MCP provides a seamless interface for AI assistants to interact with your Iaptic account data. It enables access to comprehensive information about customers, purchases, transactions, and business statistics, allowing for detailed analysis and insights. With this integration, Claude and other AI assistants can answer specific questions about your business performance, customer behavior, and financial metrics by directly querying your Iaptic data. The MCP supports filtering by date ranges, pagination, and other parameters to help you find exactly the information you need.

Overview

The Iaptic API MCP allows AI assistants to access and analyze data from your Iaptic account, including customer information, purchase history, transaction details, and business statistics.

Installation

Option 1: Install via Smithery (Recommended)

The easiest way to install the Iaptic API MCP is through Smithery:

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

Option 2: Manual Installation

You can also install and run the MCP manually:

# Install globally
npm install -g mcp-server-iaptic

# Run the server
mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME

Or run directly with npx:

npx mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME

Configuration

To use the Iaptic API MCP with Claude Desktop, add the following to your Claude Desktop configuration file:

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

Replace your-api-key-here with your actual Iaptic API key and your-app-name-here with your Iaptic application name.

Requirements

  • Node.js version 18 or higher
  • An active Iaptic account with API credentials

Working with Multiple Iaptic Apps

If you need to work with multiple Iaptic applications, you can use the app management tools to switch between them during a session:

  1. Start with your default app configured in the MCP server
  2. Use iaptic_switch_app to change to a different app when needed
  3. Use iaptic_reset_app to return to your default app
  4. Use iaptic_current_app to check which app is currently active

Example Usage

Here are some examples of how to use the Iaptic API MCP with Claude:

  1. Get recent customer information: "Show me a list of our most recent customers"

  2. Analyze purchase trends: "What were our total sales in the last month?"

  3. Get transaction details: "Show me the details of transaction ID 12345"

  4. View business statistics: "What are our current revenue statistics?"

  5. Switch between apps: "Please switch to my TestApp application using API key test_key_123"

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.