INDIVIDUAL MCP TOOL
validate_sample_design
QC a TAR validation sampling plan: check whether it has the documented elements needed for a defensibility discussion (population, sample size, confidence level, sampling frame/method, randomization, etc.
LIVE ENDPOINT
https://mcp.ediscoverydecoder.com/mcp
Connect to this endpoint to inspect the live schema for validate_sample_design and invoke it with your own arguments.
Indexed 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 server
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.ediscovery-decoder-news-calc]
url = "https://mcp.ediscoverydecoder.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ediscovery-decoder-news-calc": {
"type": "http",
"url": "https://mcp.ediscoverydecoder.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ediscovery-decoder-news-calc
Remote MCP URL: https://mcp.ediscoverydecoder.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": {
"ediscovery-decoder-news-calc": {
"url": "https://mcp.ediscoverydecoder.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ediscovery-decoder-news-calc": {
"type": "http",
"url": "https://mcp.ediscoverydecoder.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ediscovery-decoder-news-calc",
"transport": "streamable-http",
"url": "https://mcp.ediscoverydecoder.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ping— Health check: confirm the eDiscovery Decoder News/Calc MCP server is reachable before a demo or when troubleshooting a connection.list_capabilities— List the full eDiscovery Decoder MCP surface — every tool, prompt, and resource, plus the suggested demo flow and safety boundaries — with an example prompt for each.get_demo_guide— Return a short, human-readable walkthrough for testing this server: the endpoint, the tool/prompt/resource names, and ready-to-paste sample prompts.get_resource_content— Fetch the JSON behind a supported edd:// resource — the demo guide, TAR learning path, glossary, or news (latest / brief / by-date).get_prompt_template— Return the rendered text of one of this server's guided prompts (mcp-demo-tour, tar-matter-kickoff, weekly-digest).search_news— Find recent eDiscovery / legal-AI / TAR news by topic, tag, or date range.get_news_brief— Get the current eDiscovery Decoder news brief: top stories plus a Week in Review breakdown, returned both as structured data and as display-ready Markdown (formatted_brief) with a 'why it matters' line per story.calculate_review_metrics— Score a coded sample when you have a full confusion matrix (true/false positives and negatives) — e.