MCP_SERVER_AXON_DB
Verified Safeby 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
python main.pyEnvironment 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
redd-archiver
Archiving and providing AI-optimized access to Reddit-like platform data via a PostgreSQL-backed system and a RESTful API.
flapi
A fast and flexible API gateway powered by DuckDB, providing configurable HTTP and MCP endpoints for data access and management, with built-in caching, authentication, and rate-limiting features.
MCP_SERVER_AXON_DB
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).
Cloudflare-analytics-with-MCP-Server-Intergration
Analyzes Cloudflare Worker logs stored in DuckDB, providing error summaries and performance metrics via a FastAPI server with MCP compatibility.