# AurelianFlo MCP server

Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports.

## Links
- Registry page: https://www.getdrio.com/mcp/com-aurelianflo-core
- Repository: https://github.com/kelm2021/aurelianflo

## Install
- Endpoint: https://api.aurelianflo.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.aurelianflo.com/mcp

## Tools
- server_capabilities (Server Capabilities) - Free first-call capability and connection check for AurelianFlo; use it before paid tools to inspect OFAC screening workflows, access modes, and x402 payment requirements. Endpoint: https://api.aurelianflo.com/mcp
- queue_saved_list (Saved Queue Status) - Free read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results. AurelianFlo does not persist saved queues server-side; rerun compliance_queue_optimize with the original review_items to recreate a queue. Endpoint: https://api.aurelianflo.com/mcp
- report_saved_retrieve (Saved Report Retrieval Status) - Free read-only past report retrieval status utility for agents asking about previously generated reports. AurelianFlo returns report artifacts inline as artifact.contentBase64 and does not persist hosted report files server-side. Endpoint: https://api.aurelianflo.com/mcp
- wallet_ofac_report (OFAC Wallet Screen Report) - Run a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact. Use wallet_ofac_screen for a quick single-address status check, or wallet_ofac_batch for multiple addresses. Endpoint: https://api.aurelianflo.com/mcp
- wallet_ofac_screen (OFAC Wallet Screen) - Screen one crypto wallet address against OFAC SDN digital currency designations and return exact hits, sanctioned entity metadata, asset coverage, and a manual-review signal. Use this for one-off status checks; use wallet_ofac_report for PDF/DOCX output or wallet_ofac_batch for multiple addresses. Endpoint: https://api.aurelianflo.com/mcp
- wallet_ofac_batch (Batch Wallet Screen) - Screen 1-100 crypto wallet addresses against OFAC SDN digital currency designations before payout, onboarding, or treasury movement, returning per-wallet results plus a batch-level proceed-or-pause decision. Use this instead of wallet_ofac_screen for multiple addresses; use compliance_edd_report when a formal memo is needed. Endpoint: https://api.aurelianflo.com/mcp
- compliance_edd_report (EDD Report) - Build a paid enhanced due diligence memo for a wallet set using exact-match OFAC screening, sanctions evidence, and follow-up actions, returning structured JSON or an inline PDF/DOCX artifact. Use this for case handoff; use wallet_ofac_batch for screening-only results or report_pdf_generate/report_docx_generate only when the report payload already exists. Endpoint: https://api.aurelianflo.com/mcp
- compliance_exposure_forecast (Compliance Exposure Forecast) - Forecast future OFAC wallet exposure for a wallet set using stored OFAC snapshot diffs when available, listedOn backfill when honest, or an explicit caller prior; returns current exact-match baseline, metadata-weighted per-wallet risk, and report-shaped output. Use this when current screening is not enough; use wallet_ofac_batch for current hit status only. Endpoint: https://api.aurelianflo.com/mcp
- compliance_queue_optimize (Compliance Review Queue Optimizer) - Optimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity. Use this when review_items and review_budget are known; use compliance_exposure_forecast for probability-only analysis or compliance_edd_report for a case memo. Endpoint: https://api.aurelianflo.com/mcp
- report_pdf_generate (Report PDF Generate) - Return an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_docx_generate for editable Word output or compliance_edd_report to build the memo first. Endpoint: https://api.aurelianflo.com/mcp
- report_docx_generate (Report DOCX Generate) - Return an inline DOCX artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_pdf_generate for fixed-layout output or compliance_edd_report to build the memo first. Endpoint: https://api.aurelianflo.com/mcp

## Resources
Not captured

## Prompts
- ofac.wallet.batch - Batch Wallet Screening Brief Prepare a batch crypto wallet OFAC screening request and response brief. Arguments: addresses, asset
- ofac.wallet.screen - Wallet OFAC Screening Brief Prepare a crypto wallet address OFAC screening request and response brief. Arguments: address, asset
- compliance_exposure_forecast - Compliance Exposure Forecast Brief Prepare an OFAC exposure forecast request for a wallet set. Arguments: addresses, horizon_days
- compliance_queue_optimize - Compliance Queue Optimization Brief Prepare an OFAC review queue optimization request. Arguments: review_items, review_budget
- report.artifact.render - Report Artifact Brief Prepare a PDF or DOCX report rendering request. Arguments: format, title, audience

## Metadata
- Owner: com.aurelianflo
- Version: 0.4.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 5, 2026
- Source: https://registry.modelcontextprotocol.io
