MCP Server
MCP
PuckAPI
The hockey data API. Stats, odds, and everything between. REST API and MCP server.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.puckapi.com/mcp",
"headers": [
{
"description": "Your PuckAPI API key. Get a free key with 500 credits at puckapi.com/signup",
"isRequired": true,
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment