Admin Transactions MCP
@aishwaryaeaswar
About Admin Transactions MCP
Exposing ZoomRx AP APIs via MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"admin-transactions-mcp": {
"command": "python",
"args": [
"transactions.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments