This guide walks you through the core tool-cli workflow: finding a tool in the registry, calling it from the terminal, and wiring it up to your AI host app.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.
Install tool-cli
Install your first tool
Search the registry and install a tool:Inspect what it exposes
Call a method
Call any tool method directly from the terminal — no client needed:toolname__method naming. You can use . as shorthand:
Register with your AI host
Add the tool to your AI host app so it appears in Claude, Cursor, VS Code, or any other supported client:tool-cli creates a backup of your host’s config file before making any changes, so your original config is always safe.
Next steps
Using tools
Search, preview, install, and manage MCP tools.
Build a tool
Scaffold a new MCP server and publish it to the registry.
Host integration
Register tools with all your AI host apps.
Command reference
Full reference for every command and flag.