# 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 (6)

- `server_capabilities` — Free capability and connection check for AurelianFlo MCP, including direct and Smithery-hosted access modes and which t…
- `ofac_wallet_report` — Run exact-match OFAC wallet screening and return either the structured screening report payload or a premium PDF or DOC…
- `ofac_wallet_screen` — Screen a wallet address against OFAC SDN digital currency address designations, returning exact hits, sanctioned entity…
- `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 premium PDF artifact from the shared AurelianFlo report model.
- `report_docx_generate` — Generate a premium DOCX artifact from the shared AurelianFlo report model.

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

## Prompts (3)

- `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.
