
QueryCraft
Supports UIby am10101010
Natural language to OData v4 queries with schema-aware validation and interactive UI.
What it does
QueryCraft is an MCP App that provides a visual interface for translating plain English into precise OData v4 queries. It ingests live service metadata to ensure generated queries are grounded in real schema, eliminating hallucinations and syntax errors.
Key features
- Schema-Grounded Generation: Validates entity and property names against live
$metadataXML. - Interactive Query Builder: Visualizes schema context and result tables in real-time.
- Automatic Navigation Discovery: Uses BFS traversal to find the shortest
$expandpaths between entities. - Client-Side Aggregation: Supports GROUP BY and SUM operations locally when the server lacks
$applysupport.
Installation
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"querycraft": {
"command": "dotnet",
"args": ["run", "--project", "/path/to/query-craft-mcp/QueryCraft"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
dotnet run --project /path/to/query-craft-mcp/QueryCraftInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






