my-business-business-information-api
If you are the rightful owner of my-business-business-information-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 for the given OpenAPI URL, auto-generated using AG2's MCP builder.
The MCP Server is designed to facilitate multi-agent conversation protocols by leveraging the OpenAPI specifications provided by Google APIs. It is built using Python 3.9+ and requires pip and uv for installation. The server supports various transport modes such as stdio and sse, and can be configured using environment variables for flexibility. The project includes tools for development such as ruff for linting and formatting, mypy for static type checking, and pytest for testing. Pre-commit hooks are also set up to ensure code quality before commits. The server can be started using a main script and is capable of being built and published using Hatch.
Features
- Supports multiple transport modes including stdio and sse.
- Configurable via environment variables for flexibility.
- Includes development tools for linting, formatting, and testing.
- Pre-commit hooks to ensure code quality.
- Built and published using Hatch.