Install
openclaw skills install n2-free-searchFree, unlimited web search for AI agents via SearXNG — no API keys needed.
openclaw skills install n2-free-searchFree, private, unlimited web search for your AI agent. No API keys, no credit cards, no rate limits.
| Brave Search API | Google Custom Search | N2 Free Search | |
|---|---|---|---|
| Cost | $5 / 1,000 queries | $5 / 1,000 queries | Free forever |
| API Key | Required | Required | Not needed |
| Search Engines | Brave only | Google only | 70+ engines |
Add to your MCP config:
{
"mcpServers": {
"n2-free-search": {
"command": "npx",
"args": ["-y", "n2-free-search"]
}
}
}
{
"mcpServers": {
"n2-free-search": {
"command": "npx",
"args": ["-y", "n2-free-search"],
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
}
}
}
Part of the N2 AI Body series — Building the Body for AI