INDIVIDUAL MCP TOOL
trade_get_listing
Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).
LIVE ENDPOINT
https://hive-mcp-gateway.onrender.com/trade/mcp
Connect to this endpoint to inspect the live schema for trade_get_listing 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
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_create_invoice— Create a cross-border invoice.trade_get_invoice— Retrieve invoice status, settlement transaction hash, and dispute history.trade_dispute_invoice— Open a dispute on an invoice.