← hiveagentiq.com

INDIVIDUAL MCP TOOL

dispute_route

Given a case description, disputed amount in USD, and optional jurisdiction preference, return ranked arbitration provider options.

hiveagentiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hiveagentiq.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-dispute]
url = "https://hive-mcp-gateway.onrender.com/dispute/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: hive-mcp-dispute
Remote MCP URL: https://hive-mcp-gateway.onrender.com/dispute/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-dispute": {
      "url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • dispute_check — Given a counterparty address + chain, return public dispute history, active arbitration cases, and on-chain reversal-pattern flags.
  • dispute_providers — List available third-party arbitration protocols (Kleros, UMA Optimistic Oracle, Reality.
  • dispute_today — 24-hour rollup: flagged-counterparty count + top arbitration providers by active case load.