Skip to main content
Glama

NHL MCP Server

by dylangroos

get-scores-now

Retrieve current and upcoming NHL game scores directly from the NHL MCP Server. Configure options to include completed or upcoming games for accurate, real-time updates.

Instructions

Get current NHL scores

Input Schema

NameRequiredDescriptionDefault
includeCompletedNoInclude completed games
includeUpcomingNoInclude upcoming games

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeCompleted": { "default": true, "description": "Include completed games", "type": "boolean" }, "includeUpcoming": { "default": true, "description": "Include upcoming games", "type": "boolean" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dylangroos/nhl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server