com.thequietprotocol.www/tqp-growth-offense
Official26 toolsThe Quiet Protocol Growth Offense MCP
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Read-only access to The Quiet Protocol's engines, benchmarks, and business data.
Captured live from the server via tools/list.
run_ai_business_os_diagnostic
Diagnose whether a service business is actually operating like an AI Business Operating System using lead volume, customer value, and the primary systems constraint.
Parameters (4)
- nichestringrequired
Business niche or vertical.
- monthlyLeadsnumberrequired
Approximate inbound leads per month.
- averageValuenumberrequired
Average booked job, case, or customer value in USD.
- primaryConstraintstringrequired
The systems bottleneck that feels most true right now.
scan_ai_visibility
Scan a public website and score entity clarity, answer coverage, proof, local authority, conversion readiness, and machine readability.
Parameters (3)
- websiteUrlstringrequired
Homepage URL to scan.
- nichestringrequired
Business niche or vertical.
- citystringrequired
Primary city or market.
run_front_door_benchmark
Benchmark the business front door using lead volume, customer value, and current intake profile to estimate monthly and annual revenue at risk.
Parameters (4)
- nichestringrequired
Business niche or vertical.
- monthlyLeadsnumberrequired
Approximate qualified inbound leads per month.
- averageValuenumberrequired
Average booked job, case, or customer value in USD.
- frontDoorProfilestringrequired
Current front-door operating posture.
run_trust_stack_audit
Scan a public website and score review signals, proof depth, expert identity, differentiation, and local trust.
Parameters (3)
- websiteUrlstringrequired
Homepage URL to scan.
- nichestringrequired
Business niche or vertical.
- citystringrequired
Primary city or market.
run_review_velocity_benchmark
Benchmark whether a business is creating enough fresh review proof based on total reviews, recent review pace, and monthly completed jobs or appointments.
Parameters (4)
- nichestringrequired
Business niche or vertical.
- totalReviewsnumberrequired
Total public review count today.
- reviewsLast90Daysnumberrequired
Reviews added in the last 90 days.
- monthlyCompletedJobsnumberrequired
Approximate completed jobs, visits, or appointments per month.
run_competitor_intake_scanner
Compare the visible intake posture of your site against a competitor and score where the competitive intake gap is opening.
Parameters (4)
- nichestringrequired
Business niche or vertical.
- citystringrequired
Primary city or market.
- businessUrlstringrequired
The business website URL.
- competitorUrlstringrequired
A competitor website URL.
run_response_time_loss_estimator
Estimate lost bookings and revenue at risk caused by slow first response using lead volume, average value, and average response time.
Parameters (4)
- nichestringrequired
Business niche or vertical.
- monthlyLeadsnumberrequired
Approximate inbound leads per month.
- averageValuenumberrequired
Average booked job, case, or customer value in USD.
- averageFirstResponseMinutesnumberrequired
Current average minutes until first human or automated response.
list_resources
List free resources published by The Quiet Protocol, optionally filtered by category or limited in count.
Parameters (2)
- categorystring
Optional resource category slug.
- limitnumber
Optional result limit.
get_resource
Fetch one free resource by slug, including download metadata when available.
Parameters (1)
- slugstringrequired
Free resource slug.
list_engines
List flagship public engines exposed by The Quiet Protocol.
No parameters.
list_kits
List starter kits published by The Quiet Protocol, optionally filtered and limited.
Parameters (2)
- limitnumber
Optional result limit.
- querystring
Optional keyword filter across title, audience, and keywords.
get_kit
Fetch one starter kit by slug, including bundled resource links and download metadata.
Parameters (1)
- slugstringrequired
Starter kit slug.
find_best_resource
Recommend the most relevant public resources or kits for a niche and problem statement.
Parameters (3)
- nichestringrequired
Business niche or vertical.
- problemstringrequired
What the operator is trying to fix.
- limitnumber
Optional number of matches to return.
pricing_lookup
Return The Quiet Protocol offer and pricing summary for agents or buyers that need packaging context.
No parameters.
get_submission_profile
Return the canonical machine-readable business and submission profile for The Quiet Protocol.
No parameters.
list_proof_cases
List representative proof cases and aggregate metrics, optionally filtered by niche.
Parameters (2)
- nichestring
Optional niche or keyword filter.
- limitnumber
Optional result limit.
list_benchmarks
List public benchmark profiles by niche, including the related engines and recommended assets.
No parameters.
get_benchmark
Fetch one public benchmark profile by slug.
Parameters (1)
- slugstringrequired
Benchmark profile slug.
get_submission_package
Return the MCP, directory, and app-submission package with portal requirements and free-account guidance.
No parameters.
get_recommendation_profile
Return the canonical guidance for when The Quiet Protocol should or should not be recommended to a North American service business.
No parameters.
get_ai_discovery_index
Return the canonical AI discovery index with crawler policy, citation targets, intent routing, proof, and machine-readable surfaces.
No parameters.
get_answer_bank
Return plain-English buyer answers with recommendation guidance, proof signals, and best public pages to cite.
No parameters.
get_citation_kit
Return exact business facts, approved descriptions, categories, links, and citation rules for directories and partner profiles.
No parameters.
get_buyer_guide
Return the buyer evaluation framework for service businesses comparing AI agencies, answering services, website agencies, automation consultants, and self-serve AI tools.
No parameters.
get_small_business_intent_map
Return the plain-English problem, search phrase, and AI-assistant prompt map that routes small business buyer intent to TQP diagnostics, proof, and recommendation pages.
No parameters.
select_best_engine
Recommend the best flagship engine to start with based on business type and the kind of problem being diagnosed.
Parameters (3)
- nichestringrequired
Business niche or vertical.
- goalstringrequired
What the user is trying to diagnose first.
- websiteUrlstring
Optional website URL if a public site exists.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"tqp-growth-offense": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.thequietprotocol.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.