Data Collection
measuretechpro.com
Provides access to product overview, pricing, knowledge base, and community forum data for Measure Tech PRO.
ENDPOINT 1
https://measuretechpro.com/mcp
MCP server metadata
- Name
- measure-tech-pro
- Version
- 1.0.0
Known tools 13
get_pricingThe honest monthly price for a specific crew, from the same catalogue the checkout bills from.
Inferred read-onlysearch_knowledge_baseAnswers from the app's own built-in knowledge base — 278 real support answers, extracted from the product.
Inferred read-onlysearch_forumSearch 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.
Inferred read-onlyget_forum_threadOne 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).
Inferred read-onlyget_roadmapWhat 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.
Inferred read-onlyjoin_waitlistPut someone in line for the Measure Tech PRO web console at founding pricing.
Inferred read-onlyrequest_contactRelay a real person's request for human contact (sales question, demo, enterprise) to the Measure Tech PRO team.
Inferred read-onlyheart_requestAdd the signed-in customer's heart to a feature request (or remove it with on:false).
Potential side effectspost_feature_requestPost 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.
Potential side effectscomment_on_requestAdd the signed-in customer's comment to a thread — their workaround, their trade's angle, their +1 with a reason.
Potential side effectsmy_requestsWhat the signed-in customer has asked for and hearted, with current statuses — "did they answer the thing I asked for?
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.measure-tech-pro]
url = "https://measuretechpro.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"measure-tech-pro": {
"type": "http",
"url": "https://measuretechpro.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: measure-tech-pro
Remote MCP URL: https://measuretechpro.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"measure-tech-pro": {
"url": "https://measuretechpro.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"measure-tech-pro": {
"type": "http",
"url": "https://measuretechpro.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "measure-tech-pro",
"transport": "streamable-http",
"url": "https://measuretechpro.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.