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
| Tool | What it does | Auth |
|---|---|---|
| create_website_salesperson | Create a salesperson for a website from its address. | Public |
| check_salesperson_status | Check whether it has finished learning the site. | Public |
| get_salesperson_installation | Return the one-line install script and where it goes. | Public |
| verify_salesperson_installation | Confirm from HeySale's own telemetry that the script is live on the site. | Public |
| configure_salesperson | Change its name, greeting or objective. | Owner API key |
| get_salesperson_results | Conversations, 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
| Client | Status | Verified | Guide |
|---|---|---|---|
| Lovable | Available | 2026-09-07 | /lovable |
| ChatGPT | Custom MCP | 2026-09-07 | /chatgpt |
| Claude | Available | 2026-09-07 | /claude |
| Cursor | One-click install | 2026-09-07 | /cursor |
| Replit | Custom MCP | 2026-09-07 | /replit |
| GitHub Copilot | Custom MCP | 2026-09-07 | /github-copilot |
| Any MCP client | Available | 2026-09-07 | /integrations/mcp |
| v0 | Coming soon | 2026-09-07 | /v0 |
| Bolt | Custom MCP | 2026-09-07 | /bolt |
| Google Antigravity | Custom MCP | 2026-09-07 | /antigravity |
| Kiro | Custom MCP | 2026-09-07 | /kiro |
| Devin | Custom MCP | 2026-09-07 | /devin |
| Windsurf | Custom MCP | 2026-09-07 | /windsurf |
| Manus | Custom MCP | 2026-09-07 | /manus |
| Perplexity | Coming soon | 2026-09-07 | /perplexity |
Prefer plain HTTP? The same operations are available as REST endpoints — see the HTTP guide.