Shan - Hi TS team,https://github.com/thoughts...

Hi TS team, https://github.com/thoughtspot/mcp-server Noted in the documentation that ThoughtSpot's remote MCP server can be used in LLM APIs which support calling MCP tools. I saw there is an e.g on claude MCP connector with anthropic API. Unlike the Anthropic API which has MCP support as shown in the curl example..does AWS Bedrock, which uses AWS's model hosting infrastructure, supports external MCP servers like the thoughtspot MCP server? I'm trying to call the claude sonnet 4.0 model via bedrock api. Thank you.
GitHub
GitHub - thoughtspot/mcp-server: The ThoughtSpot MCP Server
The ThoughtSpot MCP Server. Contribute to thoughtspot/mcp-server development by creating an account on GitHub.
5 Replies
shikharTS
shikharTS•5d ago
Does AWS Bedrock support MCP apis? If it has that support it can support the ThoughtSpot MCP server as well.
Shan
ShanOP•5d ago
hi shikhar, it appears that AWS Bedrock supports MCP. https://aws.amazon.com/blogs/machine-learning/harness-the-power-of-mcp-servers-with-amazon-bedrock-agents/ Are there any sample codes for thoughtspot MCP integration with AWS Bedrock? Thanks.
Amazon Web Services
Harness the power of MCP servers with Amazon Bedrock Agents | Amazo...
Today, MCP is providing agents standard access to an expanding list of accessible tools that you can use to accomplish a variety of tasks. In this post, we show you how to build an Amazon Bedrock agent that uses MCP to access data sources to quickly build generative AI applications.
shikharTS
shikharTS•4d ago
There are no direct examples using aws bedrock. But you can use the current documentation to fit how bedrock requires the configuration. I see environment variable defined for using stdio config. You can use this https://github.com/thoughtspot/mcp-server?tab=readme-ov-file#stdio-support-fallback to provide the bearer token as environment variables to get the stdio support working. I think you should be able to find all the relevant info in the mcp-server documentation. Meanwhile, I will try to see if we can give an example for using the MCP server with AWS bedrock as part of our developer examples here https://github.com/thoughtspot/developer-examples/tree/main/mcp
GitHub
developer-examples/mcp at main · thoughtspot/developer-examples
Example apps/solutions for Developers using ThoughtSpot - thoughtspot/developer-examples
GitHub
GitHub - thoughtspot/mcp-server: The ThoughtSpot MCP Server
The ThoughtSpot MCP Server. Contribute to thoughtspot/mcp-server development by creating an account on GitHub.
Shan
ShanOP•3d ago
Thank you so much shikhar, if you could give an example for using the thoughtspot MCP server with AWS bedrock (claude sonnet 4.0 model)..that will be really useful 🙂
shikharTS
shikharTS•3d ago
It may take some time to develop though, I would recommend you continue to integrate on your part, will respond here once the example is there.

Did you find this page helpful?