Trust: 25/100 (Limited)
Webhound Guide
Web research MCP server where the prompt defines the question and a dollar budget controls how much investigation runs. Returns inspectable reports or structured datasets with sources, working documents, claim traces, and an explicit completion state.
by Webhound
Quick Start
Install
npx -y webhound-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"webhound": {
"command": "npx",
"args": [
"-y webhound-mcp"
]
}
}
}