Skip to main content
Glama

NHL MCP Server

by dylangroos

get-scores-now

Retrieve current NHL scores, completed games, and upcoming matchups instantly using structured NHL data access. Customize results based on game status for quick 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