Developers

The HeySale MCP server

One remote server, the same six tools, in every client. It creates an AI salesperson for a website, reports when she has finished reading it, returns the one-line install script, confirms it is live on the site, configures her, and reports results to her owner.

Identity

Name
HeySale — AI Website Salesperson
Server key
heysale
Endpoint
https://hey.sale/mcp
Transport
Streamable HTTP (remote MCP)
Category
Website Sales / Conversational Commerce / Lead Generation
Support
hello@hey.sale

Configuration

Most clients accept this shape. VS Code and GitHub Copilot use servers instead of mcpServers.

mcp.json

{
  "mcpServers": {
    "heysale": {
      "type": "http",
      "url": "https://hey.sale/mcp"
    }
  }
}

Tools

ToolWhat it doesAuth
create_website_salespersonCreate a salesperson for a website from its address.Public
check_salesperson_statusCheck whether it has finished learning the site.Public
get_salesperson_installationReturn the one-line install script and where it goes.Public
verify_salesperson_installationConfirm from HeySale's own telemetry that the script is live on the site.Public
configure_salespersonChange its name, greeting or objective.Owner API key
get_salesperson_resultsConversations, leads and minutes for the owner.Owner API key

Creating and installing a salesperson needs no credentials. Reading conversations, leads or usage requires the website owner’s own HeySale API key, so an assistant can only report on accounts its user owns. Every response carries a next_action so an assistant knows what to do next, and creation is idempotent per website.

Client support

ClientStatusVerifiedGuide
LovableAvailable2026-09-07/lovable
ChatGPTCustom MCP2026-09-07/chatgpt
ClaudeAvailable2026-09-07/claude
CursorOne-click install2026-09-07/cursor
ReplitCustom MCP2026-09-07/replit
GitHub CopilotCustom MCP2026-09-07/github-copilot
Any MCP clientAvailable2026-09-07/integrations/mcp
v0Coming soon2026-09-07/v0
BoltCustom MCP2026-09-07/bolt
Google AntigravityCustom MCP2026-09-07/antigravity
KiroCustom MCP2026-09-07/kiro
DevinCustom MCP2026-09-07/devin
WindsurfCustom MCP2026-09-07/windsurf
ManusCustom MCP2026-09-07/manus
PerplexityComing soon2026-09-07/perplexity

Prefer plain HTTP? The same operations are available as REST endpoints — see the HTTP guide.