Back to Home
circling-booster icon

MCP_SERVER_AXON_DB

Verified Safe

by circling-booster

Overview

Serves user data from a CSV file via FastAPI endpoints, including paginated lists, user lookups, and searches, with a focus on audit logging and Prometheus metrics for a micro-capabilities platform (MCP).

Installation

Run Command
python main.py

Environment Variables

  • CSV_FILE_PATH
  • MCP_API_TOKEN
  • LOG_LEVEL
  • APP_NAME
  • PAGE_SIZE_DEFAULT
  • PAGE_SIZE_MAX

Security Notes

Uses parameterized queries to prevent SQL injection. Authentication relies on a simple Bearer token loaded from environment variables. Sensitive data (like IP addresses) is masked in audit logs. No 'eval' or malicious patterns found. While the authentication mechanism is basic token comparison, it is implemented correctly for its intended scope.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

FastAPIData ServiceDuckDBAPIMetrics