# AurelianFlo MCP

OFAC screening, Monte Carlo decision reports, and report generation in PDF or DOCX.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list aurelianflo/core

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aurelianflo/core server_capabilities

# Call a tool
npx -y @smithery/cli@latest tool call aurelianflo/core server_capabilities '{}'
```

## Direct MCP Connection

Endpoint: `https://core--aurelianflo.run.tools`

## Tools (9)

- `server_capabilities` — Free capability and connection check for AurelianFlo, including direct and Smithery-hosted access modes and which tools…
- `ofac_wallet_report` — Run exact-match OFAC wallet screening and return either the structured screening payload or a PDF or DOCX artifact.
- `ofac_wallet_screen` — Screen a wallet address against OFAC SDN digital currency address designations, returning exact hits, sanctioned entity…
- `batch_wallet_screen` — Screen a batch of wallet addresses against OFAC SDN digital currency address designations, returning per-wallet results…
- `edd_report` — Generate an enhanced due diligence memo for a wallet set using exact-match OFAC screening, evidence summary, required f…
- `monte_carlo_report` — Run a supported Monte Carlo workflow and return either the structured report payload or a PDF or DOCX artifact.
- `monte_carlo_decision_report` — Generate a structured decision report from any supported Monte Carlo workflow, including executive summary, headline me…
- `report_pdf_generate` — Generate a PDF artifact from structured report tables, metrics, and summary content.
- `report_docx_generate` — Generate a DOCX artifact from structured report tables, metrics, and summary content.

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

## Prompts (4)

- `batch_wallet_screening_brief` (addresses, asset) — Prepare a batch wallet OFAC screening request and response brief.
- `wallet_ofac_screening_brief` (address, asset) — Prepare a wallet-address OFAC screening request and response brief.
- `decision_report_brief` (analysis_type, decision_title, objective) — Prepare a Monte Carlo decision report request.
- `report_artifact_brief` (format, title, audience) — Prepare a PDF or DOCX report rendering request.
