AurelianFlo (verified)
Pay-per-call compliance API for OFAC screening, vendor diligence, and audit-ready document output. No subscription, no API keys — settle each call in USDC on Base
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add aurelianflo/core
# Browse available tools
npx -y smithery tool list aurelianflo/core
# Get full schema for a tool
npx -y smithery tool get aurelianflo/core server.capabilities
# Call a tool
npx -y smithery 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 OFAC wallet screening tools, direct and Smithery-hosted…wallet.ofac.report— Run an OFAC screening of a crypto wallet address and return either the structured sanctions-check payload or a PDF or D…wallet.ofac.screen— Screen a crypto wallet address against OFAC SDN digital currency address designations for sanctioned wallet exposure, r…wallet.ofac.batch— Screen a batch of crypto wallet addresses against OFAC SDN digital currency address designations before payout, onboard…compliance.edd.report— Generate an enhanced due diligence memo for a wallet set using exact-match OFAC wallet screening, sanctions evidence su…compliance.exposure.forecast— Forecast future OFAC wallet exposure for a wallet set using stored OFAC snapshot diffs when available, listedOn backfil…compliance.queue.optimize— Optimize a compliance review queue using current OFAC exact matches, future exposure forecast probabilities, exposure v…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.
# Get full input/output schema for a tool
npx -y smithery tool get aurelianflo/core Prompts (5)
ofac.wallet.batch(addresses, asset) — Prepare a batch crypto wallet OFAC screening request and response brief.ofac.wallet.screen(address, asset) — Prepare a crypto wallet address OFAC screening request and response brief.compliance.exposure.forecast(addresses, horizon_days) — Prepare an OFAC exposure forecast request for a wallet set.compliance.queue.optimize(review_items, review_budget) — Prepare an OFAC review queue optimization request.report.artifact.render(format, title, audience) — Prepare a PDF or DOCX report rendering request.