Back to Fanfare

Card snapshot

mlb-stats-api.fly.dev · 2026-05-21 00:25:42 UTC · 5bd52705c0786d0f2bc1a85633ca4c1a70a4cf3213b9453f3c3fb6d4daa68b5a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "1.0",
  "name": "Fanfare",
  "version": "1.0.0",
  "description": "Live sports intelligence for agents building fan experiences across major North American leagues \u2014 teams, schedules, standings, players, stats, venues, and things to do nearby.",
  "url": "https://fanfare.run",
  "documentationUrl": "https://fanfare.run/docs",
  "provider": {
    "name": "Fanfare",
    "url": "https://fanfare.run"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "x402"
    ],
    "credentials": null
  },
  "skills": [
    {
      "id": "mlb-schedule",
      "name": "MLB Schedule",
      "description": "MLB game schedule for any date or team \u2014 matchups, scores, venues, and status. Filter by date (YYYY-MM-DD) or teamId to find specific games.",
      "tags": [
        "mlb",
        "baseball",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/mlb/schedule?date=2026-05-15",
        "https://fanfare.run/mlb/schedule?teamId=137"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-teams",
      "name": "MLB Teams",
      "description": "All 30 MLB teams with ID, city, abbreviation, and division. Use team IDs to query schedules, standings, and players.",
      "tags": [
        "mlb",
        "baseball",
        "teams"
      ],
      "examples": [
        "https://fanfare.run/mlb/teams"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-standings",
      "name": "MLB Standings",
      "description": "Current MLB standings \u2014 wins, losses, win percentage, games back, home/away splits, and streak. Filter by leagueId: 103 for American League, 104 for National League.",
      "tags": [
        "mlb",
        "baseball",
        "standings"
      ],
      "examples": [
        "https://fanfare.run/mlb/standings",
        "https://fanfare.run/mlb/standings?leagueId=103"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-players",
      "name": "MLB Players",
      "description": "All active MLB players for the current season \u2014 name, position, jersey number, and team assignment.",
      "tags": [
        "mlb",
        "baseball",
        "players"
      ],
      "examples": [
        "https://fanfare.run/mlb/players"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-player",
      "name": "MLB Player Stats",
      "description": "Full season hitting, pitching, and fielding stats for an MLB player by ID. Example: 660271 = Shohei Ohtani.",
      "tags": [
        "mlb",
        "baseball",
        "player",
        "stats"
      ],
      "examples": [
        "https://fanfare.run/mlb/player/660271"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-game-live",
      "name": "MLB Live Game Feed",
      "description": "Live play-by-play feed for an MLB game \u2014 lineups, inning-by-inning scores, pitching changes, and real-time status. Use game_pk from the schedule endpoint.",
      "tags": [
        "mlb",
        "baseball",
        "live",
        "game"
      ],
      "examples": [
        "https://fanfare.run/mlb/game/717465"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "5000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-venues",
      "name": "MLB Venues",
      "description": "MLB ballpark details \u2014 city, state, capacity, and playing surface. List all 30 stadiums or look up one by venueId.",
      "tags": [
        "mlb",
        "baseball",
        "venues",
        "stadiums"
      ],
      "examples": [
        "https://fanfare.run/mlb/venues",
        "https://fanfare.run/mlb/venues?venueId=3"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-venue-nearby",
      "name": "MLB Venue Nearby Places",
      "description": "Restaurants, bars, parking, and attractions near any MLB ballpark via Google Places. Ideal for building pre-game itineraries. Types: restaurant, bar, cafe, parking, tourist_attraction, lodging.",
      "tags": [
        "mlb",
        "baseball",
        "venues",
        "food",
        "places",
        "activities"
      ],
      "examples": [
        "https://fanfare.run/mlb/venue-nearby?venueId=31&type=restaurant",
        "https://fanfare.run/mlb/venue-nearby?venueId=31&type=bar"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-venue-weather",
      "name": "MLB Venue Weather",
      "description": "Real-time weather at any MLB ballpark \u2014 temperature, feels-like, wind speed, precipitation, and humidity. Essential for outdoor game-day planning.",
      "tags": [
        "mlb",
        "baseball",
        "venues",
        "weather"
      ],
      "examples": [
        "https://fanfare.run/mlb/venue-weather?venueId=31"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "mlb-tickets",
      "name": "MLB Tickets",
      "description": "Live primary-market ticket listings for an MLB home game via Ticketmaster \u2014 event name, price range, purchase URL, and on-sale status.",
      "tags": [
        "mlb",
        "baseball",
        "tickets"
      ],
      "examples": [
        "https://fanfare.run/mlb/tickets?teamId=137&date=2026-05-15"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-schedule",
      "name": "NBA Schedule",
      "description": "NBA game schedule for any date \u2014 matchups, scores by quarter, teams, and game status.",
      "tags": [
        "nba",
        "basketball",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/nba/schedule",
        "https://fanfare.run/nba/schedule?date=2026-01-15"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-teams",
      "name": "NBA Teams",
      "description": "All 30 NBA teams with ID, city, abbreviation, conference, and division. Use team IDs to query schedules and standings.",
      "tags": [
        "nba",
        "basketball",
        "teams"
      ],
      "examples": [
        "https://fanfare.run/nba/teams"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-standings",
      "name": "NBA Standings",
      "description": "Current NBA standings by conference \u2014 wins, losses, win percentage, and conference rank for all 30 teams.",
      "tags": [
        "nba",
        "basketball",
        "standings"
      ],
      "examples": [
        "https://fanfare.run/nba/standings"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-players",
      "name": "NBA Players",
      "description": "All active NBA players for the current season \u2014 name, position, jersey number, and team.",
      "tags": [
        "nba",
        "basketball",
        "players"
      ],
      "examples": [
        "https://fanfare.run/nba/players"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-player",
      "name": "NBA Player Stats",
      "description": "Season stats for an NBA player \u2014 points, rebounds, assists, and more. Look up by ESPN player ID.",
      "tags": [
        "nba",
        "basketball",
        "player",
        "stats"
      ],
      "examples": [
        "https://fanfare.run/nba/player/4432816"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-game-live",
      "name": "NBA Live Game",
      "description": "Live NBA game detail \u2014 current score, period, clock, and game status. Use for real-time in-game updates.",
      "tags": [
        "nba",
        "basketball",
        "live",
        "game"
      ],
      "examples": [
        "https://fanfare.run/nba/game/401705496"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "5000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-venue-nearby",
      "name": "NBA Venue Nearby Places",
      "description": "Restaurants, bars, parking, and attractions near any NBA arena via Google Places. Great for pre-game planning. Types: restaurant, bar, cafe, parking, tourist_attraction, lodging.",
      "tags": [
        "nba",
        "basketball",
        "venues",
        "food",
        "places",
        "activities"
      ],
      "examples": [
        "https://fanfare.run/nba/venue-nearby?teamId=14&type=restaurant"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-venue-weather",
      "name": "NBA Venue Weather",
      "description": "Real-time weather near any NBA arena \u2014 temperature, wind, and conditions. Useful for travel planning around game day.",
      "tags": [
        "nba",
        "basketball",
        "venues",
        "weather"
      ],
      "examples": [
        "https://fanfare.run/nba/venue-weather?teamId=14"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nba-tickets",
      "name": "NBA Tickets",
      "description": "Live primary-market ticket listings for an NBA home game via Ticketmaster \u2014 price range, purchase URL, and on-sale status.",
      "tags": [
        "nba",
        "basketball",
        "tickets"
      ],
      "examples": [
        "https://fanfare.run/nba/tickets?teamId=14&date=2026-01-15"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-schedule",
      "name": "WNBA Schedule",
      "description": "WNBA game schedule for any date \u2014 matchups, scores, and game status. Pass a date to find games on a specific day.",
      "tags": [
        "wnba",
        "basketball",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/wnba/schedule",
        "https://fanfare.run/wnba/schedule?date=2026-07-15"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-teams",
      "name": "WNBA Teams",
      "description": "All WNBA teams with ID, city, abbreviation, and conference. Use team IDs to query schedules and standings.",
      "tags": [
        "wnba",
        "basketball",
        "teams"
      ],
      "examples": [
        "https://fanfare.run/wnba/teams"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-standings",
      "name": "WNBA Standings",
      "description": "Current WNBA standings with wins, losses, win percentage, and conference rank.",
      "tags": [
        "wnba",
        "basketball",
        "standings"
      ],
      "examples": [
        "https://fanfare.run/wnba/standings"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-players",
      "name": "WNBA Players",
      "description": "All active WNBA players for the current season \u2014 name, position, jersey number, and team.",
      "tags": [
        "wnba",
        "basketball",
        "players"
      ],
      "examples": [
        "https://fanfare.run/wnba/players"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-player",
      "name": "WNBA Player Stats",
      "description": "Season stats for a WNBA player \u2014 points, rebounds, and assists. Look up by ESPN player ID.",
      "tags": [
        "wnba",
        "basketball",
        "player",
        "stats"
      ],
      "examples": [
        "https://fanfare.run/wnba/player/4433403"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-venue-nearby",
      "name": "WNBA Venue Nearby Places",
      "description": "Restaurants, bars, parking, and attractions near any WNBA arena via Google Places. Great for pre-game planning. Types: restaurant, bar, cafe, parking, tourist_attraction, lodging.",
      "tags": [
        "wnba",
        "basketball",
        "venues",
        "food",
        "places",
        "activities"
      ],
      "examples": [
        "https://fanfare.run/wnba/venue-nearby?teamId=5&type=restaurant"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-venue-weather",
      "name": "WNBA Venue Weather",
      "description": "Real-time weather near any WNBA arena \u2014 temperature, wind, and conditions for game-day planning.",
      "tags": [
        "wnba",
        "basketball",
        "venues",
        "weather"
      ],
      "examples": [
        "https://fanfare.run/wnba/venue-weather?teamId=5"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "wnba-tickets",
      "name": "WNBA Tickets",
      "description": "Live primary-market ticket listings for a WNBA home game via Ticketmaster \u2014 price range, purchase URL, and on-sale status.",
      "tags": [
        "wnba",
        "basketball",
        "tickets"
      ],
      "examples": [
        "https://fanfare.run/wnba/tickets?teamId=5&date=2026-07-15"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-schedule",
      "name": "NHL Schedule",
      "description": "NHL game schedule for any date \u2014 matchups, scores by period, and game status. Defaults to today's games if no date provided.",
      "tags": [
        "nhl",
        "hockey",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/nhl/schedule",
        "https://fanfare.run/nhl/schedule?date=2026-04-18"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-teams",
      "name": "NHL Teams",
      "description": "All NHL teams with ID, abbreviation, and city. Use team IDs to query schedules and standings.",
      "tags": [
        "nhl",
        "hockey",
        "teams"
      ],
      "examples": [
        "https://fanfare.run/nhl/teams"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-standings",
      "name": "NHL Standings",
      "description": "Current NHL standings \u2014 wins, losses, OT losses, points, and division rank across all 32 teams and 4 divisions.",
      "tags": [
        "nhl",
        "hockey",
        "standings"
      ],
      "examples": [
        "https://fanfare.run/nhl/standings"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-player",
      "name": "NHL Player Stats",
      "description": "NHL player profile and season stats by player ID \u2014 goals, assists, and plus/minus. Example: 8478402 = Connor McDavid.",
      "tags": [
        "nhl",
        "hockey",
        "player",
        "stats"
      ],
      "examples": [
        "https://fanfare.run/nhl/player/8478402"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-game-live",
      "name": "NHL Live Game Feed",
      "description": "Live NHL game feed \u2014 period, clock, play-by-play, and real-time scoring. Use game_id from the schedule endpoint.",
      "tags": [
        "nhl",
        "hockey",
        "live",
        "game"
      ],
      "examples": [
        "https://fanfare.run/nhl/game/2025020900"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "5000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-venue-nearby",
      "name": "NHL Venue Nearby Places",
      "description": "Restaurants, bars, parking, and attractions near any NHL arena via Google Places. Ideal for pre-game planning. Types: restaurant, bar, cafe, parking, tourist_attraction, lodging.",
      "tags": [
        "nhl",
        "hockey",
        "venues",
        "food",
        "places",
        "activities"
      ],
      "examples": [
        "https://fanfare.run/nhl/venue-nearby?teamId=6&type=restaurant"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-venue-weather",
      "name": "NHL Venue Weather",
      "description": "Real-time weather near any NHL arena \u2014 temperature, wind, and conditions for game-day travel planning.",
      "tags": [
        "nhl",
        "hockey",
        "venues",
        "weather"
      ],
      "examples": [
        "https://fanfare.run/nhl/venue-weather?teamId=6"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nhl-tickets",
      "name": "NHL Tickets",
      "description": "Live primary-market ticket listings for an NHL home game via Ticketmaster \u2014 price range, purchase URL, and on-sale status.",
      "tags": [
        "nhl",
        "hockey",
        "tickets"
      ],
      "examples": [
        "https://fanfare.run/nhl/tickets?teamId=6&date=2026-04-18"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-scoreboard",
      "name": "NFL Scoreboard",
      "description": "NFL game scores for any date \u2014 live and final scores during season, empty during offseason.",
      "tags": [
        "nfl",
        "football",
        "scoreboard",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/nfl/scoreboard",
        "https://fanfare.run/nfl/scoreboard?date=2025-12-28"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-schedule",
      "name": "NFL Weekly Schedule",
      "description": "NFL weekly schedule by season year and week number (1-18) \u2014 all matchups, kickoff times, and venues for that week.",
      "tags": [
        "nfl",
        "football",
        "schedule"
      ],
      "examples": [
        "https://fanfare.run/nfl/schedule?year=2025&week=1"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-teams",
      "name": "NFL Teams",
      "description": "All 32 NFL teams with ID, name, abbreviation, and city. Use team IDs to query schedules and standings.",
      "tags": [
        "nfl",
        "football",
        "teams"
      ],
      "examples": [
        "https://fanfare.run/nfl/teams"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-standings",
      "name": "NFL Standings",
      "description": "Current NFL standings \u2014 wins, losses, win percentage, division rank, and conference rank for all 32 teams.",
      "tags": [
        "nfl",
        "football",
        "standings"
      ],
      "examples": [
        "https://fanfare.run/nfl/standings"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-game",
      "name": "NFL Game Detail",
      "description": "NFL game detail with score, current quarter, game clock, and box score. Use event_id from the schedule or scoreboard endpoint.",
      "tags": [
        "nfl",
        "football",
        "game"
      ],
      "examples": [
        "https://fanfare.run/nfl/game/401547393"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-venue-nearby",
      "name": "NFL Venue Nearby Places",
      "description": "Restaurants, bars, parking, and attractions near any NFL stadium via Google Places. Great for tailgate and pre-game planning. Types: restaurant, bar, cafe, parking, tourist_attraction, lodging.",
      "tags": [
        "nfl",
        "football",
        "venues",
        "food",
        "places",
        "activities"
      ],
      "examples": [
        "https://fanfare.run/nfl/venue-nearby?teamId=12&type=restaurant"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-venue-weather",
      "name": "NFL Venue Weather",
      "description": "Real-time weather at any NFL stadium \u2014 temperature, wind speed, and precipitation. Critical for outdoor stadium planning and fantasy decisions.",
      "tags": [
        "nfl",
        "football",
        "venues",
        "weather"
      ],
      "examples": [
        "https://fanfare.run/nfl/venue-weather?teamId=12"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    },
    {
      "id": "nfl-tickets",
      "name": "NFL Tickets",
      "description": "Live primary-market ticket listings for an NFL home game via Ticketmaster \u2014 price range, purchase URL, and on-sale status.",
      "tags": [
        "nfl",
        "football",
        "tickets"
      ],
      "examples": [
        "https://fanfare.run/nfl/tickets?teamId=12&date=2025-12-28"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "currency": "USDC",
        "network": "base",
        "pricePerCall": "1000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170"
      }
    }
  ]
}