whatisgithub

What is webhound-mcp?

webhoundai/webhound-mcp — explained in plain English

Analysis updated 2026-07-26

0JavaScriptAudience · developerComplexity · 2/5Setup · easy

In one sentence

Webhound is a tool that lets you set a dollar budget for AI research tasks. Your AI agent searches, verifies, and assembles a cited report, stopping when the budget is spent.

Mindmap

mindmap
  root((repo))
    What it does
      Budgets AI research
      Assembles cited reports
      Stops at dollar limit
    How it connects
      MCP server
      Runs locally or hosted
      OAuth per user
    Integrations
      Claude Code
      Cursor
      Replit and n8n
    Setup
      Create API key
      Add config block
      Install via npm
    Tech stack
      JavaScript
      DeepSeek V4 Pro
      GPT-5.4

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Set a $5 budget and have your AI build a cited research report on a topic.

USE CASE 2

Generate a structured dataset with source traces while controlling research costs.

USE CASE 3

Run budgeted AI investigations locally inside Claude Code or Cursor.

USE CASE 4

Connect AI agents on Replit or n8n to hosted research with per-user auth.

What is it built with?

JavaScriptnpmMCP

How does it compare?

webhoundai/webhound-mcp00kaku/gallery-slider-block0xkinno/vellum
Stars00
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasyhard
Complexity2/52/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires creating a Webhound API key and pasting a small config block into your agent's settings file.

So what is it?

Webhound is a tool that gives AI agents a way to budget their research. When you ask an AI to look into something, it often has no clear sense of how much effort to spend. Webhound fixes this by letting you set a dollar limit alongside your prompt. The agent then searches, reads, verifies, and assembles a cited report or structured dataset, stopping when the budget runs out. The final result includes working documents, sources, claim traces, and an evidence pack so you can see how the answer was reached. The project runs as an MCP server, which is a standard protocol that tools like Claude Code, Cursor, GitHub Copilot, and others can speak. You can run it locally on your machine or connect to a hosted version over the internet. Each person authorizes their own Webhound account through OAuth, meaning no shared credentials are bundled into the package. The repository includes client-specific configuration files for several popular coding assistants, making setup straightforward for each one. Installation involves creating a Webhound API key and adding a small configuration block to your agent's settings file. The README provides exact configuration snippets for many clients, including Claude Code, Cursor, Codex, VS Code, Windsurf, and Cline. Some clients support a hosted URL with OAuth, while others use a local setup that runs the tool directly. The package is distributed through npm as webhound-mcp. The research itself is handled by something called Hound, which is the internal system Webhound uses to plan, execute, verify, and assemble results. Hound is built using DeepSeek V4 Pro and GPT-5.4, but it is not a simple pass-through to a single model. The prompt defines the investigation, and the dollar budget controls how much work Hound does before completing. Suggested defaults include a five dollar budget and a report as the output type. The README also covers integration with platforms like Replit, n8n, Smithery, Manus, and ChatGPT's developer mode. Each path follows the same pattern: connect to the hosted URL, authorize your own account, and start a task. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Using the webhound-mcp server, research the current state of solid-state battery technology with a $5 budget and return a cited report with an evidence pack.
Prompt 2
Use Webhound to build a structured dataset of the top 20 AI startups by funding, spending no more than $3, and include source traces for each entry.
Prompt 3
Configure my Cursor settings to connect to the hosted Webhound MCP server using OAuth, then run a $10 investigation on competitors in the meal-kit space.
Prompt 4
Set up webhound-mcp locally via npm and have it research recent changes to GDPR enforcement, stopping at a $2 budget and outputting a working document with claims and sources.

Frequently asked questions

What is webhound-mcp?

Webhound is a tool that lets you set a dollar budget for AI research tasks. Your AI agent searches, verifies, and assembles a cited report, stopping when the budget is spent.

What language is webhound-mcp written in?

Mainly JavaScript. The stack also includes JavaScript, npm, MCP.

How hard is webhound-mcp to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is webhound-mcp for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.