Sports MCP Server

Live sports scores and stats from NBA, NFL, and NHL

⚽ Sports MCP — AI Scores & Analytics avatar

⚽ Sports MCP — AI Scores & Analytics

Pricing

from $2.00 / 1,000 results

Try for free

Go to Apify Store

⚽ Sports MCP — AI Scores & Analytics

⚽ Sports MCP — AI Scores & Analytics

nexgendata/sports-mcp-server

Try for free

Ask questions about this Actor

MCP server for AI agents to access NBA, NFL, NHL live scores & historical data. Connect Claude, GPT or any AI to sports intelligence. 4 tools for sports analytics.

Pricing

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

3

Monthly active users

5 days ago

Last modified

Categories

AI

Social media

MCP servers

README

Pricing

Endpoints

Issues

Sports Scores MCP Server by nexgendata

Connect AI agents to structured sports data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to sports tools, returning clean JSON that agents can reason about and act on.

What This MCP Server Does

This MCP (Model Context Protocol) server exposes sports data tools that AI assistants like Claude, ChatGPT, and custom LLM agents can call directly. Instead of building API integrations or writing scraping code, any MCP-compatible AI system can access structured sports data through natural language requests. The server handles authentication, rate limiting, data extraction, and response formatting automatically.

Who Uses This

AI developers building agents that need access to sports data. Companies integrating real-time data into their LLM-powered products. Research teams using AI assistants for automated data gathering. Automation platforms connecting AI agents to structured data sources. Anyone building on top of the Model Context Protocol ecosystem.

How It Works

Deploy this MCP server on Apify and connect it to any MCP-compatible client. The server exposes a set of tools that accept structured parameters and return clean JSON responses. AI agents can discover available tools, understand their parameters, and call them as part of multi-step reasoning chains. The server runs on Apify infrastructure with built-in proxy support, caching, and error handling.

Available Tools

The server provides tools for fetching live scores, retrieving game schedules, accessing team standings, and getting player statistics across NFL, NBA, and NHL. Each tool accepts specific parameters, handles the underlying data extraction, and returns structured JSON that AI agents can parse and reason about. Tools are designed to be composable so agents can chain multiple calls together for complex data gathering workflows.

Pricing

This MCP server uses pay-per-event pricing. Each tool call that returns data counts as one event. Pricing is consistent with the underlying data actors at $3 per 1,000 events, making it cost-effective to integrate into production AI agent workflows.

Getting Started

Deploy the MCP server from the Apify Store. Configure your MCP client (Claude Desktop, custom agent, etc.) with the server endpoint URL. The server auto-discovers available tools and exposes them to your AI system. No additional configuration needed.

FAQ

**Is this compatible with Claude Desktop?**Yes. Any MCP-compatible client can connect to this server, including Claude Desktop, custom LLM agents, and automation platforms that support the Model Context Protocol.

**Do I need separate API keys?**No. The server handles all data access internally through Apify infrastructure. You only need your Apify API token to deploy and connect.

**Can I use this in production?**Yes. The server runs on Apify's scalable infrastructure with built-in monitoring, logging, and error handling suitable for production workloads.


💻 Code Example — Python


from apify_client import ApifyClient


client = ApifyClient("YOUR_APIFY_TOKEN")

run = client.actor("nexgendata/sports-mcp-server").call(run_input={

    # Fill in the input shape from the actor's input_schema

})


for item in client.dataset(run["defaultDatasetId"]).iterate_items():

    print(item)


🌐 Code Example — cURL


curl -X POST "https://api.apify.com/v2/acts/nexgendata~sports-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \

  -H "Content-Type: application/json" \

  -d '{ /* input schema */ }'


❓ FAQ

**Q: How do I get started?**Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

**Q: What's the typical cost per run?**See the pricing section below. Most runs finish under $0.10 for typical batches.

**Q: Is this actor maintained?**Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

**Q: Can I use the output commercially?**Yes — you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

**Q: How do I handle rate limits?**Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

💰 Pricing

Pay-per-event pricing — you only pay for what you actually extract.

  • Actor Start: $0.0001
  • result: $0.0020

🔗 Related NexGenData Actors

  • RAG Web Browser
  • AI Web Scraper
  • Hacker News Scraper

🚀 Apify Affiliate Program

New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

📚 More From NexGenData

Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com — the brand home for everything we ship.

  • 📖 Tutorials & how-to guides
  • 🗂️ Full actor catalog with usage examples
  • 📦 Gumroad data packs (one-time purchases)
  • 📬 Newsletter — monthly drops of new actors and revenue experiments

_Built and maintained by NexGenData — 165+ actors covering scraping, enrichment, MCP servers, and automation._🏠 Home: thenextgennexus.com

You might also like

ESPN MCP Server - Live Sports Scores & Stats for AI avatar

ESPN MCP Server - Live Sports Scores & Stats for AI

mrbridge/espn-mcp-server

12 MCP tools for ESPN sports data: live scores, standings, game analysis, betting odds, player stats & news across 25+ leagues (NFL, NBA, MLB, NHL, Premier League, F1, UFC...). Works with Claude Code, Claude Desktop & ChatGPT.

User avatar

MrBridge

46

5.0

Bet365 Live Scores API | Real-Time Sports Data, 13 Sports avatar

Bet365 Live Scores API | Real-Time Sports Data, 13 Sports

zen-studio/bet365-live-scores

Real-time sports scores via REST API. Live games, competition results, full match detail with lineups, statistics, and events. Football, basketball, tennis, hockey, and 9 more sports. 2600+ competitions. Multi-language support.

Zen Studio

5

ESPN Sports Scores & Schedules - NBA, NFL, MLB, NHL, MLS, EPL.. avatar

ESPN Sports Scores & Schedules - NBA, NFL, MLB, NHL, MLS, EPL..

hgservices/apify-actor-espn

Get live scores, schedules, and game results from ESPN — covering NBA, NFL, MLB, NHL, MLS, EPL, NCAA, and more. No API key needed. Filter by team, date, or status. Output includes scores, venues, broadcasts, and team details.

Harish Garg

14

5.0

DraftKings Scraper avatar

DraftKings Scraper

parseforge/draftkings-scraper

Scrape DraftKings DFS contests, player salaries, and sportsbook betting odds with automated data collection. Access near real-time information for NFL, NBA, MLB, NHL, and more sports, delivering structured data for analysis, modeling, and sports research workflows.

ParseForge

54

5.0

SportIntel MCP

epicmotionsd/sportintel-mcp

is the first AI-powered sports analytics Actor built on the Model Context Protocol (MCP). It provides explainable player projections, lineup optimization, and real-time betting odds for Daily Fantasy Sports (DFS) and sports betting.

Shawn Sonnier

17

Underdog Fantasy Player Props API - Lines & Odds avatar

Underdog Fantasy Player Props API - Lines & Odds

zen-studio/underdog-player-props

Scrape real-time player prop lines and odds from Underdog Fantasy API across 16 leagues. Get over/under lines, American and decimal odds, payout multipliers, player stats, team matchups, and game schedules. Filter by league, player name, stat type, or team. 45 fields per prop. JSON & CSV export.

Zen Studio

21

MLB Stats API avatar

MLB Stats API

gentle_cloud/mlb-stats-api

Extract baseball data from MLB official free API. Get teams, standings, game schedules/scores, and detailed player statistics for any season.

Monkey Coder

29

Cricbuzz Scrapper avatar

Cricbuzz Scrapper

shubham_patel/cricbuzz-scrapper

"Fast and efficient web scraper for Cricbuzz.com. Extracts cricket match scores, news, and articles from provided URLs."

shubham patel

53

Sports Intelligence Autopilot avatar

Sports Intelligence Autopilot

actor_researcher.48/sports-intelligence-autopilot

Professional sports intelligence across 38 leagues ( NBA, NFL, Cricket, Soccer, F1, Horse Racing and many others). Real-time scores, stats, odds analysis. FREE mode with ESPN data. Premium: value bets, arbitrage, DFS, AI predictions. 20 modes, 6 MCPs, 58 tools with beautiful HTML reports.

ANIRBAN ROY

3

MLB Stats API - Baseball Data avatar

MLB Stats API - Baseball Data

alizarin_refrigerator-owner/mlb-stats-api

Comprehensive MLB baseball statistics including player stats, game logs, standings & historical data. Perfect for fantasy sports, betting & analytics.

The Howlers

7

Server Terkait

NotebookLM Web Importer

Impor halaman web dan video YouTube ke NotebookLM dengan satu klik. Dipercaya oleh 200.000+ pengguna.

Instal Ekstensi Chrome