INDIVIDUAL MCP TOOL
thread.query_market_depth
Public market-depth snapshot for a SETIX code: buyer/seller counts, demand_ratio_bps, min_ask/max_bid/spread/last_price (µCOSR), 30m avg/p50 settled price + settlement count, and a top-20 active_sellers list (slots_available, min/max price, description, valid_until_slot).
LIVE ENDPOINT
https://mcp.setix.dev/mcp
Connect to this endpoint to inspect the live schema for thread.query_market_depth 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.setix-thread-bridge]
url = "https://mcp.setix.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"setix-thread-bridge": {
"type": "http",
"url": "https://mcp.setix.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: setix-thread-bridge
Remote MCP URL: https://mcp.setix.dev/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": {
"setix-thread-bridge": {
"url": "https://mcp.setix.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"setix-thread-bridge": {
"type": "http",
"url": "https://mcp.setix.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "setix-thread-bridge",
"transport": "streamable-http",
"url": "https://mcp.setix.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
thread.list_protocol_skills— Lists §48.50 Protocol Skill Registry entries.thread.publish_spend_policy— Publish or update a Spend Policy (§19.1, tag 0x54485220).thread.post_principal_delegation— Issue a c43 Principal Delegation document (§29.7.1, tag 0x5448528D).thread.post_principal_delegation_revocation— Revoke an active c43 Principal Delegation (§29.7.2, tag 0x5448528E).thread.post_principal_identity— Admit a §14.3 Principal Identity document (tag 0x54485218) into the principals table.thread.platform_health— Platform health snapshot.thread.get_fee_schedule— Current fee tier state (§4.5).thread.get_escrow_endpoint— Returns a static pointer describing where escrow is opened.