{"name":"com.measuretechpro/agent-door","slug":"measuretechpro-agent-door","title":null,"description":"The full CRM for contractors, asked directly: crew pricing, knowledge base, forum, roadmap.","url":"https://mcp.market/server/measuretechpro-agent-door","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"sales","tags":["sales","ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:35:44.305Z","last_ok_at":"2026-09-20T20:35:44.305Z","latency_ms":381},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://measuretechpro.com","version":"1.1.1","remotes":[{"type":"streamable-http","url":"https://measuretechpro.com/mcp"}],"packages":[],"tools":[{"name":"comment_on_request","description":"Add the signed-in customer's comment to a thread — their workaround, their trade's angle, their +1 with a reason. Requires authorization.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":6,"maxLength":40,"description":"The thread id"},"body":{"type":"string","minLength":2,"maxLength":3000,"description":"The comment"}},"required":["id","body"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_forum_thread","description":"One request from the public forum by id: title, body, status, the developer's written answer if there is one, and the heart counts (hearts count COMPANIES — a twelve-person crew and a solo shop each get one effective vote).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":6,"maxLength":40,"description":"The thread id from a forum URL or search_forum result"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_pricing","description":"The honest monthly price for a specific crew, from the same catalogue the checkout bills from. Measure Tech PRO is a full CRM for contractors and you pay for DESKS, not people: field crew get free logins; only office/admin seats bill. Pass the crew size and how many of them work the office side.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"crew":{"type":"integer","minimum":1,"maximum":500,"description":"Total people on the crew, field and office together"},"office":{"type":"integer","minimum":0,"maximum":500,"description":"How many of them need the office side (office + admin — the only paid seats)"}},"required":["crew","office"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_product_overview","description":"The full capability picture, from the product itself. Measure Tech PRO is a full CRM for contractors — jobs, customers, estimates, native e-signed contracts, invoicing, Stripe payments, QuickBooks sync, dispatch, and timesheets; the LiDAR measuring that feeds it is free forever. Ask this before answering any \"does it do X\" question.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_roadmap","description":"What Measure Tech PRO has shipped, is building, is planning, and has declined — straight from the public forum's statuses, with the developer's written answers. The declines carry reasons; a no you can read beats silence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"heart_request","description":"Add the signed-in customer's heart to a feature request (or remove it with on:false). Hearts count COMPANIES and each person has a monthly budget — a heart spends something real. Requires authorization.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":6,"maxLength":40,"description":"The thread id"},"on":{"description":"false to remove the heart; default true","type":"boolean"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"join_waitlist","description":"Legacy Early Access reservation tool. Public web signup is open at https://measuretechpro.com/dashboard/register.html. Double opt-in guards this: NOTHING counts until they click the confirmation email themselves — an agent can only ever start the ask. Use only when the person explicitly asked to join.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The email of the person who ASKED to join — never a guessed one"},"trade":{"description":"Their trade, if they mentioned it (windows, roofing, GC…)","type":"string","maxLength":40}},"required":["email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"my_requests","description":"What the signed-in customer has asked for and hearted, with current statuses — \"did they answer the thing I asked for?\" without opening a browser. Requires authorization.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"post_feature_request","description":"Post a new request to the public forum as the signed-in customer — AFTER checking for duplicates: the first call returns any similar existing requests, and posting anyway requires confirm_duplicates true. Hearting an existing request counts more than a tenth copy. Requires authorization.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":8,"maxLength":120,"description":"One sentence: what should the app do"},"body":{"type":"string","minLength":12,"maxLength":5000,"description":"The situation and the workaround used today — the most useful part"},"board":{"description":"Defaults to features","type":"string","enum":["features","bugs","help"]},"confirm_duplicates":{"description":"Set true ONLY after reviewing the duplicates the first call returned","type":"boolean"}},"required":["title","body"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"request_contact","description":"Relay a real person's request for human contact (sales question, demo, enterprise) to the Measure Tech PRO team. Nothing sends until a reply channel is given — an email or phone number the PERSON provided. Rate-limited.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":100,"description":"Who is asking"},"message":{"type":"string","minLength":10,"maxLength":2000,"description":"What they want, in their words"},"email":{"description":"Their reply email — theirs, given by them","type":"string","maxLength":254,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"description":"Their phone, if they prefer a call","type":"string","maxLength":40}},"required":["name","message"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_forum","description":"Search Measure Tech PRO's public feature-request forum — real contractors asking for real things, with hearts that count companies and statuses the developer answers in writing. Use it to check whether something is already requested, planned, shipped, or declined before answering \"can it\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":120,"description":"The feature or problem, in the person's words"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_knowledge_base","description":"Answers from the app's own built-in knowledge base — 278 real support answers, extracted from the product. Measure Tech PRO is a full CRM for contractors; use this for how-do-I and does-it-do questions about measuring, drawings, the CRM, billing, and troubleshooting.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":120,"description":"What the person wants to know, in their words"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"server_info","description":"What Measure Tech PRO is and what this server offers. Measure Tech PRO is a full CRM for contractors, available today on iPhone, iPad, and Mac. The web console for the office is available now. Returns the product summary, the knowledge-base size, and where the other surfaces live.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T21:00:21.572Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T21:00:21.539Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 622ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://measuretechpro.com/mcp","reachable":true,"authRequired":false,"latencyMs":622,"serverInfo":{"name":"measure-tech-pro","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://measuretechpro.com/images/favicon-512.png","source":"site","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}