4,500+ servers built on MCP Fusion
Vinkius
NHL logo
Vinkius
CrewAI logo

How to Use the NHL MCP in CrewAI

Deploy collaborative CrewAI crews to analyze NHL game tape, player histories, and team matchups automatically.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

NHL MCP on Cursor AI Code Editor MCP Client NHL MCP on Claude Desktop App MCP Integration NHL MCP on OpenAI Agents SDK MCP Compatible NHL MCP on Visual Studio Code MCP Extension Client NHL MCP on GitHub Copilot AI Agent MCP Integration NHL MCP on Google Gemini AI MCP Integration NHL MCP on Lovable AI Development MCP Client NHL MCP on Mistral AI Agents MCP Compatible NHL MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect NHL MCP to CrewAI

Create your Vinkius account to connect NHL to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Run multi-agent NHL analysis with this MCP Server

CrewAI lets you build teams of specialized agents that divide and conquer. One agent can focus on team stats using `get_team_summary`, while another evaluates goaltending matchups by pulling data from `get_goalie_summary`. The agents share their findings in a common memory space, allowing them to collaborate on a final pre-game report. This team-based approach produces much deeper insights than a single generic agent working alone.

Historical Draft and Franchise Research

Hooking up this MCP Server lets your research crew dig into league history without writing complex database queries. Your agents can search through decades of draft data using `get_legacy_draft` and trace franchise trajectories via `get_franchises`. The crew's analyst agent compares past draft positions with current player success. By combining historical records with current roster data, the crew uncovers trends in how successful teams are built.

Real-Time Game Day Monitoring

You can run an autonomous game-day operations crew. A monitoring agent constantly checks live game events using `get_game_play_by_play`, while a separate editorial agent drafts live commentary. Because CrewAI supports hierarchical execution, a supervisor agent can review the commentary before it gets posted. This ensures high-quality output even during fast-paced, high-scoring games.

Setup guide

Set up NHL MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke NHL tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="NHL Analyst",
    goal="Access and analyze NHL data via MCP.",
    backstory="Expert analyst with direct NHL access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent NHL transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about NHL MCP in CrewAI

Pass the Vinkius MCP Server URL directly to the agent's `mcps` list. The agent automatically discovers tools like `get_live_scores` and knows when to call them during a run.
Yes, you can use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you restrict an agent to only run `search_player` or `suggest_active_players` while blocking other tools.
The agents use CrewAI's shared memory system. When the research agent pulls a boxscore using `get_game_boxscore`, the analyst agent can read that data from the context to calculate team percentages.
It supports stdio, SSE, and Streamable HTTP transports. You can run your CrewAI team locally in a terminal or deploy them to a cloud server using webhooks.
Your crew's internal reasoning, prompts, and strategic analysis remain strictly private. The MCP Server only handles outgoing requests for public NHL rosters and statistical data, keeping your competitive edge secure.

Start using the NHL MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 47 tools

We've already built the connector for NHL. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 47 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.