Integrations
Provides Python-based integration with example code for agents to fetch NFL transaction data programmatically.
NFL-Transaktionen MCP
Ein modulares Befehlszeilenprogramm (MCP) zum Scrapen von NFL-Transaktionsdaten von ProSportsTransactions.com.
Merkmale
- Rufen Sie NFL-Transaktionen mit flexiblen Filteroptionen ab:
- Spieler-/Trainer-/Führungskräftebewegungen (Trades, Verpflichtung von Free Agents, Draftpicks usw.)
- Bewegungen zur/von der Verletztenreserve
- Wechsel zu und aus Minor Leagues (NFL Europe)
- Verpasste Spiele wegen Verletzungen
- Verpasste Spiele aus persönlichen Gründen
- Disziplinarmaßnahmen (Suspendierungen, Geldstrafen usw.)
- Rechtliche/kriminelle Vorfälle
- Filtern Sie nach Team, Spieler, Datumsbereich und Transaktionstyp
- Ausgabedaten im CSV-, JSON- oder DataFrame-Format
- Listen Sie alle NFL-Teams und Transaktionsarten auf
Installation
Verwendung mit Cursor
Um dieses MCP mit Cursor zu verwenden, fügen Sie Ihrer Datei .cursor/mcp.json
die folgende Konfiguration hinzu:
Direktes Ausführen des MCP
Verfügbare Tools
1. Transaktionen abrufen
Ruft NFL-Transaktionen basierend auf angegebenen Filtern ab.
Parameter:
start_date
(erforderlich): Startdatum im Format JJJJ-MM-TTend_date
(erforderlich): Enddatum im Format JJJJ-MM-TTtransaction_type
(optional, Standard: „Alle“): Zu filternder Transaktionstypteam
(optional): Teamnameplayer
(optional): Spielernameoutput_format
(optional, Standard: "json"): Ausgabeformat (csv, json oder Dataframe)
Beispiel:
2. list_teams
Listet alle zum Filtern verfügbaren NFL-Teams auf.
Beispiel:
3. list_transaction_types
Listet alle zum Filtern verfügbaren Transaktionstypen auf.
Beispiel:
Integration mit Superagenten
Dieses MCP ist für die einfache Integration mit KI-Agenten oder Superagenten konzipiert. Ein Agent kann JSON-RPC-Anfragen stellen, um mit diesem MCP zu interagieren und NFL-Transaktionsdaten basierend auf Benutzeranfragen abzurufen.
Beispiel für eine Agentenintegration:
Lizenz
This server cannot be installed
Ein modulares Befehlszeilenprogramm zum Abrufen und Filtern von NFL-Transaktionsdaten, einschließlich Spielerbewegungen, Verletzungen, Disziplinarmaßnahmen und mehr von ProSportsTransactions.com.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server providing access to college football statistics sourced from the College Football Data API within Claude Desktop.Last updated -99PythonMIT License
- -securityFlicense-qualityProvides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.Last updated -Python
- -securityFlicense-qualityProvides structured access to NHL data including teams, players, standings, schedules, and statistics through the Model-Context Protocol pattern.Last updated -TypeScript
- -securityAlicense-qualityAn open-source MCP server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.Last updated -7PythonMIT License