Install
Add Bassethound to your agent.
Bassethound is a hosted, remote MCP server, so there is nothing to deploy and no key to babysit. Pick your client, copy one line, and your agent can sniff any domain.
Works in Claude, ChatGPT, and any MCP client.
Connect the hosted endpoint in Claude or ChatGPT, or drop one line into Cursor, Windsurf, or your terminal. Nothing to host, no key to babysit.
terminal
$ claude mcp add --transport http bassethound https://mcp.bassethound.ai/mcp terminal
$ codex mcp add bassethound --url https://mcp.bassethound.ai/mcp ~/.cursor/mcp.json
Add to Cursor one click {
"mcpServers": {
"bassethound": {
"url": "https://mcp.bassethound.ai/mcp"
}
}
} ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bassethound": {
"serverUrl": "https://mcp.bassethound.ai/mcp"
}
}
} terminal
Add to VS Code one click $ code --add-mcp '{"name":"bassethound","type":"http","url":"https://mcp.bassethound.ai/mcp"}' custom connector URL
https://mcp.bassethound.ai/mcp In Claude, open Settings, Connectors, Add custom connector, and paste the URL. Setup guide
connector URL
https://mcp.bassethound.ai/mcp In ChatGPT, open Settings, Connectors, and add the URL as a custom connector. Setup guide
mcp.json
{
"mcpServers": {
"bassethound": {
"url": "https://mcp.bassethound.ai/mcp"
}
}
}
Then just say: sniff stripe.com. Digby takes it from there.