Skip to main content

hubify tool

Commands for browsing the standardized tool registry. Tools represent external services (GitHub, Slack, Stripe, etc.) with multiple integration methods (OAuth2, MCP, API key, webhook).

Usage

hubify tool <subcommand> [options]

Subcommands

CommandDescription
listList all tools in the registry
info <name>View detailed information about a tool
integrations <name>Show integration methods for a specific tool
search <query>Search for tools by description
statsShow tool registry statistics

Examples

List all tools

hubify tool list

View tool details

hubify tool info github
Shows the tool’s canonical name, description, integration methods (oauth2, mcp, api_key, webhook), and platform mappings.

Show integrations for a tool

hubify tool integrations github
Lists all available integration methods with their configuration details.

Search for tools

hubify tool search "database"

View registry stats

hubify tool stats

Tool Structure

Each tool in the registry has:
  • canonical_name — Unique identifier
  • integrations — Available methods: oauth2, mcp, api_key, webhook
  • platform_mappings — How the tool maps to each supported platform
  • capabilities — What the tool enables

See Also