← deadsetindex.com
INDIVIDUAL MCP TOOL
get_analyses_status_batch
Poll status for up to 50 analysis IDs in a single MCP call.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.deadsetindex-com]
url = "https://deadsetindex.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deadsetindex-com": {
"type": "http",
"url": "https://deadsetindex.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deadsetindex-com
Remote MCP URL: https://deadsetindex.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"deadsetindex-com": {
"url": "https://deadsetindex.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deadsetindex-com": {
"type": "http",
"url": "https://deadsetindex.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deadsetindex-com",
"transport": "streamable-http",
"url": "https://deadsetindex.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_analysis_status— Fetch the current status of an analysis.get_analysis_results— Fetch detailed results for a completed analysis: purchase-intent Dead/Set Index score, rating distribution, key drivers and barriers, and demographic breakdowns.list_analyses— List the authenticated user's most recent Dead/Set Index analyses (newest first).get_analysis_progress— Lightweight polling tool.get_subscription_status— Fetch the caller's subscription tier, monthly analysis quota usage, and MCP-relevant feature flags.