Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt

Use this file to discover all available pages before exploring further.

Search the tool.store registry for MCP tools matching a query string. Results include tool names, descriptions, and download counts.

Synopsis

tool search <query> [flags]

Arguments

<query>
string
required
The search term or phrase. Use quotes for multi-word queries.

Global flags

The following global flags apply to tool search (and all other commands):
-c, --concise
boolean
Minimal, machine-parseable output. Strips decorative formatting, making results easier to process in scripts or AI workflows.
-H, --no-header
boolean
Suppress the header line in concise mode. Requires -c.

Output format

Each result row contains:
  • Name — the fully-qualified tool reference (namespace/name) you pass to tool install or tool preview.
  • Description — a short summary of what the tool does.
  • Downloads — the total install count from the registry.

Examples

# Find file-related tools
tool search filesystem

# Find weather tools
tool search weather

# Multi-word search (quote the phrase)
tool search "database sql"

# Concise output suitable for scripts or AI agents
tool search bash -c
Use tool preview <namespace/name> to inspect a result’s methods and schemas before installing. Use tool grep to search the schemas of tools you have already installed.
Search is powered by the tool.store registry. Results reflect publicly published packages only; locally installed tools that were never published will not appear.

Build docs developers (and LLMs) love