Deterministic Temporal & Citation Memory for Financial & Legal Agents
Process SEC 10-K filings instantly, execute citation-backed contract redlining, and enrich web lead lists with ClawDB deterministic vector + graph index.
Explore Data, Finance & Legal Agent Tutorials
Financial Analysis Agents
Financial analysis agents process 10-Q and 10-K financial filings instantly, while custom n8n workflows feed raw market data into agents that continuously build risk visualization reports.
In n8n -> Settings -> Community Nodes -> Install: `@clawdb/n8n-nodes-clawdb`.
Drag the **ClawDB Memory Node** onto your n8n workflow canvas.
Add Credentials: Paste your CLAWDB_API_KEY.
Set Operation: "Query Memory" with Namespace `sec_{{$json.ticker}}`. Connect node output to Slack or Email nodes!
How to Add ClawDB Memory Node to n8n Canvas
Copy and paste this config file into your target tool (n8n Workflows)
{
"nodes": [{
"name": "ClawDB Memory Query",
"type": "n8n-nodes-clawdb.clawdb",
"parameters": {
"operation": "queryMemory",
"namespace": "sec_{{$json.ticker}}",
"query": "debt covenant liquidity risk"
}
}]
}Exact Installation & Enablement Steps:
- In n8n -> Settings -> Community Nodes -> Install: `@clawdb/n8n-nodes-clawdb`.
- Drag the **ClawDB Memory Node** onto your n8n workflow canvas.
- Add Credentials: Paste your CLAWDB_API_KEY.
- Set Operation: "Query Memory" with Namespace `sec_{{$json.ticker}}`. Connect node output to Slack or Email nodes!
Give your AI agents permanent memory today.
Deploy in under 2 minutes. Free tier included forever.
Launch Studio Free →