{"name":"io.github.heysale/heysale","slug":"heysale","title":"HeySale — AI Website Salesperson","description":"Create and install an AI Website Salesperson for sales, qualification, and lead capture.","url":"https://mcp.market/server/heysale","rating":null,"grade":"B","score":76,"certified":false,"status":"active","category":"sales","tags":["sales"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-07T23:19:34.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T23:21:08.805Z","last_ok_at":"2026-09-19T23:21:08.805Z","latency_ms":1069},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/heysale/heysale-mcp","website":"https://hey.sale/ai-info","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://hey.sale/mcp"}],"packages":[],"tools":[{"name":"check_salesperson_status","description":"Find out whether a website salesperson has finished reading the website and is ready to talk to visitors, and whether its script has been detected on the live site. Give it the salesperson_id returned when the salesperson was created.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"salesperson_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The salesperson_id returned by create_website_salesperson."}},"required":["salesperson_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"configure_salesperson","description":"Change a salesperson's name, its opening line, or the goal it works towards. While a salesperson is still unclaimed this can be set as part of setting it up. Once the website owner has claimed it, changes must be made by the owner in HeySale — do not ask anyone for an API key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"salesperson_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The salesperson_id returned by create_website_salesperson."},"name":{"type":"string","minLength":1,"maxLength":60},"greeting":{"type":"string","minLength":1,"maxLength":500},"objective":{"description":"What the salesperson should aim for.","type":"string","minLength":1,"maxLength":500},"api_key":{"description":"Developers only. Not required, and never ask a website owner for one.","type":"string","minLength":10,"maxLength":200}},"required":["salesperson_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_website_salesperson","description":"Give any public website an AI salesperson that talks to its visitors, answers questions about the business, and captures leads. Use this when someone wants to add a salesperson, live chat, a sales assistant or a chatbot alternative to a site. Provide the website address; the salesperson reads the site itself. The response always includes an explicit salesperson_id — keep it, because every other HeySale tool needs it — plus the one-line install script and a claim_url to give the website owner. Safe to call twice for the same website. To try HeySale without touching a real website, use website_url https://hey.sale/mcp-test — that creates an isolated, disposable test salesperson on HeySale's own reviewer sandbox.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"website_url":{"type":"string","minLength":3,"maxLength":300,"description":"The public website address, e.g. https://example.com"},"business_name":{"description":"The business name, if known.","type":"string","maxLength":120},"integration_source":{"description":"The AI platform making this call, e.g. claude, chatgpt, cursor, lovable, replit.","type":"string","maxLength":40},"external_project_id":{"description":"A stable id for the calling project, so repeat calls reuse the same salesperson.","type":"string","maxLength":200},"campaign":{"type":"string","maxLength":60}},"required":["website_url"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_salesperson_installation","description":"Return the exact one-line script to add to a website so its salesperson appears for visitors, plus where to place it and whether HeySale has detected it yet. Give it the salesperson_id returned when the salesperson was created.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"salesperson_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The salesperson_id returned by create_website_salesperson."}},"required":["salesperson_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_salesperson_results","description":"Summarise how many visitors talked to the salesperson, how many left their details, and what they asked about most. This is private business data: it is only returned to an authorised caller. Never ask a website owner for an API key — send them to HeySale instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"salesperson_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The salesperson_id returned by create_website_salesperson."},"days":{"type":"integer","minimum":1,"maximum":90},"api_key":{"description":"Developers only. Not required for setup, and never ask a website owner for one.","type":"string","minLength":10,"maxLength":200}},"required":["salesperson_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"verify_salesperson_installation","description":"Check whether a HeySale salesperson has actually been installed on its website and is reporting back to HeySale. Uses HeySale's own telemetry, so it works with single-page apps, tag managers and deferred script loading — never scrape the website's HTML to answer this. Give it the salesperson_id returned when the salesperson was created.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"salesperson_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The salesperson_id returned by create_website_salesperson."}},"required":["salesperson_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":76,"grade":"B","scanned_at":"2026-09-20T00:25:58.121Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:58.126Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 3960ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 12 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://hey.sale/mcp","reachable":true,"authRequired":false,"latencyMs":3960,"serverInfo":{"name":"heysale","version":"1.1.0"}}],"packages":[],"repo":{"found":true,"owner":"heysale","repo":"heysale-mcp","archived":false,"pushedAt":"2026-09-07T23:19:34Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/326254308?v=4","ownerCreatedAt":"2026-09-07T22:20:36Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/326254308?v=4&s=128","source":"github"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-07T23:19:34.000Z","score":23}}}},"grade_history":[],"reviews":[]}