← thehiveryiq.com

INDIVIDUAL MCP TOOL

trade_dispute_invoice

Open a dispute on an invoice.

thehiveryiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hive-mcp-gateway.onrender.com/trade/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trade_dispute_invoice and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

thehiveryiq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hive-mcp-trade]
url = "https://hive-mcp-gateway.onrender.com/trade/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hive-mcp-trade": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/trade/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hive-mcp-trade
Remote MCP URL: https://hive-mcp-gateway.onrender.com/trade/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hive-mcp-trade": {
      "url": "https://hive-mcp-gateway.onrender.com/trade/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hive-mcp-trade": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/trade/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hive-mcp-trade",
  "transport": "streamable-http",
  "url": "https://hive-mcp-gateway.onrender.com/trade/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • trade_get_fees — Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs.
  • 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.
  • trade_get_invoice — Retrieve invoice status, settlement transaction hash, and dispute history.