com.dropwatchhq/cassandra-predict
Official2 toolsCassandra prediction hub: one MCP door over govcon forecasts (recompete, contractor signals).
Predicts federal government contract recompetes and contractor market signals.
Captured live from the server via tools/list.
predict
Cassandra unified predictor. From leading signals in public data, returns what is about to happen to an entity — weeks early — across four verticals. domain selects the vertical: 'recall' (consumer product / vehicle / drug / device recall risk from complaint velocity), 'bio' (biotech NIH→trial→SEC catalyst chain), 'recompete' (federal contract recompete-winner shift), 'ma' (government contractor acquisition target). entity is the name to look up (e.g. 'Tesla Model Y', 'Moderna', a contractor or agency name). Returns a leading-signal prediction with lead time — NOT a guarantee, and NOT a claim of any official action.
Parameters (2)
- domainstringrequired
Prediction vertical to route to.
- entitystringrequired
Entity name / ticker / id to predict on.
list_domains
List Cassandra prediction verticals available via predict(domain, entity), with what each predicts and its data sources.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"cassandra-predict": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://predict.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.