Back to Home

racing-api-mcp-server

Verified Safe

by MatteoLazzaretti

Overview

An analytics engine that processes historical horse racing prediction data from a PostgreSQL database to evaluate algorithm performance, compare different algorithm versions, and optimize predictive factor weights for future predictions, designed for integration with Claude Desktop.

Installation

Run Command
node index.js

Environment Variables

  • DATABASE_URL

Security Notes

The server explicitly operates as a read-only analytics engine. It relies on environment variables for database connection (DATABASE_URL) and uses standard PostgreSQL client libraries. The codebase does not contain direct usage of 'eval' or other highly dangerous functions for arbitrary code execution. It communicates via stdio as an MCP server, without opening arbitrary network ports.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2025-11-25

Tags

RacingAnalyticsAlgorithm OptimizationMachine LearningPostgreSQL