# PHANEROS Compliance Diff Feed

Evidence-first compliance intelligence for AI agents. PHANEROS monitors 8 government primary sources (OFAC, EU, UN, BIS, CISA, DOJ, FBI, SEC) and turns every change into a structured, evidence-backed…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add phanerostechnologies/phaneros-compliance

# Browse available tools
npx -y @smithery/cli@latest tool list phanerostechnologies/phaneros-compliance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get phanerostechnologies/phaneros-compliance list_compliance_diffs

# Call a tool
npx -y @smithery/cli@latest tool call phanerostechnologies/phaneros-compliance list_compliance_diffs '{}'
```

## Direct MCP Connection

Endpoint: `https://phaneros-compliance--phanerostechnologies.run.tools`

## Tools (4)

- `list_compliance_diffs` — List recent compliance diff events from OFAC, UN, EU, and Interpol.
- `get_diff_detail` — Get full entity-level diff for a specific compliance event.
- `check_entity_in_diffs` — Screen an entity name against recent compliance diffs across all sources.
- `get_cross_source_hits` — Find entities appearing in 2+ compliance sources — HIGH/CRITICAL risk signal.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get phanerostechnologies/phaneros-compliance <tool-name>
```
