Back to Home
myvfc icon

espn-mcp-server

Verified Safe

by myvfc

Overview

A unified API server for multi-source college sports data (ESPN, NCAA) with JSON-RPC 2.0 compliance, designed to be used as a tool by AI bots.

Installation

Run Command
npm start

Environment Variables

  • MCP_API_KEY
  • CFBD_API_KEY
  • PORT
  • KEEPALIVE_URL

Security Notes

The server uses environment variables for API keys (`MCP_API_KEY`, `CFBD_API_KEY`), and implements Bearer token authentication for its main `/mcp` endpoint, which are good practices. External API calls (to ESPN, NCAA) are handled with basic error checks. A default `MCP_API_KEY` is present in `server.js`, which should be replaced in a production environment to prevent potential unauthorized access if not properly secured via environment variables. No 'eval', obfuscation, or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-20

Tags

College SportsAPIJSON-RPCData AggregationBot Tool