A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"trade-matcher-server": {
"url": "https://trade-matcher-404-sleep-not-found-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"trade-matcher-server": {
"serverUrl": "https://trade-matcher-404-sleep-not-found-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.trade-matcher-server] url = "https://trade-matcher-404-sleep-not-found-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://trade-matcher-404-sleep-not-found-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Load mock trades from System A and/or System B
Get the FX rate for a currency pair at a given hour-level timestamp
Check if a given hour falls inside the known settlement/batch window for an instrument type
Investigate why two matched trades have a discrepancy
Takes the output of investigate_break and decides whether the break is resolved or should be escalated to a human
Returns running totals of resolved vs escalated breaks for the demo dashboard
Compare System A and System B trades by symbol and flag breaks where price or quantity differ beyond tolerance
For an escalated (unexplained) trade break, propose what the likely correct value is and which system has the error. Never auto-applies -- always requires human approval.
Runs the full trade reconciliation pipeline end to end: loads trades, matches them, investigates every break, resolves or escalates each one, and proposes corrections for anything unexplained. Returns everything in one call.