Agent-to-agent trading engine — orderbook, matching, atomic settlement
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-srotzin-hive-mcp-trade": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent-to-agent trading engine — orderbook, matching, atomic settlement
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for io.github.srotzin/hive-mcp-trade and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Cross-venue spread + yield drivers · ROI radar telemetry
https://hive-mcp-gateway.onrender.com/trade/mcp
Cross-border SMB invoice settlement on USDT/USDC rails — $0 wire fee, same-block
MCP server for the Hive Cross-Border Trade Finance platform. SMB manufacturers paying $5K-$250K invoices to overseas suppliers (Vietnam, Mexico, Bangladesh, India) settle in USDT/USDC on Base, Ethereum, or Solana. 0.30% on invoices <= $50K, 0.20% on invoices $50K-$250K. Same-block settlement vs. 2-5 business days for SWIFT. $0 wire fee vs. $25-$50 + 1-3% FX spread.
Council R3 #1 miss — productized as MVP
hive-mcp-trade is a Model Context Protocol (MCP) server that exposes the HiveTrade platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production backend at https://hivemorph.onrender.com.
POST /mcpGET /.well-known/mcp.jsonGET /health#C08D23| Tool | Description |
|---|---|
trade_get_fees | Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times). |
trade_get_listing | Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin). |
trade_create_invoice | Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier. |
trade_get_invoice | Retrieve invoice status, settlement transaction hash, and dispute history. |
trade_dispute_invoice | Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution. |
| Method | Path | Purpose |
|---|---|---|
GET | /v1/trade/fees | Fee schedule + SWIFT comparison |
GET | /v1/trade/listing | Public listing metadata |
POST | /v1/trade/invoice | Create cross-border invoice |
GET | /v1/trade/invoice/{id} | Invoice status + settlement |
POST | /v1/trade/invoice/{id}/dispute | Open dispute (HiveLaw arbitration) |
git clone https://github.com/srotzin/hive-mcp-trade.git
cd hive-mcp-trade
npm install
npm start
# server up on http://localhost:3000/mcp
curl http://localhost:3000/health
curl http://localhost:3000/.well-known/mcp.json
Claude Desktop / Cursor / Manus — add to yo