← toolhund.com

INDIVIDUAL MCP TOOL

search_tools

Search the ToolHund catalog of AI tools by keyword.

toolhund.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolhund.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_tools and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toolhund.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toolhund]
url = "https://toolhund.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolhund": {
      "type": "http",
      "url": "https://toolhund.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolhund
Remote MCP URL: https://toolhund.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toolhund": {
      "url": "https://toolhund.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolhund": {
      "type": "http",
      "url": "https://toolhund.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolhund",
  "transport": "streamable-http",
  "url": "https://toolhund.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recommend_ai_tool — Given a task description, returns 1-3 ranked AI tool recommendations with reasoning, pricing and tradeoffs.
  • get_tool — Return full details for one AI tool by its ToolHund slug (features, pricing, best-for, rating, website).
  • get_pricing — Return structured pricing for one AI tool by its ToolHund slug: free plan availability, paid-tier entry price, and the raw pricing note.
  • list_categories — List all AI tool categories on ToolHund with the number of tools in each.
  • compare_tools — Compare 2 to 4 AI tools side by side.