INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.aurelianflo.com/mcp
Connect to this endpoint to inspect the live schema for server_capabilities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
queue_saved_list— Free read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results.report_saved_retrieve— Free read-only past report retrieval status utility for agents asking about previously generated reports.wallet_ofac_report— Run a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact.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.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.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.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.compliance_queue_optimize— Optimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity.