mcp-server

AryanPatial/mcp-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
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-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

A **Model Context Protocol (MCP)** server that gives an LLM safe, structured, read-only access to a sales database. Built with the official MCP Python SDK (**FastMCP**), it exposes analytics tools that a client like Claude Desktop can call to answer questions like *"which region has the highest revenue?"* or *"show me the top 5 customers"* — grounded in

Tools (6)

SELECTdescribe_tablelist_tablesrevenue_by_regionrun_sqltop_customers