analytics-mcp-server
Guarded read-only SQLite analytics MCP with schema inspection, aggregations and CSV imports for AI agents.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for analytics-mcp-server, derived from its capabilities.
AIVSS 4.3 ยท Medium
View MAESTRO 7-layer threat model โOverview
analytics-mcp-server provides safe exploration and analysis of SQLite databases through guarded read-only queries, schema inspection, aggregations and CSV imports. Security surface: it runs locally against a SQLite file, so the main concerns are query-injection through the guard layer and untrusted CSV data being imported and then read back by the agent.
Key features
- Guarded read-only SQL queries
- Schema inspection and aggregations
- CSV import into SQLite
- Local-only operation
Use cases
- Analyze a local SQLite dataset in chat
- Import CSVs and query them with an agent