AurelianFlo
Pay-per-call MCP tools anchored around EDD memos, OFAC screening, and document output. Retained Monte Carlo tools remain callable directly. Start with server_capabilities and use the direct origin for paid execution.
MCP Endpoint
https://api.aurelianflo.com/mcp
Server Card
https://api.aurelianflo.com/.well-known/mcp/server-card.json
Privacy
https://api.aurelianflo.com/mcp/privacy
Support
https://api.aurelianflo.com/mcp/support
Tools
- server_capabilities: Free connection and capability check with direct and Smithery-hosted modes.
- edd_report: Enhanced due diligence memo with status labels, evidence summary, required follow-up, and json, pdf, or docx output.
- batch_wallet_screen: Batch OFAC wallet screening with structured JSON output for a whole wallet set.
- ofac_wallet_report: One-call OFAC wallet screening with json, pdf, or docx output.
- ofac_wallet_screen: Exact-match OFAC wallet screening with the structured report payload returned in JSON.
- monte_carlo_report: One-call Monte Carlo report with json, pdf, or docx output.
- monte_carlo_decision_report: Structured decision report from supported simulation workflows.
- report_pdf_generate: Generate a PDF from a structured report payload.
- report_docx_generate: Generate a DOCX document from a structured report payload.
Bundles
- Compliance bundle: edd_report turns a wallet set plus case metadata into a reviewable memo with json, pdf, or docx output, and batch_wallet_screen handles the lower-level batch screening pass.
- Building blocks: edd_report or batch_wallet_screen plus report_pdf_generate or report_docx_generate remains available for compliance clients that want to control the artifact step.
- Retained decision-analysis bundle: monte_carlo_report still returns the simulation report plus json, pdf, or docx output for callers that already know that lane.
- Retained simulation building blocks: monte_carlo_decision_report plus report_pdf_generate or report_docx_generate remains available for clients that want to control each step.
Proof
- Compliance canary: edd_report screened a two-wallet counterparty set, flagged Lazarus Group exposure, returned workflow_status manual_review_required, and generated a paid PDF artifact on Base.
- Simulation canary: monte_carlo_report preferred candidate, returned candidate outperformance 0.5903, expected score gap 0.2831, and probability uplift 0.0753, then generated a paid PDF artifact on Base.
- Both bundled tools have been exercised against the production MCP endpoint with settled transactions.
Example prompts
- Call server_capabilities to verify the server, payment model, and connection modes without paying first.
- Prepare an enhanced due diligence memo for a counterparty wallet set with edd_report.
- Screen a batch of treasury or counterparty wallets with batch_wallet_screen and return the review signal.
- Screen 0x098B716B8Aaf21512996dC57EB0615e2383E2f96 and return a PDF with ofac_wallet_report.
- Screen 0x098B716B8Aaf21512996dC57EB0615e2383E2f96 and return the JSON report only with ofac_wallet_screen.
- Generate a compare-style simulation report and return a PDF with monte_carlo_report.
- Generate a forecast-style simulation report and return the JSON payload with monte_carlo_report.
- Render the current Monte Carlo report payload to DOCX with report_docx_generate.
Connection modes
- Direct origin: https://api.aurelianflo.com/mcp
- Smithery-hosted gateway: https://core--aurelianflo.run.tools
- Transport: streamable HTTP MCP.
- Payment: x402 with USDC on Base.
Direct origin
- Direct origin: codex mcp add aurelianflo --url https://api.aurelianflo.com/mcp
- Use the origin directly for paid execution.
- Use the origin directly when the client does not implement Smithery's hosted OAuth flow.
Smithery hosted
- Smithery listing: aurelianflo/core
- CLI connection: smithery mcp add aurelianflo/core
- Hosted gateway: codex mcp add aurelianflo-core --url https://core--aurelianflo.run.tools
- Use server_capabilities first on the Smithery-hosted connection.
- The bundled compliance workflows are exposed as edd_report, batch_wallet_screen, and ofac_wallet_report.
- The bundled simulation workflow is exposed as monte_carlo_report.
- Paid execution is currently available through the direct origin at https://api.aurelianflo.com/mcp.
- OAuth-capable clients should follow the Smithery authorization URL when the hosted gateway returns auth_required.
- If Smithery's Windows client installer handoff fails, add the hosted gateway or the direct origin with codex mcp add ... --url ... instead of relying on --client codex.