tba-mcp-server
Verified Safeby withinfocus
Overview
Provides a Model Context Protocol (MCP) interface to The Blue Alliance API, enabling AI assistants and other clients to retrieve comprehensive FIRST Robotics Competition team, event, and match data.
Installation
npx -y @withinfocus/tba-mcp-serverEnvironment Variables
- TBA_API_KEY
Security Notes
Robust input and output validation is implemented using Zod schemas, mitigating injection and malformed data risks. The TBA API key is correctly handled as an environment variable and not hardcoded. The server's operation through stdio limits direct system interaction, reducing the attack surface. Error handling for uncaught exceptions and unhandled rejections is present. No 'eval' or obfuscation found.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
mcp
Provides a Model Context Protocol (MCP) server for accessing comprehensive sports data and analytics from the BALLDONTLIE API across 18 major sports and leagues.