article-search-api
If you are the rightful owner of article-search-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 NY Times Article Search API, auto-generated using AG2's MCP builder.
The MCP Server is designed to facilitate multi-agent conversations by leveraging the OpenAPI specification of the NY Times Article Search API. It is built using Python and requires Python 3.9 or higher. The server supports different transport modes such as stdio and SSE, and can be configured using environment variables or JSON configuration files. The project includes tools for development, testing, and deployment, such as ruff for linting, mypy for static type checking, and pytest for testing. It also supports pre-commit hooks to ensure code quality before commits.
Features
- Supports multiple transport modes including stdio and SSE.
- Configurable via environment variables and JSON configuration files.
- Includes development tools for linting, static analysis, and testing.
- Pre-commit hooks for maintaining code quality.
- Uses Hatch for building and publishing the project.