SportScore
sportscore-mcp
SportScore용 MCP 서버 — 축구, 농구, 크리켓, 테니스의 실시간 점수, 경기 상세 정보, 순위, 득점 순위, 대진표 및 선수 통계를 제공합니다. 무료 공개 API이며, CORS가 허용되고 API 키가 필요 없습니다.
모든 Model Context Protocol 호스트(Claude Desktop, Cursor, Continue, Zed 및 사용자 지정 MCP 클라이언트)에서 작동합니다.
AI 어시스턴트가 제공하는 기능
종목별 실시간 및 최근 경기
단일 경기 상세 정보(점수, 상태, 타임라인, 라인업)
팀 일정
리그/대회 순위
득점/도움 순위
선수 통계 및 메타데이터
토너먼트 대진표
실시간 경기 추적 데이터
Related MCP server: sports-data-mcp-server
Claude Desktop에 설치
claude_desktop_config.json에 다음 내용을 추가하세요:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sportscore": {
"command": "npx",
"args": ["-y", "sportscore-mcp"]
}
}
}Claude Desktop을 재시작하세요. 도구 메뉴에서 SportScore 도구를 확인할 수 있습니다. 다음과 같이 질문해 보세요:
"지금 진행 중인 프리미어 리그 경기가 뭐야?"
"NBA 순위 보여줘."
"라리가 득점 순위가 어떻게 돼?"
"바르셀로나의 다음 경기는 언제야?"
Cursor / Continue / Zed에 설치
stdio 명령을 허용하는 모든 MCP 호스트에서 작동합니다. npx -y sportscore-mcp 실행 방식은 동일하며, 정확한 설정 파일 위치는 각 호스트의 MCP 문서를 참조하세요.
설정
환경 변수(선택 사항):
변수 | 기본값 | 목적 |
|
| API 기본 URL 재정의 (스테이징/자체 호스팅 시 유용) |
|
| User-Agent 문자열 재정의 |
| (설정 안 됨) | 설정 시 stdio 대신 이 포트에서 Streamable HTTP 서버로 실행 |
|
| HTTP 모드 실행 시 바인딩 주소 |
| (설정 안 됨) |
|
익명 설치 핑(선택 해제 가능)
시작 시 서버는 다음 페이로드와 함께 https://sportscore.com/api/mcp/ping/으로 일회성 POST 요청을 보냅니다:
{ "client": "sportscore-mcp", "version": "0.3.0", "transport": "stdio", "host": "darwin", "node": "20.11.0" }이것이 페이로드의 전부이며, 사용자 ID, IP, 쿠키, 지문 정보는 포함되지 않습니다. 주간 활성 설치 수와 Node/OS 분포를 파악하여 지원 범위를 결정하는 데 사용됩니다. SPORTSCORE_NO_TELEMETRY=1을 설정하여 선택 해제할 수 있습니다.
도구
도구 | 목적 | 필수 인수 |
| 실시간 및 최근 경기 |
|
| 슬러그별 단일 경기 |
|
| 팀 일정 |
|
| 리그 테이블 |
|
| 득점/도움 순위 |
|
| 선수 통계 |
|
| 토너먼트 대진표 |
|
| 실시간 추적 데이터 |
|
전체 매개변수 문서 및 응답 형식: sportscore.com/developers/ · OpenAPI 3.0 사양
출처 표기
이 MCP 서버는 모든 도구 결과와 함께 Powered by SportScore 출처를 표시합니다. 무료 티어 API는 최종 사용자에게 노출되는 출력물에 해당 출처가 표시되어야 하므로, 프롬프트나 후처리 과정에서 이를 제거하지 마십시오.
출처 표기를 제거해야 하는 상업적/화이트라벨 사용 문의: api@sportscore.com. 약관: sportscore.com/developers/terms/.
사용량 제한
무료 티어: IP당 24시간 기준 약 1000회 요청, 60초 엣지 캐싱 적용. 일반적인 MCP 워크플로우에 적합하며, 사용자가 채팅 세션을 진행하는 동안에는 제한에 도달하지 않습니다. 대량/상업용/고트래픽 사용 시 api@sportscore.com으로 문의하십시오.
라이선스
MIT — LICENSE 참조.
링크
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.12MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.MIT
- AlicenseNot gradedqualityCmaintenanceEnables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.8MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Desktop to access real-time sports data including live scores, fixtures, standings, and NBA statistics using free APIs.
Related MCP Connectors
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
API-Football MCP — comprehensive soccer/football data
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Backspace-me/sportscore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server