Stainless Topiclake Mcp Server

by topiclakeinsights-crypto

155 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Stainless Topiclake Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.