Back to Home
alangould92 icon

fareway-database-mcp

Verified Safe

by alangould92

Overview

Provides secure and performant access to Fareway's golf tour database for AI agents via Model Context Protocol (MCP) tools.

Installation

Run Command
docker build -t fareway-database-mcp . && docker run -p 8081:8081 --env-file .env fareway-database-mcp

Environment Variables

  • SUPABASE_URL
  • SUPABASE_SERVICE_KEY
  • MCP_API_KEY

Security Notes

The server demonstrates strong security awareness: API key authentication is mandatory for all core endpoints, rate limiting is implemented, and the architecture explicitly relies on Supabase Row-Level Security (RLS) for data access control. Environment variables are used for sensitive credentials (Supabase URL/Service Key, MCP API Key), with clear instructions for secure handling (e.g., using service role key, generating strong API keys). No 'eval' or obvious malicious patterns found. The primary remaining risks are common to any service handling sensitive keys: improper external configuration of Supabase RLS or accidental exposure of environment variables.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-26

Tags

MCPAI AgentsGolfDatabaseAPI