
site
Sellable Score: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Sellable Score: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| checker_start | The first question of the Exit readiness checker decision guide. |
| checker_answer | Given a question id and the chosen option (its `choice` index), return the next question or the final verdict. |
| checker_tree | Every question, option and verdict of the Exit readiness checker guide, for reasoning end to end. |
| enquiry_describe | Read first. States plainly what submit_enquiry does on Sellable Score: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms. |
| enquiry_fields | Every field of the Sellable Score enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key. |
| submit_enquiry | Submits an enquiry to Sellable Score — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant exit adviser, who'll contact me directly." |