# FantasyPros API Server

Access sports data, news, rankings, and projections seamlessly. Retrieve the latest updates and player information for NFL, MLB, NBA, and NHL with ease. Enhance your applications with real-time sport…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add dynamicendpoints/fantasy-pros-mcp

# Browse available tools
npx -y smithery tool list dynamicendpoints/fantasy-pros-mcp

# Get full schema for a tool
npx -y smithery tool get dynamicendpoints/fantasy-pros-mcp get_sport_news

# Call a tool
npx -y smithery tool call dynamicendpoints/fantasy-pros-mcp get_sport_news '{}'
```

## Tools (5)

- `get_sport_news` — Get news for a specific sport
- `get_players` — Get player information for a specific sport
- `get_rankings` — Get consensus rankings for a sport
- `get_projections` — Get player projections for a sport
- `get_all_news` — Get all news from FantasyPros

```bash
# Get full input/output schema for a tool
npx -y smithery tool get dynamicendpoints/fantasy-pros-mcp <tool-name>
```
