AurelianFlo
AurelianFlo is a compliance-focused x402 and MCP service for agent workflows.
Public production surfaces:
- UI:
https://aurelianflo.com - API:
https://api.aurelianflo.com - MCP:
https://api.aurelianflo.com/mcp - Server card:
https://api.aurelianflo.com/.well-known/mcp/server-card.json
Core capabilities:
- OFAC wallet screening
- Batch wallet screening
- Enhanced due diligence memo generation
- Monte Carlo decision reporting
- PDF and DOCX report generation
Repo Structure
app/: backend and machine-readable API surfaceapps/aurelianflo-mcp/: MCP package, metadata, and submission assetsweb/: public frontend projectdocs/: product, launch, and implementation documentation
Local Development
Install dependencies:
npm install
npm --prefix web install
Run the backend:
npm run dev
Run the frontend:
npm run web:dev
Build both:
npm run build
npm run web:build
Verification
Backend and MCP tests:
node --test test/payment.test.js test/mcp-route.test.js
node --test apps/aurelianflo-mcp/test/server-card.test.mjs apps/aurelianflo-mcp/test/server-capabilities.test.mjs apps/aurelianflo-mcp/test/upstream.test.mjs
Deployment Topology
mainis the canonical production branchaurelianflo.comserves the UIapi.aurelianflo.comserves API, discovery, and MCPwww.aurelianflo.comandx402.aurelianflo.comredirect to the apex UI