com.dropwatchhq/compliance-evidence
Official4 toolsDated, signed compliance-evidence packs: gov-fact-grounded claims + exclusion screens + trap-facts.
Generate dated, signed compliance evidence packs with government-grounded claims and fact verification.
Captured live from the server via tools/list.
build_evidence_pack
Build a dated, source-linked, SIGNED compliance-evidence pack for a regulated-AI deployer to file with their auditor. Grounds each ticker's claims against CURRENT public gov facts (contradiction-engine: SEC 10-K vs USAspending), screens each named entity against federal exclusion/sanctions (exclude-feed: OFAC/LEIE/SAM), and runs N trap-fact refusals (planted false facts refuted by live public data). Output is an EVIDENCE ARTIFACT with a hash-chain receipt — NOT a 'you are compliant' claim.
Parameters (3)
- tickersarray
Public-company tickers whose disclosure claims to ground (max 10).
- entitiesarray
Named entities to screen: [{name, npi?, uei?, state?}] (max 20).
- trapsarray
Optional custom trap-fact battery; omit to use the default battery.
ground_claim
Ground one public-company claim against CURRENT gov facts via the live contradiction-engine. Returns the dual-cited record if a verifiable 10-K-vs-USAspending contradiction exists, else an HONEST null ('checked, no contradiction at medium/high confidence as of T') — itself audit evidence.
Parameters (1)
- tickerstringrequired
screen_entity
Screen a named entity across federal exclusion/sanctions lists (OFAC SDN, OFAC Consolidated, OIG LEIE; SAM where enabled) via the live exclude-feed. FCRA-safe KYB/sanctions screen, not a consumer report.
Parameters (4)
- namestringrequired
- npistring
- ueistring
- statestring
verify_pack
Verify a previously-issued pack's hash-chain receipt (proves the artifact is unaltered since generatedAt). Pass the pack id.
Parameters (1)
- idstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"compliance-evidence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://evidence.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.