natural-language-sql-mcp

ryanmcarden/natural-language-sql-mcp
★ 0 stars Python Database Updated 3d ago
Production MCP server for natural language queries against MSSQL order management databases
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "natural-language-sql": {
      "command": "uvx",
      "args": [
        "natural-language-sql-mcp"
      ]
    }
  }
}

Or install with pip: pip install natural-language-sql-mcp

README Excerpt

A production [Model Context Protocol](https://modelcontextprotocol.io) server that connects Claude directly to an existing SQL Server database. Built for a custom embroidery shop; adaptable to any order management system on MSSQL. Staff ask questions in plain English. Claude figures out which tools to call, chains them, and answers — no query writing, no dashboards, no tickets to the dev team.

Tools (20)

EmailOrderIDShippingSizeanalyze_product_pricingexplain_order_timelinefind_margin_leaksfind_order_risksfind_similar_past_ordersget_best_sellersget_best_sellers_filteredget_contact_historyget_customerget_customer_360get_customer_product_historyget_design_usage_historyget_orderget_order_historyget_orders_by_periodget_orders_by_prodno

Topics

claudellmmcpnatural-language-processingpythonsql-server
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →