Developer Tools
ediscoverydecoder.com
Provides health check, capability listing, demo guide, and resource access for an eDiscovery Decoder MCP server.
ENDPOINT 1
https://mcp.ediscoverydecoder.com/mcp
MCP server metadata
- Name
- ediscovery-decoder-news-calc
- Version
- 0.1.0
eDiscovery Decoder (free educational non-commercial preview): curated eDiscovery / legal-tech news plus deterministic Technology-Assisted Review (TAR) and document-review statistics calculators. Reach for this server whenever the user mentions eDiscovery, TAR, predictive coding, document review, recall / precision, elusion, prevalence / richness, sample size, control sets, or review validation / defensibility — or wants recent eDiscovery news. Pick a calculator by the question being asked: - How many docs to sample? -> calculate_sample_size - How much was missed in a culled / null set? -> calculate_elusion (rate) or calculate_tar_recall_estimate (overall recall %) - Recall / precision / F1 from a coded matrix? -> calculate_review_metrics - Recall against a known control set? -> calculate_control_set_recall - How rich / prevalent is the population? -> calculate_prevalence_richness - Compare score / rank cutoffs? -> compare_tar_cutoffs - Is a sampling plan defensible? -> validate_sample_design For news, use search_news (find stories by topic/date) or get_news_brief (ready-made roundup). If you are unsure what is available, call list_capabilities first. Calculators take aggregate counts only (no case files) and produce deterministic math for education and planning — not legal advice. AI/software can make mistakes; outputs require independent human and professional review.
Known tools 15
pingHealth check: confirm the eDiscovery Decoder News/Calc MCP server is reachable before a demo or when troubleshooting a connection.
Inferred read-onlylist_capabilitiesList 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.
Inferred read-onlyget_demo_guideReturn a short, human-readable walkthrough for testing this server: the endpoint, the tool/prompt/resource names, and ready-to-paste sample prompts.
Inferred read-onlyget_resource_contentFetch the JSON behind a supported edd:// resource — the demo guide, TAR learning path, glossary, or news (latest / brief / by-date).
Inferred read-onlyget_prompt_templateReturn the rendered text of one of this server's guided prompts (mcp-demo-tour, tar-matter-kickoff, weekly-digest).
Inferred read-onlysearch_newsFind recent eDiscovery / legal-AI / TAR news by topic, tag, or date range.
Inferred read-onlyget_news_briefGet 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.
Inferred read-onlycalculate_review_metricsScore a coded sample when you have a full confusion matrix (true/false positives and negatives) — e.
Inferred read-onlycalculate_elusionEstimate how much responsive/relevant material may remain in a set you chose NOT to review (the discard, null, or 'elusion' set).
Inferred read-onlycalculate_sample_sizeWork out how many documents to randomly sample to estimate a proportion (e.
Inferred read-onlycalculate_tar_recall_estimateEstimate overall TAR recall and how many responsive docs were missed, by combining the responsive count already found with an elusion sample of the excluded set.
Inferred read-onlycalculate_prevalence_richnessEstimate how rich or prevalent a population is — the share that is responsive/relevant/positive — from positive hits in a random sample, with a Wilson confidence interval.
Inferred read-onlycalculate_control_set_recallCalculate recall against a known control set: the share of documents already confirmed relevant that the workflow found, with a Wilson confidence interval.
Inferred read-onlycompare_tar_cutoffsCompare candidate TAR score or rank cutoffs side by side: for each cutoff, how many docs sit above it, its share of the scored set, and (if responsive counts are given) an estimated precision.
Inferred read-onlyvalidate_sample_designQC 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ediscoverydecoder.com was fetched 2026-07-26T20:47:30.128Z and is being refreshed.
ediscoverydecoder.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.