AI & Machine Learning
toolhund.com
Provides AI tool recommendations, search, and detailed information from the ToolHund catalog.
ENDPOINT 1
https://toolhund.com/mcp
MCP server metadata
- Name
- toolhund
- Version
- 0.1.0
ToolHund AI tool directory + recommendation engine (public, no auth). Use `recommend_ai_tool` for decision questions ('what AI tool should I use for X') — returns 1-3 ranked picks with reasoning, pricing and tradeoffs. Use `search_tools` for keyword search, `get_tool` for full details, `get_pricing` for structured pricing, `list_categories` to browse, and `compare_tools` to compare 2-4 tools. Commercial/high-volume use requires licensed access — request at https://toolhund.com/api?utm_source=mcp&utm_medium=agent_discovery#request-access.
Known tools 6
recommend_ai_toolGiven a task description, returns 1-3 ranked AI tool recommendations with reasoning, pricing and tradeoffs.
Inferred read-onlyget_toolReturn full details for one AI tool by its ToolHund slug (features, pricing, best-for, rating, website).
Inferred read-onlyget_pricingReturn structured pricing for one AI tool by its ToolHund slug: free plan availability, paid-tier entry price, and the raw pricing note.
Inferred read-onlylist_categoriesList all AI tool categories on ToolHund with the number of tools in each.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.