# com.measuretechpro/agent-door (remote · measuretechpro.com)

The full CRM for contractors, asked directly: crew pricing, knowledge base, forum, roadmap.

- Trust score: 80/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `measuretechpro.com`: 80/100 (this document), [markdown](https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro.md), [page](https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro)

## Channel facts

- Endpoint: `https://measuretechpro.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1293 tokens (~64/item across 20 items; 13 tools + 7 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### How do I install the com.measuretechpro/agent-door MCP server?

com.measuretechpro/agent-door is a hosted endpoint at https://measuretechpro.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-measuretechpro-agent-door 'https://measuretechpro.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-measuretechpro-agent-door": {
      "url": "https://measuretechpro.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-measuretechpro-agent-door": {
      "type": "http",
      "url": "https://measuretechpro.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-measuretechpro-agent-door]
url = "https://measuretechpro.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-measuretechpro-agent-door": {
      "type": "remote",
      "url": "https://measuretechpro.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-measuretechpro-agent-door --url 'https://measuretechpro.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-measuretechpro-agent-door:
    url: "https://measuretechpro.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-measuretechpro-agent-door": {
      "Transport": "http",
      "Url": "https://measuretechpro.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-measuretechpro-agent-door -t streamable-http -u 'https://measuretechpro.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-measuretechpro-agent-door": {
      "type": "http",
      "url": "https://measuretechpro.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 79, 0)

- [security] Tool “join_waitlist” rewrote its description, which is the text the model reads
- [security] Tool “server_info” rewrote its description, which is the text the model reads
- [cosmetic] Tool “join_waitlist” changed its title: Join the web console waitlist → Manage a legacy Early Access reservation

### 2026-09-19 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (13)

### `get_product_overview` (~82 tokens)

What Measure Tech PRO does

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.

### `get_pricing` (~114 tokens)

Price a crew

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.

Input parameters:

- `crew` (integer, required): Total people on the crew, field and office together
- `office` (integer, required): How many of them need the office side (office + admin — the only paid seats)

### `search_knowledge_base` (~83 tokens)

Search the Measure Tech PRO knowledge base

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.

Input parameters:

- `query` (string, required): What the person wants to know, in their words

### `search_forum` (~77 tokens)

Search the public forum

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".

Input parameters:

- `query` (string, required): The feature or problem, in the person's words

### `get_forum_thread` (~80 tokens)

Read one forum request

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).

Input parameters:

- `id` (string, required): The thread id from a forum URL or search_forum result

### `get_roadmap` (~55 tokens)

The public roadmap

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.

### `join_waitlist` (~109 tokens)

Manage a legacy Early Access reservation

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.

Input parameters:

- `email` (string, required): The email of the person who ASKED to join — never a guessed one
- `trade` (string): Their trade, if they mentioned it (windows, roofing, GC…)

### `request_contact` (~108 tokens)

Ask Measure Tech PRO to get in touch

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.

Input parameters:

- `email` (string): Their reply email — theirs, given by them
- `message` (string, required): What they want, in their words
- `name` (string, required): Who is asking
- `phone` (string): Their phone, if they prefer a call

### `heart_request` (~73 tokens)

Heart a forum request

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.

Input parameters:

- `id` (string, required): The thread id
- `on` (boolean): false to remove the heart; default true

### `post_feature_request` (~123 tokens)

File a feature request

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.

Input parameters:

- `board` (string): Defaults to features
- `body` (string, required): The situation and the workaround used today — the most useful part
- `confirm_duplicates` (boolean): Set true ONLY after reviewing the duplicates the first call returned
- `title` (string, required): One sentence: what should the app do

### `comment_on_request` (~56 tokens)

Comment on a forum request

Add the signed-in customer's comment to a thread — their workaround, their trade's angle, their +1 with a reason. Requires authorization.

Input parameters:

- `body` (string, required): The comment
- `id` (string, required): The thread id

### `my_requests` (~42 tokens)

My forum activity

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.

### `server_info` (~68 tokens)

About Measure Tech PRO

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro#diagnostics

## Score history

- 2026-09-22: 80
- 2026-09-21: 80
- 2026-09-20: 79
- 2026-09-19: 79
- 2026-09-18: 78
- 2026-09-17: 78
- 2026-09-16: 77
- 2026-09-15: 77
- 2026-09-14: 76
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 74
- 2026-09-08: 74
- 2026-09-07: 73
- 2026-09-06: 73
- 2026-09-05: 72
- 2026-09-04: 72
- 2026-09-03: 71
- 2026-09-02: 71
- 2026-09-01: 70
- 2026-08-31: 70
- 2026-08-30: 69
- 2026-08-29: 69

## Common questions

### What is the com.measuretechpro/agent-door MCP server?

com.measuretechpro/agent-door is an MCP server listed in the public MCP registry as com.measuretechpro/agent-door. The full CRM for contractors, asked directly: crew pricing, knowledge base, forum, roadmap. This page covers its hosted endpoint (https://measuretechpro.com/mcp).

### Is the com.measuretechpro/agent-door MCP server safe to use?

com.measuretechpro/agent-door scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.measuretechpro/agent-door MCP server expose?

com.measuretechpro/agent-door exposes 13 tools: get_product_overview, get_pricing, search_knowledge_base, search_forum, get_forum_thread, and 8 more. Their descriptions and schemas cost roughly 1,070 tokens of context every time the server is loaded.

### Does the com.measuretechpro/agent-door MCP server require authentication?

No. We connected to com.measuretechpro/agent-door without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.measuretechpro/agent-door MCP server still maintained?

com.measuretechpro/agent-door is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://measuretechpro.com/mcp
- Website: https://measuretechpro.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro.json
- HTML version of this page: https://verifymcp.io/servers/com-measuretechpro-agent-door/measuretechpro
