- Explore MCP Servers
- fantasy-pros-mcp
Fantasy Pros Mcp
What is Fantasy Pros Mcp
fantasy-pros-mcp is an MCP server that provides access to the FantasyPros API, offering sports data, news, rankings, and projections for various sports.
Use cases
Use cases include developing fantasy sports applications, creating sports news aggregators, and providing real-time player performance projections for sports enthusiasts.
How to use
To use fantasy-pros-mcp, you can install it via Smithery or manually by obtaining an API key from FantasyPros, setting up a .env file, installing dependencies, and building the server.
Key features
Key features include fetching sports news, retrieving player information, accessing consensus rankings, and obtaining player projections for NFL, MLB, NBA, and NHL.
Where to use
fantasy-pros-mcp can be used in sports analytics, fantasy sports applications, and any platform requiring real-time sports data and insights.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Fantasy Pros Mcp
fantasy-pros-mcp is an MCP server that provides access to the FantasyPros API, offering sports data, news, rankings, and projections for various sports.
Use cases
Use cases include developing fantasy sports applications, creating sports news aggregators, and providing real-time player performance projections for sports enthusiasts.
How to use
To use fantasy-pros-mcp, you can install it via Smithery or manually by obtaining an API key from FantasyPros, setting up a .env file, installing dependencies, and building the server.
Key features
Key features include fetching sports news, retrieving player information, accessing consensus rankings, and obtaining player projections for NFL, MLB, NBA, and NHL.
Where to use
fantasy-pros-mcp can be used in sports analytics, fantasy sports applications, and any platform requiring real-time sports data and insights.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
FantasyPros MCP Server
An MCP server that provides access to the FantasyPros API for sports data, news, rankings, and projections.
Setup
Installing via Smithery
To install fantasy-pros-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @DynamicEndpoints/fantasy-pros-mcp --client claude
Manual Installation
- Get a FantasyPros API key by emailing them
- Create a
.envfile and add your API key:
FANTASYPROS_API_KEY=your_api_key_here
- Install dependencies:
npm install
- Build the server:
npm run build
Available Tools
get_sport_news
Get news for a specific sport (NFL, MLB, NBA, NHL)
- Parameters:
- sport: Sport to get news for (‘nfl’, ‘mlb’, ‘nba’, ‘nhl’)
- limit: Number of news items to return (max 25)
- category: Type of news (‘injury’, ‘recap’, ‘transaction’, ‘rumor’, ‘breaking’)
get_players
Get player information for a specific sport
- Parameters:
- sport: Sport to get players for (‘nfl’, ‘mlb’, ‘nba’, ‘nhl’)
- playerId: Filter by specific player ID (optional)
get_rankings
Get consensus rankings for a sport
- Parameters:
- sport: Sport to get rankings for (‘nfl’, ‘nba’)
- position: Position to filter by (optional)
- scoring: Scoring type for NFL (‘STD’, ‘PPR’, ‘HALF’)
get_projections
Get player projections for a sport
- Parameters:
- sport: Sport to get projections for (‘nfl’, ‘mlb’, ‘nba’)
- season: Season year
- week: Week number (for NFL)
- position: Position to filter by (optional)
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










