# doom MCP server

Obsolescence-risk screening: predicts if a product gets absorbed into core LLM-platform features.

## Links
- Registry page: https://www.getdrio.com/mcp/vc-doomscore-doom
- Repository: https://github.com/capitalthought/doom
- Website: https://doomscore.vc

## Install
- Endpoint: https://mcp.doomscore.vc
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.doomscore.vc

## Tools
- doom_prep - Prep Gate. Validates config + confirms the roadmap-signals KB is within the staleness threshold. Fails closed if stale. Call before assess_product. Endpoint: https://mcp.doomscore.vc
- assess_product - Assess one product's obsolescence risk. Provide exactly ONE of description/url/pitch_company_id/deck_text. Async — returns job_id; poll get_assessment. Defaults to deep mode. Endpoint: https://mcp.doomscore.vc
- get_assessment - Poll an assessment job_id. Returns status + the typed assessment when complete. Hard timeout — never hangs on pending. Endpoint: https://mcp.doomscore.vc
- list_assessments - Recent assessments, filterable by verdict. Endpoint: https://mcp.doomscore.vc
- overview - Inspectable State. No input. Counts, recent activity, roadmap-signal freshness, health, last calibration run. Endpoint: https://mcp.doomscore.vc
- record_outcome - Outcome-feedback (learning loop). Record what ACTUALLY happened to a previously-assessed product as a labeled calibration case; the weekly recalibration folds it into the gate. Operator-only (requires operator_key). Provide either job_id (links the case to that assessment + reuses its product) or product text. Endpoint: https://mcp.doomscore.vc
- list_signal_candidates - KB-refresh review queue. List auto-scraped candidate roadmap signals (default: pending). Operator-only. Approve/reject with review_signal_candidate; the weekly cron signs approved ones into the live KB. Endpoint: https://mcp.doomscore.vc
- review_signal_candidate - Approve or reject a KB-refresh candidate signal. Operator-only. Approved candidates are signed (Ed25519) into the live roadmap_signals KB by the next refresh run; rejected ones are dropped. Controls what becomes grounding truth. Endpoint: https://mcp.doomscore.vc
- list_kb_signals - List the active (signed, grounding) roadmap signals with their ids — use to find a signal_id to retire. Operator-only. Endpoint: https://mcp.doomscore.vc
- retire_signal - UNLEARN a KB signal that became false/obsolete (e.g. a rumored feature cancelled, or a signal no longer predictive). Soft-deletes it (active=false) so it stops grounding assessments immediately — recoverable. Operator-only. Find the id via list_kb_signals. Endpoint: https://mcp.doomscore.vc
- supersede_calibration_case - UNLEARN a calibration case whose label turned out wrong or obsolete — retires it (active=false) so the recalibration gate stops scoring it. To correct, retire the wrong case then record_outcome the right one. Operator-only. Endpoint: https://mcp.doomscore.vc

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: vc.doomscore
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 2, 2026
- Source: https://registry.modelcontextprotocol.io
