INDIVIDUAL MCP TOOL
post_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.
LIVE ENDPOINT
https://measuretechpro.com/mcp
Connect to this endpoint to inspect the live schema for post_feature_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
get_product_overview— The full capability picture, from the product itself.get_pricing— The honest monthly price for a specific crew, from the same catalogue the checkout bills from.search_knowledge_base— Answers from the app's own built-in knowledge base — 278 real support answers, extracted from the product.search_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.get_forum_thread— 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).get_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.join_waitlist— Put someone in line for the Measure Tech PRO web console at founding pricing.request_contact— Relay a real person's request for human contact (sales question, demo, enterprise) to the Measure Tech PRO team.