Skip to main content
Glama

Iaptic MCP Server

Official
by iaptic

Iaptic 用 MCP サーバー

Iaptic APIと連携するためのモデルコンテキストプロトコルサーバー。このサーバーにより、Claudeやその他のAIがIapticデータと連携し、顧客、購入、取引、統計に関する質問に答えることができます。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Iaptic を自動的にインストールするには:

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

手動インストール

# 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

Claude Desktopでの使用

Claude Desktop 構成ファイルに以下を追加します:

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

利用可能なツール

顧客

  • customer_list : 顧客リスト
  • customer_get : IDで顧客の詳細を取得する

購入

  • purchase_list : 購入リスト
    • limit : 返される購入の最大数(デフォルト: 100、最大: 1000)
    • offset : ページ区切りでスキップする購入数
    • startdate : この日付以降の購入をフィルタリングします(ISO形式、例:2024-01-01)
    • enddate : この日付より前の購入をフィルタリングします(ISO形式、例:2024-12-31)
    • customerId : 顧客IDでフィルタリング
  • purchase_get : IDで購入の詳細を取得する

取引

  • transaction_list : ページ区切りと日付フィルタリングを使用してトランザクションを一覧表示します
    • limit : 返されるトランザクションの最大数(デフォルト: 100、最大: 1000)
    • offset : ページ区切りでスキップするトランザクションの数
    • startdate : この日付以降の取引をフィルタリングします(ISO形式、例:2024-01-01)
    • enddate : この日付より前の取引をフィルタリングします(ISO形式、例:2024-12-31)
    • purchaseId : 購入IDでフィルタリング
  • transaction_get : IDでトランザクションの詳細を取得する

統計

  • stats_get : 取引と収益に関する一般的な統計を取得します
  • stats_app : アプリ固有の統計情報を取得する

イベント

  • event_list : ページ区切りと日付フィルタリングを使用して最近のイベントを一覧表示します
    • limit : 返されるイベントの最大数(デフォルト: 100)
    • offset : ページ区切りでスキップするイベント数
    • startdate : この日付以降のイベントをフィルタリングします(ISO形式、例:2024-01-01)
    • enddate : この日付より前のイベントをフィルタリングします(ISO形式、例:2024-12-31)

アプリ管理

  • iaptic_switch_app : 別のIapticアプリに切り替える
    • appName : 切り替えるアプリの名前
    • apiKey : アプリのAPIキー
  • iaptic_reset_app : デフォルトのIapticアプリにリセットする
  • iaptic_current_app : 現在アクティブなアプリに関する情報を取得します

発達

# Install dependencies npm install # Run in development mode npm run dev # Build for production npm run build # Run production build npm start

要件

  • Node.js >= 18
  • API認証情報を持つIapticアカウント

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Iaptic API と対話するためのサーバー。Claude などの AI モデルが顧客、購入、取引データを照会したり、統計的な洞察を取得したりできるようになります。

  1. インストール
    1. Smithery経由でインストール
    2. 手動インストール
  2. Claude Desktopでの使用
    1. 利用可能なツール
      1. 顧客
      2. 購入
      3. 取引
      4. 統計
      5. イベント
      6. アプリ管理
    2. 発達
      1. 要件
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An unofficial server that allows AI assistants to access Fathom Analytics data, enabling users to retrieve account information, site statistics, events, aggregated reports, and real-time visitor tracking.
            Last updated -
            5
            13
            1
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
            Last updated -
            1
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A server that enables AI systems to browse, retrieve content from, and interact with web pages through the Model Context Protocol.
            Last updated -
          • -
            security
            A
            license
            -
            quality
            A server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.
            Last updated -
            1,964
            MIT License
            • Apple

          View all related MCP servers

          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