F
licenseNot graded
qualityC
maintenanceEnables natural-language querying and safe read/write access to a small e-commerce SQLite database through MCP tools, including schema inspection, SELECT queries, and explicitly confirmed mutations.
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct, non-overlapping purpose: raw SQL execution, schema listing, table detail inspection, and natural-language querying. No ambiguity between them.
All tools follow a consistent verb_object pattern (execute_sql, list_tables, describe_table, query_database). Naming is uniform and predictable.
Four tools is well-scoped for a read-only SQL MCP server. Each tool adds clear value without redundancy, and the count is ideal for the domain.
The server fully covers its read-only analytics purpose: schema exploration (list, describe) and data retrieval (raw SQL and natural language). No missing operations or dead ends within its stated scope.