CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

AurelianFlo

kelm2021/aurelianflo
11 toolsHTTPregistry active
Summary

You'd use this when you need to run compliance checks or build enhanced due diligence workflows without building direct integrations to Aurelian Flo's platform. It connects to their remote API to run OFAC sanctions screening, generate EDD memos, pull exposure forecasts, and access compliance queues and reports. The streamable HTTP transport means it works as a hosted service rather than running locally. Useful if you're building a Claude-based compliance assistant or automating KYC processes and want to tap into Aurelian Flo's screening infrastructure without managing API keys and endpoints yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
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.

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.

No parameter schema in public metadata yet.

queue_saved_listFree 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.2 params

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.

Parameters* required
limitinteger
Maximum saved queue records to list if server-side queue persistence becomes configured.
case_referencestring
Optional client-side case reference to echo in the status response.
report_saved_retrieveFree 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.3 params

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.

Parameters* required
file_namestring
Optional file name from a prior artifact response.
report_idstring
Optional client-side report or case identifier to echo in the retrieval status response.
settlement_txstring
Optional x402 settlement transaction hash associated with a prior paid report call.
wallet_ofac_reportRun 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.3 params

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.

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
addressstring
Crypto wallet address to screen against OFAC SDN digital currency address designations.
output_formatstring
Select json for the structured report payload or pdf|docx for a generated artifact.one of json · pdf · docx
wallet_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. Use this for one-off status checks; use wallet_ofac_report for PDF/DOCX output or wallet_ofac_batch fo...2 params

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

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
addressstring
Crypto wallet address to screen against OFAC SDN digital currency address designations.
wallet_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. Use this instead of wallet_ofac_screen for multiple addresses; use co...2 params

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

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
addressesarray
Crypto wallet addresses to screen against OFAC SDN digital currency address designations.
compliance_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. Use this for case handoff; use wallet_ofac_batch for screening-only results or repor...10 params

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

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
addressesarray
Crypto wallet addresses to screen for OFAC sanctions exposure and include in the enhanced due diligence memo.
case_namestring
Optional case or review title shown in the memo.
jurisdictionstring
Optional jurisdiction or operating region for the case.
reference_idstring
Optional internal case or review reference.
requested_bystring
Optional requester, owner, or reviewing team.
subject_namestring
Human-readable subject or counterparty name for the memo.
artifact_onlyboolean
When output_format is pdf or docx, return a compact artifact-first response without the full memo payload.
output_formatstring
Select json for the structured memo payload or pdf|docx for a generated artifact.one of json · pdf · docx
review_reasonstring
Optional reason the EDD memo is being prepared.
compliance_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. Use this when c...10 params

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

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
titlestring
Optional report title.
priorsobject
Explicit prior assumptions used only when the caller wants to override the OFAC history cadence.
targetobject
Target event for the forecast probability.
addressesarray
Wallet addresses to forecast for future OFAC exact-match exposure.
iterationsinteger
Forecast trial count. Values are bounded to 1000 through 100000.
horizon_daysinteger
Forecast horizon in days. Values are bounded to 7 through 365.
tier_weightsobject
Optional overrides for low, standard, high, and critical relationship tier weights.
summary_focusstring
Optional summary emphasis or focus area.
address_metadataarray
Optional per-address business metadata used to weight exposure hazard.
compliance_queue_optimizeOptimize 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...10 params

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

Parameters* required
assetstring
Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC.
titlestring
Optional report title.
priorsobject
Explicit prior assumptions used only when the caller wants to override the OFAC history cadence.
objectivestring
Optimization objective.one of minimize_residual_risk · maximize_expected_recall · maximize_caught_hits
iterationsinteger
Forecast trial count. Values are bounded to 1000 through 100000.
horizon_daysinteger
Forecast horizon in days. Values are bounded to 7 through 365.
review_itemsarray
Wallet review items with per-address metadata required for queue optimization.
tier_weightsobject
Optional overrides for low, standard, high, and critical relationship tier weights.
review_budgetinteger
Number of items a reviewer can handle in the next review window.
summary_focusstring
Optional summary emphasis or focus area.
report_pdf_generateReturn 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_...6 params

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

Parameters* required
resultobject
Optional raw result payload attached for audit or downstream use.
tablesobject
Named tables rendered into the report artifact.
report_metaobject
Report metadata shown in the generated artifact.
export_artifactsobject
Optional prior export metadata carried alongside the report payload.
headline_metricsarray
Optional headline metrics rendered near the top of the report.
executive_summaryarray
Optional executive summary bullets.
report_docx_generateReturn 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_e...6 params

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

Parameters* required
resultobject
Optional raw result payload attached for audit or downstream use.
tablesobject
Named tables rendered into the report artifact.
report_metaobject
Report metadata shown in the generated artifact.
export_artifactsobject
Optional prior export metadata carried alongside the report payload.
headline_metricsarray
Optional headline metrics rendered near the top of the report.
executive_summaryarray
Optional executive summary bullets.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedJun 5, 2026
View on GitHub