nfl-v3-scores

nfl-v3-scores

3.2

If you are the rightful owner of nfl-v3-scores 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 Server for the OpenAPI URL provided, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversation protocols by leveraging the OpenAPI specification from sportsdata.io's NFL v3 scores API. Built with Python 3.9+, this server is equipped to handle various transport modes, making it versatile for different communication needs. The server is developed with a focus on maintainability and ease of use, incorporating tools for linting, static analysis, and testing. It supports configuration through environment variables, allowing for flexible deployment in different environments. The server is also integrated with pre-commit hooks to ensure code quality and consistency across development cycles.

Features

  • Supports multiple transport modes including stdio, sse, and streamable-http.
  • Configurable via environment variables for easy deployment.
  • Integrated with ruff for linting and formatting, ensuring code quality.
  • Static analysis tools like mypy, bandit, and semgrep for enhanced security and type checking.
  • Pre-commit hooks to automate code quality checks before commits.