trade-matcher

aadidevvs2007/trade-matcher
★ 0 stars TypeScript Browser/Web Updated today
A trade reconciliation MCP server built with NitroStack — matches trades between two mock trading systems and flags price, quantity, and missing-trade discrepancies.
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": {
    "trade-matcher": {
      "command": "npx",
      "args": [
        "-y",
        "aadidevvs2007/trade-matcher"
      ]
    }
  }
}

README Excerpt

An MCP server built with [NitroStack](https://nitrostack.ai) for the NitroStack × MCP Hackathon (Amrita Coimbatore, July 25-26). Trade Matcher reconciles trades between two mock trading systems (System A and System B), detecting matches, price/quantity discrepancies, and unmatched trades — a common problem in financial back-office operations.

Tools (2)

load_tradesmatchTrades