mcp-orders-server

satyam671/mcp-orders-server
★ 0 stars Python Code/Dev Tools Updated 1mo ago
A production-annotated MCP server built with the official Python SDK. This repo is the companion code for the article **"MCP Is Not a Feature. It's an Architecture Decision."** published on Medium.
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-orders-server": {
      "command": "uvx",
      "args": [
        "mcp-orders-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-orders-server