MCP.so
ログイン

Admin Transactions MCP

@aishwaryaeaswar

Admin Transactions MCP について

Exposing ZoomRx AP APIs via MCP server

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

aishwaryaeaswar

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "admin-transactions-mcp": {
      "command": "python",
      "args": [
        "transactions.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Admin Transactions MCP?

Admin Transactions MCP is a FastMCP server that interacts with the transactions API of a CakePHP 4 application. It allows natural language queries via Claude to fetch and display transaction details.

How to use Admin Transactions MCP?

Clone the repository, create and activate a Python virtual environment, install dependencies with pip install -r requirements.txt, copy .env.example to .env and configure the values, then start the server with python transactions.py.

Key features of Admin Transactions MCP

  • Exposes MCP tools for transactions API
  • Supports pagination for listing transactions
  • Uses environment variables for secure auth tokens
  • Async API requests with httpx
  • Detailed logging with separate debug and error logs

Use cases of Admin Transactions MCP

  • Query transaction details using natural language through Claude
  • List transactions with pagination support
  • Automate transaction data retrieval from a CakePHP 4 application

FAQ from Admin Transactions MCP

What does Admin Transactions MCP do?

It acts as a bridge between Claude and a CakePHP 4 transactions API, enabling natural language queries to fetch and display transaction data.

What are the main dependencies?

Python 3, FastMCP, httpx for async HTTP requests, and environment variable management via python-dotenv. All dependencies are listed in requirements.txt.

How does authentication work?

The server reads authentication tokens from environment variables defined in the .env file, which should be configured by copying .env.example and setting the appropriate values.

Does it support pagination for transaction listings?

Yes, it supports pagination when listing transactions from the CakePHP 4 application’s API.

Where does transaction data come from?

The data comes from the transactions API of a CakePHP 4 application that the server is configured to communicate with.

コメント

「その他」の他のコンテンツ