Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

AurelianFlo

com.aurelianflo/core

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

Uptime
100.0%
1 direct probes · 30d
Response
724ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
5
available

Tools · 11

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.

queue_saved_list

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 complianc…

report_saved_retrieve

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 hos…

wallet_ofac_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 f…

wallet_ofac_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 stat…

wallet_ofac_batch

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 de…

compliance_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 thi…

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,…

compliance_queue_optimize

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 re…

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 alr…

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 al…

Prompts · 5

ofac.wallet.batch

Prepare a batch crypto wallet OFAC screening request and response brief.

ofac.wallet.screen

Prepare a crypto wallet address OFAC screening request and response brief.

compliance_exposure_forecast

Prepare an OFAC exposure forecast request for a wallet set.

compliance_queue_optimize

Prepare an OFAC review queue optimization request.

report.artifact.render

Prepare a PDF or DOCX report rendering request.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "aurelianflo": {
      "url": "https://api.aurelianflo.com/mcp",
      "transport": "streamable-http"
    }
  }
}