Serversapp.thoughtspot/mcp-server
S

app.thoughtspot/mcp-server

app.thoughtspot/mcp-server · v1.0.1
● Remote
v1.0.1remote🌐 https://agent.thoughtspot.app/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "app.thoughtspot/mcp-server",
  "description": "MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data",
  "repository": {
    "url": "https://github.com/thoughtspot/mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agent.thoughtspot.app/mcp"
    },
    {
      "type": "sse",
      "url": "https://agent.thoughtspot.app/sse"
    },
    {
      "type": "streamable-http",
      "url": "https://agent.thoughtspot.app/bearer/mcp",
      "headers": [
        {
          "description": "Bearer token for authentication, have the ts-host as 'token@ts-host' or as a separate 'x-ts-host' header",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "ThoughtSpot instance URL, if not provided in the authorization header",
          "name": "X-TS-Host"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://agent.thoughtspot.app/bearer/sse",
      "headers": [
        {
          "description": "Bearer token for authentication, have the ts-host as 'token@ts-host' or as a separate 'x-ts-host' header",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "ThoughtSpot instance URL, if not provided in the authorization header",
          "name": "X-TS-Host"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}