Security & Testing
aurelianflo.com
Provides OFAC compliance screening and reporting for cryptocurrency wallets, with free status-check tools and paid report generation.
ENDPOINT 1
https://aurelianflo.com/mcp
MCP server metadata
- Name
- AurelianFlo
- Version
- 0.4.0
Known tools 11
server_capabilitiesFree first-call capability and connection check for AurelianFlo; use it before paid tools to inspect OFAC screening workflows, access modes, and x402 payment requirements.
Potential side effectsqueue_saved_listFree read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results.
Inferred read-onlyreport_saved_retrieveFree read-only past report retrieval status utility for agents asking about previously generated reports.
Inferred read-onlywallet_ofac_reportRun a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact.
Inferred read-onlywallet_ofac_screenScreen one crypto wallet address against OFAC SDN digital currency designations and return exact hits, sanctioned entity metadata, asset coverage, and a manual-review signal.
Inferred read-onlywallet_ofac_batchScreen 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.
Inferred read-onlycompliance_edd_reportBuild 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.
Inferred read-onlycompliance_exposure_forecastForecast 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.
Inferred read-onlycompliance_queue_optimizeOptimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity.
Inferred read-onlyreport_pdf_generateReturn an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files.
Inferred read-onlyreport_docx_generateReturn an inline DOCX artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aurelianflo]
url = "https://aurelianflo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aurelianflo": {
"type": "http",
"url": "https://aurelianflo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aurelianflo
Remote MCP URL: https://aurelianflo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aurelianflo": {
"url": "https://aurelianflo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aurelianflo": {
"type": "http",
"url": "https://aurelianflo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aurelianflo",
"transport": "streamable-http",
"url": "https://aurelianflo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.aurelianflo.com/mcp
MCP server metadata
- Name
- AurelianFlo
- Version
- 0.4.0
Known tools 11
server_capabilitiesFree first-call capability and connection check for AurelianFlo; use it before paid tools to inspect OFAC screening workflows, access modes, and x402 payment requirements.
Potential side effectsqueue_saved_listFree read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results.
Inferred read-onlyreport_saved_retrieveFree read-only past report retrieval status utility for agents asking about previously generated reports.
Inferred read-onlywallet_ofac_reportRun a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact.
Inferred read-onlywallet_ofac_screenScreen one crypto wallet address against OFAC SDN digital currency designations and return exact hits, sanctioned entity metadata, asset coverage, and a manual-review signal.
Inferred read-onlywallet_ofac_batchScreen 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.
Inferred read-onlycompliance_edd_reportBuild 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.
Inferred read-onlycompliance_exposure_forecastForecast 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.
Inferred read-onlycompliance_queue_optimizeOptimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity.
Inferred read-onlyreport_pdf_generateReturn an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files.
Inferred read-onlyreport_docx_generateReturn an inline DOCX artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aurelianflo]
url = "https://api.aurelianflo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aurelianflo": {
"type": "http",
"url": "https://api.aurelianflo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aurelianflo
Remote MCP URL: https://api.aurelianflo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aurelianflo": {
"url": "https://api.aurelianflo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aurelianflo": {
"type": "http",
"url": "https://api.aurelianflo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aurelianflo",
"transport": "streamable-http",
"url": "https://api.aurelianflo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.