Install ToolHund MCP

Connect Claude Desktop, Cursor or any MCP client to ToolHund's AI tool intelligence — under 60 seconds.

Public MCP endpoint
https://toolhund.com/mcp
Transport: streamable-http · Auth: OAuth 2.1 (Dynamic Client Registration enabled)

What is ToolHund MCP?

A ranked, vendor-neutral AI-tool decision layer exposed as MCP tools. Ask your agent to recommend, compare, or price AI services and it queries ToolHund directly — no scraping, no hallucinated URLs.

Available tools

  • recommend_ai_tool
    Natural-language task → 1–3 ranked AI tools with reasoning, pricing and tradeoffs.
  • search_tools
    Keyword + category search across the ToolHund catalog.
  • get_tool
    Full detail for a single tool (pricing, alternatives, score, links).
  • get_pricing
    Normalized pricing tiers for a tool.
  • list_categories
    All ToolHund categories with counts.
  • compare_tools
    Side-by-side comparison for 2–4 tool slugs.
  • whoami
    Auth/session probe for the connected MCP client.

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the Windows equivalent, then restart Claude.

claude_desktop_config.json
{
  "mcpServers": {
    "toolhund": {
      "type": "http",
      "url": "https://toolhund.com/mcp"
    }
  }
}

Cursor / Windsurf

Add to .cursor/mcp.json or .windsurf/mcp.json.

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

OAuth note

The first tool call opens a browser window for OAuth 2.1 login (Dynamic Client Registration is enabled — no manual client ID needed). The token is stored by your MCP client.

Test command

Once connected, ask your assistant:

Use ToolHund to recommend the best AI voice API for Turkish narration under $50 per month.

Troubleshooting

  • Client doesn't list ToolHund tools: restart the client after editing the config file.
  • OAuth loop: clear the client's stored MCP credentials and reconnect.
  • Rate limited: upgrade at /api.
  • Still stuck: email hello@toolhund.com with your client name and version.