{"name":"com.aurelianflo/core","slug":"aurelianflo-core","title":"AurelianFlo","description":"Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports.","url":"https://mcp.market/server/aurelianflo-core","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T14:15:51.231Z","last_ok_at":"2026-09-27T14:15:51.231Z","latency_ms":342},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/kelm2021/aurelianflo","website":null,"version":"0.4.0","remotes":[{"type":"streamable-http","url":"https://api.aurelianflo.com/mcp"}],"packages":[],"tools":[{"name":"compliance_edd_report","description":"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. Use this for case handoff; use wallet_ofac_batch for screening-only results or report_pdf_generate/report_docx_generate only when the report payload already exists.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subject_name":{"type":"string","minLength":2,"description":"Human-readable subject or counterparty name for the memo."},"case_name":{"type":"string","description":"Optional case or review title shown in the memo."},"review_reason":{"type":"string","description":"Optional reason the EDD memo is being prepared."},"jurisdiction":{"type":"string","description":"Optional jurisdiction or operating region for the case."},"requested_by":{"type":"string","description":"Optional requester, owner, or reviewing team."},"reference_id":{"type":"string","description":"Optional internal case or review reference."},"output_format":{"type":"string","enum":["json","pdf","docx"],"description":"Select json for the structured memo payload or pdf|docx for a generated artifact."},"artifact_only":{"type":"boolean","description":"When output_format is pdf or docx, return a compact artifact-first response without the full memo payload."},"addresses":{"type":"array","items":{"type":"string","minLength":10,"description":"Crypto wallet address to screen for OFAC sanctions exposure and include in the enhanced due diligence memo."},"minItems":1,"maxItems":100,"description":"Crypto wallet addresses to screen for OFAC sanctions exposure and include in the enhanced due diligence memo."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."}},"required":["subject_name","output_format","addresses"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"compliance_exposure_forecast","description":"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. Use this when current screening is not enough; use wallet_ofac_batch for current hit status only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"string","minLength":10,"description":"Wallet address to forecast for future OFAC exact-match exposure."},"minItems":1,"maxItems":500,"description":"Wallet addresses to forecast for future OFAC exact-match exposure."},"address_metadata":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string","minLength":10,"description":"Wallet address this metadata row describes."},"exposure_usd":{"type":"number","description":"Dollar exposure associated with this wallet."},"relationship_tier":{"type":"string","enum":["low","standard","high","critical"],"description":"Relationship risk tier for this wallet."},"last_activity_days":{"type":"number","description":"Days since the wallet was last active."},"transaction_count_30d":{"type":"number","description":"Transaction count over the trailing 30 days."},"policy_priority":{"type":"number","description":"Optional internal policy priority from 0 to 10."}},"required":["address"],"additionalProperties":false},"description":"Optional per-address business metadata used to weight exposure hazard."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."},"horizon_days":{"type":"integer","description":"Forecast horizon in days."},"iterations":{"type":"integer","description":"Forecast trial count."},"target":{"type":"object","properties":{"operator":{"type":"string","enum":[">=",">","==","<=","<"],"description":"Comparison operator for the target hit count."},"k":{"type":"integer","description":"Target count threshold."}},"required":["operator","k"],"additionalProperties":false,"description":"Target event for the forecast probability."},"tier_weights":{"type":"object","additionalProperties":{"type":"number","description":"Tier weight override."},"description":"Relationship tier weight overrides."},"priors":{"type":"object","properties":{"list_add_rate_override_per_day":{"type":"number","description":"Caller-supplied expected OFAC digital-currency address additions per day."}},"additionalProperties":false,"description":"Explicit prior assumptions used only when overriding OFAC history cadence."},"title":{"type":"string","description":"Optional report title."},"summary_focus":{"type":"string","description":"Optional summary emphasis or focus area."}},"required":["addresses"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"compliance_queue_optimize","description":"Optimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity. Use this when review_items and review_budget are known; use compliance_exposure_forecast for probability-only analysis or compliance_edd_report for a case memo.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"review_items":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string","minLength":10,"description":"Wallet address to screen and rank."},"exposure_usd":{"type":"number","description":"Dollar exposure associated with this wallet."},"relationship_tier":{"type":"string","enum":["low","standard","high","critical"],"description":"Relationship risk tier for this wallet."},"current_queue_position":{"type":"integer","description":"Optional current queue rank, where 1 is first."},"last_activity_days":{"type":"number","description":"Days since the wallet was last active."},"transaction_count_30d":{"type":"number","description":"Transaction count over the trailing 30 days."},"policy_priority":{"type":"number","description":"Optional internal policy priority from 0 to 10."},"label":{"type":"string","description":"Optional display label for the review item."}},"required":["address","exposure_usd","relationship_tier"],"additionalProperties":false},"minItems":1,"maxItems":500,"description":"Wallet review items with per-address metadata required for queue optimization."},"review_budget":{"type":"integer","description":"Number of items a reviewer can handle in the next review window."},"objective":{"type":"string","enum":["minimize_residual_risk","maximize_expected_recall","maximize_caught_hits"],"description":"Optimization objective."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."},"horizon_days":{"type":"integer","description":"Forecast horizon in days."},"iterations":{"type":"integer","description":"Forecast trial count."},"tier_weights":{"type":"object","additionalProperties":{"type":"number","description":"Tier weight override."},"description":"Relationship tier weight overrides."},"priors":{"type":"object","properties":{"list_add_rate_override_per_day":{"type":"number","description":"Caller-supplied expected OFAC digital-currency address additions per day."}},"additionalProperties":false,"description":"Explicit prior assumptions used only when overriding OFAC history cadence."},"title":{"type":"string","description":"Optional report title."},"summary_focus":{"type":"string","description":"Optional summary emphasis or focus area."}},"required":["review_items","review_budget"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"queue_saved_list","description":"Free read-only saved queue status utility for agents asking whether AurelianFlo can list prior compliance_queue_optimize results. AurelianFlo does not persist saved queues server-side; rerun compliance_queue_optimize with the original review_items to recreate a queue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"case_reference":{"type":"string","description":"Optional client-side case reference to echo in the status response."},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Maximum saved queue records to list if server-side queue persistence becomes configured."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_docx_generate","description":"Return an inline DOCX artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_pdf_generate for fixed-layout output or compliance_edd_report to build the memo first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"report_meta":{"type":"object","properties":{"report_type":{"type":"string","description":"Optional report classification."},"title":{"type":"string","description":"Report title shown in the generated artifact."},"author":{"type":"string","description":"Author or generating system."}},"additionalProperties":{"anyOf":[{"type":"string","description":"String value."},{"type":"number","description":"Numeric value."},{"type":"boolean","description":"Boolean value."},{"type":"null","description":"Null value."},{"type":"array","description":"Array value."},{"type":"object","additionalProperties":{},"description":"Object value."}],"description":"Additional report metadata value keyed by metadata name."}},"executive_summary":{"type":"array","items":{"type":"string","description":"Executive summary bullet."},"description":"Optional executive summary bullets."},"headline_metrics":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","description":"Metric label shown in the report."},"value":{"type":["string","number","boolean"],"description":"Metric value."},"unit":{"type":"string","description":"Optional unit for the metric value."}},"required":["label"],"additionalProperties":false},"description":"Optional headline metrics rendered near the top of the report."},"tables":{"type":"object","additionalProperties":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string","description":"Ordered table column label."},"description":"Ordered table column labels."},"rows":{"type":"array","items":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Cell value keyed by the matching column name."},"description":"Single table row keyed by column name."},"description":"Table row objects keyed by column name."}},"required":["columns","rows"],"additionalProperties":false},"description":"Named tables rendered into the report artifact."},"export_artifacts":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Prior artifact metadata value keyed by artifact name."},"description":"Optional prior export metadata carried alongside the report payload."},"result":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Raw result value keyed by result field name."},"description":"Optional raw result payload attached for audit or downstream use."}},"required":["report_meta","tables"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_pdf_generate","description":"Return an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_docx_generate for editable Word output or compliance_edd_report to build the memo first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"report_meta":{"type":"object","properties":{"report_type":{"type":"string","description":"Optional report classification."},"title":{"type":"string","description":"Report title shown in the generated artifact."},"author":{"type":"string","description":"Author or generating system."}},"additionalProperties":{"anyOf":[{"type":"string","description":"String value."},{"type":"number","description":"Numeric value."},{"type":"boolean","description":"Boolean value."},{"type":"null","description":"Null value."},{"type":"array","description":"Array value."},{"type":"object","additionalProperties":{},"description":"Object value."}],"description":"Additional report metadata value keyed by metadata name."}},"executive_summary":{"type":"array","items":{"type":"string","description":"Executive summary bullet."},"description":"Optional executive summary bullets."},"headline_metrics":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","description":"Metric label shown in the report."},"value":{"type":["string","number","boolean"],"description":"Metric value."},"unit":{"type":"string","description":"Optional unit for the metric value."}},"required":["label"],"additionalProperties":false},"description":"Optional headline metrics rendered near the top of the report."},"tables":{"type":"object","additionalProperties":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string","description":"Ordered table column label."},"description":"Ordered table column labels."},"rows":{"type":"array","items":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Cell value keyed by the matching column name."},"description":"Single table row keyed by column name."},"description":"Table row objects keyed by column name."}},"required":["columns","rows"],"additionalProperties":false},"description":"Named tables rendered into the report artifact."},"export_artifacts":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Prior artifact metadata value keyed by artifact name."},"description":"Optional prior export metadata carried alongside the report payload."},"result":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/properties/report_meta/additionalProperties/anyOf/0"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/1"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/2"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/3"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/4"},{"$ref":"#/properties/report_meta/additionalProperties/anyOf/5"}],"description":"Raw result value keyed by result field name."},"description":"Optional raw result payload attached for audit or downstream use."}},"required":["report_meta","tables"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_saved_retrieve","description":"Free read-only past report retrieval status utility for agents asking about previously generated reports. AurelianFlo returns report artifacts inline as artifact.contentBase64 and does not persist hosted report files server-side.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"report_id":{"type":"string","description":"Optional client-side report or case identifier to echo in the retrieval status response."},"file_name":{"type":"string","description":"Optional file name from a prior artifact response."},"settlement_tx":{"type":"string","description":"Optional x402 settlement transaction hash associated with a prior paid report call."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"server_capabilities","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"wallet_ofac_batch","description":"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. Use this instead of wallet_ofac_screen for multiple addresses; use compliance_edd_report when a formal memo is needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"string","minLength":10,"description":"Crypto wallet address to screen against OFAC SDN digital currency address designations."},"minItems":1,"maxItems":100,"description":"Crypto wallet addresses to screen against OFAC SDN digital currency address designations."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."}},"required":["addresses"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"wallet_ofac_report","description":"Run a paid OFAC screening report for one crypto wallet and return structured JSON or an inline PDF/DOCX artifact. Use wallet_ofac_screen for a quick single-address status check, or wallet_ofac_batch for multiple addresses.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":10,"description":"Crypto wallet address to screen against OFAC SDN digital currency address designations."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."},"output_format":{"type":"string","enum":["json","pdf","docx"],"description":"Select json for the structured report payload or pdf|docx for a generated artifact."}},"required":["address","output_format"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"wallet_ofac_screen","description":"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. Use this for one-off status checks; use wallet_ofac_report for PDF/DOCX output or wallet_ofac_batch for multiple addresses.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":10,"description":"Crypto wallet address to screen against OFAC SDN digital currency address designations."},"asset":{"type":"string","minLength":2,"description":"Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC."}},"required":["address"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-27T12:15:19.433Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-27T12:15:19.499Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 968ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://api.aurelianflo.com/mcp","reachable":true,"authRequired":false,"latencyMs":968,"serverInfo":{"name":"AurelianFlo","version":"0.4.0"}}],"packages":[],"repo":{"found":false,"owner":"kelm2021","repo":"aurelianflo","error":"repo not found"},"icon":{"url":"https://api.aurelianflo.com/favicon.ico","source":"site","width":256,"height":256},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}