microquery-mcp
OfficialRelated Servers
Alternatives to microquery-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP server providing tools for read-only SQL queries, REST API calls, sandboxed Python execution, and resource lifecycle management, enabling multi-step research and data tasks.MIT
- AlicenseAqualityBmaintenanceAn MCP server that purchases small factual datasets on demand via x402 micropayments (about $0.01 per call), offering tools for financial research, fuel prices, air quality, and border crossings while supporting preview-only mode and configurable spending limits.8MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that translates natural-language questions into SQL, validates every query structurally, and executes approved read-only queries against a SQLite database, returning results and rejections.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.7 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server providing a single query tool to execute SQL against GetDot Database, enabling schema discovery, data loading, and querying via natural language.-
- FlicenseAqualityDmaintenanceMCP server that acts as a research intelligence agent, converting natural language queries into SQL or full-text search against Hacker News and arXiv data, and returning answers with supporting evidence.4-
TDQS
Scored across 4 tools
Each tool serves a clearly distinct purpose: setup (authenticate), discovery (list_databases), querying (query), and guidance (get_quickstart). No overlap or ambiguity.
Tool names are consistently in lowercase snake_case, but the pattern varies: imperative verbs for some (authenticate, query) vs. verb_noun for others (get_quickstart, list_databases). Minor inconsistency but still readable.
Four tools is well-scoped for a database query server: authentication, discovery, execution, and reference. Each tool earns its place without redundancy.
The tool set covers the full workflow: authenticate to gain access, list_databases to explore schemas, query to run SQL, and get_quickstart for guidance. No obvious gaps for the intended read-only query domain.