n8n-nodes-annolux
v0.1.0
Published
n8n node for Annolux: Curated English & Chinese Web Search API & MCP for AI Agents with explicit snapshot timestamps
Maintainers
Readme
n8n-nodes-annolux
Official n8n community node for Annolux — The curated English & Chinese web search API and MCP for AI Agents with explicit snapshot timestamps.
⚡ Features
- 🔍 Curated English & Chinese Corpus: High-purity technical and knowledge corpus with zero SEO spam.
- 🕒 Explicit
fetched_atProvenance: Every search result contains verifiable snapshot timestamps to eliminate LLM hallucinations. - 🤖 Native n8n AI Agent Tool: Attach Annolux directly to n8n AI Agent nodes to empower models (OpenAI, Anthropic, Mistral, Ollama) with real-time web retrieval.
- ⚙️ Fine-Grained Controls: Support for
query,limit,domainswhitelist filtering,deduplicate, andrankingstrategy.
📦 Installation
In your self-hosted or cloud n8n instance:
- Go to Settings > Community Nodes > Install a community node.
- Enter
n8n-nodes-annolux. - Agree to the terms and click Install.
🔑 Credentials
- Sign up for free at annolux.com to get your API key (1,000 free requests/month).
- In n8n, create a new credential for Annolux API and paste your API key (
ann_live_...orann_test_...).
🚀 Usage
Mode 1: Connect to n8n AI Agent (Recommended)
- Add an AI Agent node in n8n.
- Drag Annolux Search and connect it to the Tools input of the AI Agent.
- The AI Agent will now autonomously decide when to execute web search to answer user queries with up-to-date facts.
Mode 2: Standard Workflow Execution
- Add the Annolux Search node anywhere in your workflow.
- Set the
queryexpression (e.g.={{ $json.searchTerm }}). - Connect the output to downstream nodes.
📄 License
MIT © Annolux
