MCP.so
登录

ThoughtSpot MCP Server

@thoughtspot

关于 ThoughtSpot MCP Server

The ThoughtSpot MCP Server

基本信息

分类

其他

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

thoughtspot

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ThoughtSpot": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://agent.thoughtspot.app/sse"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ThoughtSpot MCP Server?

A remote MCP server hosted on Cloudflare that provides secure OAuth-based authentication and tools for querying and retrieving data from your ThoughtSpot instance. It supports analytical workflows like data discovery, answering questions, and creating Liveboards.

How to use ThoughtSpot MCP Server?

Configure the server in your MCP client (e.g., Claude Desktop) by adding a JSON entry using npx mcp-remote pointing to https://agent.thoughtspot.app/mcp?api-version=latest. After connecting, select a datasource from the resources list, then ask analytical questions. The server can also be used directly via LLM APIs (OpenAI, Claude, Gemini) using bearer tokens.

Key features of ThoughtSpot MCP Server

  • OAuth authentication with Dynamic Client Registration support.
  • Tools: ping, getRelevantQuestions, getAnswer, createLiveboard, getDataSourceSuggestions.
  • MCP Resources: datasources – list of accessible ThoughtSpot Data models.
  • Supports SSE and Streamed HTTP transports.
  • Date-based versioning via ?api-version=YYYY-MM-DD query parameter.
  • Spotter 3 support (advanced analytics, forecasting, multi-step reasoning, deep research).

Use cases of ThoughtSpot MCP Server

  • Discover available data sources for a given query.
  • Get top-selling products with inline charts.
  • Build a named Liveboard from generated answers.

FAQ from ThoughtSpot MCP Server

How do I obtain a TS_AUTH_TOKEN for API usage?

Use the token endpoints with a secret_key to generate an API token for a specific user/role (see ThoughtSpot trusted auth documentation).

Can I associate the server with a specific ThoughtSpot instance during client registration?

Yes. During manual client registration, you can add a ThoughtSpot URL so that users don’t have to enter the instance URL during the authorization flow.

What API versions are available and how do I pin to a specific one?

Append ?api-version=YYYY-MM-DD to the MCP URL. The server uses date-based versioning; if an exact date isn’t found, it falls back to the closest earlier version.

Which transports are supported?

SSE at https://agent.thoughtspot.app/sse and Streamed HTTP at https://agent.thoughtspot.app/mcp.

Does the server support OAuth apps for Claude or ChatGPT?

Yes. Use OAuth apps with URLs like https://agent.thoughtspot.app/mcp?api-version=latest for plug-and-play integrations with Claude, ChatGPT, or custom OAuth apps.

评论

其他 分类下的更多 MCP 服务器