MCP

Connect Webhound to your agent, then let it start reports or datasets and watch them to completion.

SKILL.md

Setup

Cursor / Claude Code / Codex

Copy the setup prompt into your agent. It includes the MCP config and tells the agent what to do after restart.

Sign up or sign in to get your MCP key

The config below works as-is — your key replaces the wh_... placeholder. New accounts get $5 free.

Setup prompt

Paste this into your agent to configure MCP.

Help me set up Webhound MCP in this agent.

Add this exact MCP server config if you can. If you cannot edit the MCP config directly, tell me exactly where to paste it and wait while I do it.

{
  "mcpServers": {
    "webhound": {
      "command": "npx",
      "args": ["-y", "webhound-mcp"],
      "env": {
        "WEBHOUND_KEY": "wh_..."
      }
    }
  }
}

After the config is saved, tell me to restart this agent session or open a new chat so the Webhound tools load. Do not try to use Webhound until the tools are available.

First run

Prompt your agent

Onboarding prompt

Send this after Webhound tools appear.

Use the Webhound MCP tools and call webhound_onboarding now. Do not inspect files, search the repo, or read memory first. After the tool returns, do not summarize account status; lead me through the onboarding step by step using its immediate_next_message, ask one question at a time, and help me run my first Webhound session.