nfl-v3-play-by-play
If you are the rightful owner of nfl-v3-play-by-play 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 sportsdata.io, 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 of sportsdata.io's NFL play-by-play API. This server facilitates seamless communication between multiple agents, enabling efficient data exchange and interaction. Built with Python 3.9+, the server is equipped with tools for linting, static analysis, and testing, ensuring high code quality and reliability. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different deployment scenarios. Configuration is flexible, allowing for environment variable settings and JSON configuration files. The project also integrates pre-commit hooks to maintain code integrity and uses Hatch for building and publishing, streamlining the development and deployment process.
Features
- Supports multiple transport modes: stdio, SSE, and streamable HTTP.
- Flexible configuration through environment variables and JSON files.
- Integrated with linting, static analysis, and testing tools for high code quality.
- Pre-commit hooks for maintaining code integrity.
- Uses Hatch for efficient building and publishing.