@pooml/mcp
Related Servers
Alternatives to @pooml/mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables read-only SQL querying and schema inspection across MSSQL, PostgreSQL, and MySQL databases via MCP tools.-
- AlicenseNot gradedqualityCmaintenanceEnables SQL query execution and database structure browsing via MCP tools and resources.MIT
- FlicenseNot gradedqualityCmaintenanceEnables running read-only SQL queries and exploring DuckDB databases through MCP tools like listing tables, describing schemas, and fetching paginated data.-
- FlicenseAqualityCmaintenanceEnables read-only exploration and querying of PostgreSQL or MySQL databases via MCP, with schema discovery, safe SQL validation, natural language to SQL conversion, and CSV export.111-
- AlicenseNot gradedqualityAmaintenanceEnables MCP-compatible agents to run governed, read-only analytics queries against Postgres using predefined metrics and dimensions, with safety checks and provenance on every result.22Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables inspecting database schemas and executing read-only SQL queries on a PostgreSQL database via MCP tools.7MIT
TDQS
Scored across 3 tools
Each tool targets a clearly distinct function: query_logs handles log data, query_metrics handles metric data, and list_metrics provides metadata discovery for metrics. There is no meaningful overlap or ambiguity between them.
All tool names follow the consistent verb_noun pattern: query_logs, list_metrics, and query_metrics. The use of 'list' for discovery and 'query' for SQL access is a clear and predictable convention.
Three tools is well-scoped for a read-only observability server: one for logs, one for metric metadata, and one for metric data. Each tool provides substantial functionality, so the count feels appropriate rather than thin.
The tool surface covers the stated domain completely: log querying, metric listing, and metric querying are all present with rich SQL capabilities. No obvious gap exists for the read-only observability purpose this server appears to serve.