Stainless Topiclake Mcp Server
About
An MCP server for accessing TopicLake policy insights data, including documents, topics, Q&A, sentiment, and summaries, using the Stainless SDK. Easily integrates with Claude Desktop, Abacus.AI DeepAgent, and other MCP-compatible tools.
Details
- Author
- topiclakeinsights-crypto
- Downloads
- 155
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Stainless Topiclake Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the provided JSON configuration to your MCP server settings, replacing <YOUR_TOPICLAKE_API_KEY> with your actual TopicLake API key. Then save the configuration and restart your MCP-compatible tool. The server runs via npx with the command topiclake-mcp-server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"stainless topiclake mcp server": {
"topiclake-mcp-server": {
"command": "npx",
"args": [
"-y",
"topiclake-mcp-server"
],
"env": {
"API_KEY": "<YOUR_TOPICLAKE_API_KEY>"
}
}
}
}
}
McpServers
{
"topiclake-mcp-server": {
"command": "npx",
"args": [
"-y",
"topiclake-mcp-server"
],
"env": {
"API_KEY": "<YOUR_TOPICLAKE_API_KEY>"
}
}
}
Usage
1. Add the following to your MCP server config in Claude Desktop or Abacus.AI DeepAgent: ```json { "mcpServers": { "topiclake-mcp-server": { "command": "npx", "args": ["-y", "topiclake-mcp-server"], "env": { "API_KEY": "<YOUR_TOPICLAKE_API_KEY>" } } } } Replace <YOUR_TOPICLAKE_API_KEY> with your actual TopicLake API key. Save and restart your MCP-compatible tool. For more details, see the GitHub repository.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



