INDIVIDUAL MCP TOOL
thread.query_asks
Query STANDING ASKS by SETIX code (offer_kind 1 only — the supply-side partition; the demand browse is thread.query_offers).
LIVE ENDPOINT
https://mcp.setix.dev/mcp
Connect to this endpoint to inspect the live schema for thread.query_asks and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.