/install add-tools
add.tools
A search engine for AI agents to discover tools, APIs, and MCP servers — both free and paid (via x402 micropayments).
What it does
add.tools indexes tools and API endpoints that AI agents can use. Agents send a search query and get back ranked results with metadata about each tool's capabilities, pricing, and reliability.
The index includes both free tools and paid x402-enabled endpoints, so agents can find the right tool regardless of pricing model.
Usage
Search for tools
# JSON response for agents
curl -H "Accept: application/json" "https://add.tools/search?q=send+email"
# With explicit format param
curl "https://add.tools/search?q=weather+forecast&format=json"
Report feedback
curl -X POST "https://add.tools/feedback" \
-H "Content-Type: application/json" \
-d '{"query": "send email", "chosen_tool": "...", "success": true}'
Helps improve search quality over time.
Content negotiation
Every URL on add.tools serves both humans and agents from the same URL. Set Accept: application/json or append ?format=json for machine-readable responses. Default is HTML with clean server-rendered content that LLMs can also parse directly.
Links
- Website: https://add.tools
- GitHub: https://github.com/add-tools
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install add-tools - After installation, invoke the skill by name or use
/add-tools - Provide required inputs per the skill's parameter spec and get structured output
What is add.tools?
Search engine for AI agents to discover free and paid tools, APIs, and MCP servers. It is an AI Agent Skill for Claude Code / OpenClaw, with 297 downloads so far.
How do I install add.tools?
Run "/install add-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is add.tools free?
Yes, add.tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does add.tools support?
add.tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created add.tools?
It is built and maintained by simmmel (@simmmel); the current version is v0.1.0.