aishwaryaeaswar/aishwaryaeaswar-zoomrx-ap-mcp-server
If you are the rightful owner of aishwaryaeaswar-zoomrx-ap-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Admin-Transactions-MCP is a FastMCP server that interacts with the transactions API of a CakePHP 4 application, enabling natural language queries via Claude to fetch and display transaction details.
Admin-Transactions-MCP is designed to facilitate seamless interaction with the transactions API of a CakePHP 4 application. By leveraging the power of FastMCP, it allows users to perform natural language queries through Claude, a language model, to retrieve and display transaction details efficiently. The server supports pagination for listing transactions, ensuring that users can navigate through large datasets with ease. Security is a priority, with authentication tokens managed through environment variables. The server also employs asynchronous API requests using the `httpx` library, enhancing performance and responsiveness. Detailed logging is implemented, with separate logs for debugging and error tracking, aiding in effective monitoring and troubleshooting.
Features
- 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
Usages
usage with local stdio
python transactions.py
usage with vscode
{ "mcpServers": { "admin-transactions": { "command": "python", "args": ["transactions.py"] } } }