Skip to main content
Glama

balldontlie-mcp

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

프롬프트

  • 스케줄 생성기

리그(NBA, MLB, NFL)와 시작 날짜, 종료 날짜가 주어지면 Claude Desktop에서 대화형 일정이 생성됩니다.

클로드 데스크톱 예시

구성

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를 구현한 타사 라이브러리입니다.

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

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.

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

  1. 도구
    1. 프롬프트
      1. 구성
        1. API 키 받기
        2. Smithery를 통해 설치
        3. Claude Desktop과 함께 사용
        4. LibreChat과 함께 사용
      2. 특허
        1. 부인 성명

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An open-source MCP server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.
            Last updated -
            16
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables interaction with MLB (Major League Baseball) v3 projections through the SportsData.io API, allowing access to baseball statistics and projections through natural language.
            Last updated -
            Python
          • -
            security
            F
            license
            -
            quality
            An MCP Server that enables interaction with MLB scores and statistics via the SportsData.io MLB V3 Scores API, allowing users to access baseball data through natural language queries.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            Python MCP server that provides comprehensive access to MLB statistics and baseball data through a FastAPI-based interface. Acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more.
            Last updated -
            16
            Python
            MIT License
            • Apple

          View all related MCP servers

          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/mikechao/balldontlie-mcp'

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