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.
Server Config
{
"mcpServers": {
"topiclake-mcp-server": {
"command": "npx",
"args": [
"-y",
"topiclake-mcp-server"
],
"env": {
"API_KEY": "<YOUR_TOPICLAKE_API_KEY>"
}
}
}
}