ats-api
If you are the rightful owner of ats-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, auto-generated using AG2's MCP builder.
The MCP Server is a robust and flexible server implementation that facilitates multi-agent conversation protocols. It is specifically designed to work with the OpenAPI specification provided by Apis.guru for the Apideck ATS API version 9.3.0. The server is built using Python 3.9+ and leverages modern development tools and practices to ensure high-quality code and ease of use. It supports various transport modes, including stdio, SSE, and streamable HTTP, making it adaptable to different communication needs. The server is highly configurable through environment variables and JSON configuration files, allowing for easy customization and integration into existing systems. With a focus on development best practices, the project includes tools for linting, formatting, static analysis, and testing, ensuring that the codebase remains clean, efficient, and reliable.
Features
- Supports multiple transport modes (stdio, SSE, streamable HTTP) for flexible communication.
- Highly configurable via environment variables and JSON configuration files.
- Includes development tools for linting, formatting, static analysis, and testing.
- Pre-commit hooks ensure code quality before each commit.
- Built with Python 3.9+ for modern language features and performance.