>_
160 tools · 32 agent-ready · Open source

Give your agent
every CLI tool

One MCP server connects your coding agent to 160+ CLI tools. It discovers, installs, and uses the right tool automatically.

Scroll

How it works

Three steps, zero friction

1

Agent asks

Your agent needs to do something — extract a PDF, search code, convert a file.

2

Finds the tool

The MCP server searches 160+ tools and returns the best match with install command.

3

Done automatically

Agent installs it and keeps working. No manual googling, no context switching.

Live demo

Watch it in action

agent session
agent I need to extract text from a PDF
agent calling search_tools("pdf text extraction")
found: pdftotext"Convert PDF to plain text"
install: brew install poppler
agent installed, extracting text...

Natural language search

Agent describes what it needs — "find a tool to convert JSON to CSV" — and gets the right match.

Install command included

Every result comes with a ready-to-run install command. No more googling "how to install jq".

Agent compatibility flags

Knows which tools work headlessly, output JSON, or need interactive input.

Setup

One line to connect

Pick your editor, copy the config, restart your agent. Done.

// ~/.mcp.json
{
  "mcpServers": {
    "agent-tools": {
      "url": "https://awesome-agent-tooling.pages.dev/mcp"
    }
  }
}
No API key required · Free · Open source

After adding the config, your agent will automatically call search_tools when it needs a CLI tool. No manual setup for each tool.

Data

Structured for machines

Every tool entry is LLM-optimized — flat, descriptive, no nested refs. Your agent knows exactly what to do.

install_command

One-line install, ready to copy

when_to_use

Scenarios where this tool fits

agent_ready

Works in non-interactive mode

json_output

Machine-readable output format

160
tools indexed
15
categories
4
MCP tools
32
agent-ready

FAQ

Common questions

Stop googling install commands

Let your agent find the right tool, every time. Free, open source, self-hostable.