← Registry

Security & Testing

aurelianflo.com

Provides OFAC compliance screening and reporting for cryptocurrency wallets, with free status-check tools and paid report generation.

x402 supported2 endpoints22 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://aurelianflo.com/mcp

No auth detected

MCP server metadata

Name
AurelianFlo
Version
0.4.0
Capabilities
tools.listChangedprompts.listChanged

Known 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.

Potential side effects
queue_saved_list

Free read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results.

Inferred read-only
report_saved_retrieve

Free read-only past report retrieval status utility for agents asking about previously generated reports.

Inferred read-only
wallet_ofac_report

Run a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact.

Inferred read-only
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.

Inferred read-only
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 decision.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
compliance_queue_optimize

Optimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
AurelianFlo
Version
0.4.0
Capabilities
tools.listChangedprompts.listChanged

Known 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.

Potential side effects
queue_saved_list

Free read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results.

Inferred read-only
report_saved_retrieve

Free read-only past report retrieval status utility for agents asking about previously generated reports.

Inferred read-only
wallet_ofac_report

Run a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact.

Inferred read-only
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.

Inferred read-only
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 decision.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
compliance_queue_optimize

Optimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.