Talk2Data InsightGenius for LangChain
io.github.quack2025/talk2data-insightgenius
Survey data analysis: crosstabs with significance, ANOVA, correlation, Excel exports.
client:LangChain
transport:sse
Install Talk2Data InsightGenius in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"talk2data-insightgenius": {
"transport": "streamable_http",
"url": "https://spss.insightgenius.io/mcp/sse?api_key={api_key}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs