mcp_data

FulgentMcGuffin/mcp_data
★ 0 stars Python Database Updated 9d ago
A Model Context Protocol (MCP) server and client for querying databases with natural language.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_data": {
      "command": "uvx",
      "args": [
        "mcp-data"
      ]
    }
  }
}

Or install with pip: pip install mcp-data

README Excerpt

A **Model Context Protocol (MCP) server and client** for querying databases with natural language. Ask questions about your data in plain English and get SQL-backed answers. Query your database using free-form natural language with the agentic LLM mode: ```bash uv run db-mcp-client --llm "highest 5Y–10Y zero rate spread for Italy between 2010 and 2015?"

Tools (18)

ANTHROPIC_API_KEYDBClientDuckDBSourceMCP_DATASETMCP_DB_PATHMCP_DB_TYPEMCP_HOSTMCP_PORTMCP_SEMANTICS_DIRMCP_SERVER_NAMEMCP_TIMEOUTMCP_TRANSPORTSQLAgentSQLiteSourcedescribe_datasetget_schemalist_tablesrun_sql
📊
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 →