Back to Home
aself101 icon

mcp-security

Verified Safe

by aself101

Overview

Provides NBA statistics, live scores, and player/team data from public APIs.

Installation

Run Command
cd cookbook/nba-server && npm run build && node dist/index.js

Environment Variables

  • VERBOSE_LOGGING

Security Notes

The server leverages the `mcp-security` framework, which implements a 5-layer defense-in-depth model against various injection attacks, path traversal, SSRF, deserialization, XSS, and more. This specific NBA server is read-only and requires no authentication, further reducing its attack surface. While the broader framework's test server includes an `eval`-like `Function` for a calculator demonstration, it is explicitly sanitized and not present in this NBA server's domain-specific logic. The overall design prioritizes security, with built-in rate limiting and side effect declarations for network calls.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-15

Tags

NBA statsLive scoresPlayer dataTeam dataAPI wrapper