xero-payroll-au-api
If you are the rightful owner of xero-payroll-au-api 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.
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by Xero Payroll AU, version 2.9.4, and is auto-generated using AG2's MCP builder.
The MCP Server project is a robust implementation of the Multi-Agent Conversation Protocol, specifically tailored for the Xero Payroll AU API. It is designed to facilitate seamless communication between multiple agents by leveraging the OpenAPI specifications. The server is built using Python 3.9+ and incorporates modern development practices such as linting, static type checking, and automated testing. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different deployment scenarios. The project is structured to allow easy configuration through environment variables and JSON files, ensuring flexibility and security. Developers can interact with the server programmatically, making it suitable for integration into larger systems or for standalone use. The use of pre-commit hooks and a comprehensive testing suite ensures code quality and reliability, while the inclusion of Hatch for building and publishing streamlines the deployment process.
Features
- Supports multiple transport modes (stdio, SSE, streamable HTTP)
- Configurable via environment variables and JSON files
- Includes linting, static type checking, and testing tools
- Pre-commit hooks for maintaining code quality
- Uses Hatch for building and publishing