← setix.com

INDIVIDUAL MCP TOOL

thread.query_market_board

Whole-market board in ONE call: global totals + the per-category depth breakdown — the public market overview without N+1 (list_active_setix_codes + per-code query_market_depth).

setix.comnone authenticationAvailability not checked

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

setix.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.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