Agent Tools
Back to MCP servers
● degraded

Survey data analysis: crosstabs with significance, ANOVA, correlation, Excel exports.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://spss.insightgenius.io/mcp/sse?api_key={api_key}
JSON-RPC initialize probe
curl -X POST https://spss.insightgenius.io/mcp/sse?api_key={api_key} \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/quack2025/spss-insightgenius-api