balldontlie-mcp

by mikechao
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables access to MLB information through the Balldontlie API, allowing retrieval of team data, player profiles, and game statistics including specific games or games filtered by dates and teams.

  • Provides access to NBA information through the Balldontlie API, allowing retrieval of team data, player profiles, and game statistics including specific games or games filtered by dates and teams.

Balldontlie MCP 서버

NBA, NFL, MLB의 선수, 팀 및 경기에 대한 정보를 제공하기 위해 Balldontlie API를 통합한 MCP 서버 구현입니다.

도구

  • get_teams
    • NBA, NFL 또는 MLB 팀 목록을 받으세요
    • 입력:
      • league (enum ['NBA', 'NFL', 'MLB']): 팀을 가져올 스포츠 리그
  • 플레이어를 얻으세요
    • NBA, NFL 또는 MLB의 선수 목록을 가져옵니다.
    • 입력:
      • league (enum ['NBA', 'NFL', 'MLB']): 선수를 모집하는 스포츠 리그
      • firstName (문자열, 선택 사항): 검색할 플레이어의 첫 번째 이름
      • lastName (문자열, 선택 사항): 검색할 플레이어의 성
      • cursor (숫자, 선택 사항): 페이지 매김을 위한 커서
  • 게임 받기
    • NBA, NFL 또는 MLB의 게임 목록을 가져옵니다.
    • 입력:
      • league (enum ['NBA', 'NFL', 'MLB']): 게임을 가져올 스포츠 리그
      • dates (문자열[], 선택 사항): 특정 날짜의 게임을 가져옵니다. 형식: YYYY-MM-DD
      • teamIds (문자열[], 선택 사항): 특정 게임에 대한 게임 가져오기
      • cursor (숫자, 선택 사항): 페이지 매김을 위한 커서
  • 게임 받기
    • NBA, MLB, NFL 중 하나의 특정 리그에서 특정 게임을 받으세요
    • 입력:
      • league (enum ['NBA', 'NFL', 'MLB']): 게임을 가져올 스포츠 리그
      • gameId (숫자): get_games 도구에서 가져온 게임의 ID

구성

API 키 받기

  1. Balldontlie.io 에 계정을 등록하세요
  2. 이 MCP 서버에는 무료 플랜이 충분합니다.

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 balldontlie-mcp를 자동으로 설치하려면:

지엑스피1

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요:

{ "mcp-servers": { "balldontlie": { "command": "npx", "args": [ "-y", "balldontlie-mcp" ], "env": { "BALLDONTLIE_API_KEY": "YOUR API KEY HERE" } } } }

LibreChat과 함께 사용

mcpServers: balldontlie: command: sh args: - "-c" - "BALLDONTLIE_API_KEY=your-api-key-here npx -y balldontlie-mcp"

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

부인 성명

이 라이브러리는 balldontlie.io와 공식적으로 제휴 관계가 없습니다. MCP 서버를 기반으로 balldontlie API를 구현한 타사 라이브러리입니다.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

NBA, NFL, MLB의 선수, 팀, 경기에 대한 정보를 제공하기 위해 Balldontlie API를 통합한 MCP 서버 구현입니다.

  1. Tools
    1. Configuration
      1. Getting an API Key
      2. Installing via Smithery
      3. Usage with Claude Desktop
      4. Usage with LibreChat
    2. License
      1. Disclaimer
        ID: s7jary3hc6