← aurelianflo.com

INDIVIDUAL MCP TOOL

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.

aurelianflo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.aurelianflo.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for report_pdf_generate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aurelianflo.com

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

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