{"protocolVersion":"1.0","name":"nhl-stats-agent","description":"Real-time NHL hockey stats, scores, standings, and player data via ESPN. Built for agents needing sports data.","url":"https://nhl-agent-production.up.railway.app/","supportedInterfaces":[{"url":"https://nhl-agent-production.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"overview","name":"overview","description":"Free NHL overview - current season standings and today's games","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},{"id":"scores","name":"scores","description":"Live NHL scores for today or specific date","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"date":{"description":"Date in YYYYMMDD format, defaults to today","type":"string"}},"additionalProperties":false}},{"id":"team","name":"team","description":"Detailed team info including roster, stats, and schedule","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"teamId":{"type":"string","description":"ESPN team ID (e.g., \"1\" for Bruins, \"10\" for Maple Leafs)"}},"required":["teamId"],"additionalProperties":false}},{"id":"standings","name":"standings","description":"Full NHL standings by conference","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"conference":{"default":"all","type":"string","enum":["eastern","western","all"]}},"required":["conference"],"additionalProperties":false}},{"id":"player","name":"player","description":"Player statistics and career info","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"playerId":{"type":"string","description":"ESPN player ID (get from team roster)"}},"required":["playerId"],"additionalProperties":false}},{"id":"schedule","name":"schedule","description":"Upcoming NHL games schedule","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"days":{"default":3,"description":"Number of days to fetch (max 7)","type":"number"}},"required":["days"],"additionalProperties":false}},{"id":"game","name":"game","description":"Detailed game info including box score and play-by-play summary","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"gameId":{"type":"string","description":"ESPN game ID"}},"required":["gameId"],"additionalProperties":false}},{"id":"analytics","name":"analytics","description":"Payment analytics summary","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},{"id":"analytics-transactions","name":"analytics-transactions","description":"Recent payment transactions","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"overview":{"description":"Free NHL overview - current season standings and today's games","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},"scores":{"description":"Live NHL scores for today or specific date","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"date":{"description":"Date in YYYYMMDD format, defaults to today","type":"string"}},"additionalProperties":false}},"team":{"description":"Detailed team info including roster, stats, and schedule","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"teamId":{"type":"string","description":"ESPN team ID (e.g., \"1\" for Bruins, \"10\" for Maple Leafs)"}},"required":["teamId"],"additionalProperties":false}},"standings":{"description":"Full NHL standings by conference","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"conference":{"default":"all","type":"string","enum":["eastern","western","all"]}},"required":["conference"],"additionalProperties":false}},"player":{"description":"Player statistics and career info","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"playerId":{"type":"string","description":"ESPN player ID (get from team roster)"}},"required":["playerId"],"additionalProperties":false}},"schedule":{"description":"Upcoming NHL games schedule","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"days":{"default":3,"description":"Number of days to fetch (max 7)","type":"number"}},"required":["days"],"additionalProperties":false}},"game":{"description":"Detailed game info including box score and play-by-play summary","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"gameId":{"type":"string","description":"ESPN game ID"}},"required":["gameId"],"additionalProperties":false}},"analytics":{"description":"Payment analytics summary","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},"analytics-transactions":{"description":"Recent payment transactions","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0x0C3D21e8835990427405F6FeA649f1fb8CB30ED6","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}