yodlee-core-apis
If you are the rightful owner of yodlee-core-apis 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 Yodlee, 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 OpenAPI specifications provided by Yodlee. This server facilitates seamless communication between multiple agents, enabling efficient data exchange and interaction. Built using Python 3.9+, the server leverages modern development tools and practices to ensure high performance and reliability. The project is structured to support various transport modes, including stdio, sse, and streamable-http, making it versatile for different use cases. Developers can easily set up the server by cloning the repository and installing the necessary dependencies. The server's configuration is highly customizable through environment variables, allowing for flexible deployment in diverse environments. With integrated tools for linting, static analysis, and testing, the project maintains high code quality and security standards. Additionally, pre-commit hooks ensure that all code changes adhere to the project's guidelines before being committed.
Features
- Supports multiple transport modes: stdio, sse, and streamable-http.
- Customizable configuration via environment variables.
- Integrated with ruff for linting and formatting.
- Static analysis using mypy, bandit, and semgrep.
- Automated testing with pytest and coverage reporting.