negotiation-api
If you are the rightful owner of negotiation-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 eBay Sell Negotiation API, auto-generated using AG2's MCP builder.
The MCP Server is a robust and flexible server designed to facilitate multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is specifically tailored for the eBay Sell Negotiation API, providing a seamless interface for developers to integrate and manage negotiation processes. The server is built using Python 3.9+ and leverages modern development tools such as ruff for linting, mypy for static type checking, and pytest for testing. It supports various transport modes, including stdio, sse, and streamable-http, allowing for versatile deployment options. The server is highly configurable through environment variables and JSON configuration files, ensuring adaptability to different environments and security requirements. With a focus on ease of development and deployment, the MCP Server includes pre-commit hooks and scripts for testing, static analysis, and publishing, making it a comprehensive solution for managing multi-agent conversations in negotiation contexts.
Features
- Supports multiple transport modes (stdio, sse, streamable-http) for flexible deployment.
- Highly configurable through environment variables and JSON configuration files.
- Includes pre-commit hooks and scripts for testing, static analysis, and publishing.
- Utilizes modern development tools like ruff, mypy, and pytest for quality assurance.
- Built specifically for the eBay Sell Negotiation API, ensuring seamless integration.