← setix.com
INDIVIDUAL MCP TOOL
thread.query_offers
Query active DEMAND offers by SETIX code (offer_kind 0 only — standing supply-asks are a separate primitive and never surface here as biddable demand).
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 endpoint
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.thread.publish_spend_policy— Publish or update a Spend Policy (§19.thread.post_principal_delegation— Issue a c43 Principal Delegation document (§29.thread.post_principal_delegation_revocation— Revoke an active c43 Principal Delegation (§29.thread.post_principal_identity— Admit a §14.thread.platform_health— Platform health snapshot.thread.get_fee_schedule— Current fee tier state (§4.thread.get_escrow_endpoint— Returns a static pointer describing where escrow is opened.