plugin
GrowthOS Revenue Capture
GrowthOS Revenue Capture is the public, buyable StackFast suite for Revenue Capture Scorecards, Business Brain Intake, Revenue Capture Reports, and Opportunity Scout Packets on the shared MCP control plane.
Host and data posture
Where this product is meant to live.
Best first proof product: public-app demo, operator-console daily workflow.
Commercial shape
Public-app proof
Data posture
Tenant brain optional
Approval posture
Draft only
Best demo
ChatGPT / Claude.ai / Grok
Best daily use
Who it is for
Local owner-operators, service businesses, dealerships, agencies, and AI agents helping a business inspect missed-call, intake, follow-up, and customer-context leaks without autonomous outreach.
Problem it solves
It gives buyers and agents one governed path from scorecard to intake to reviewed packet, instead of disconnected scans, unsupported revenue claims, and unapproved outbound sends.
Activation model
Self-serve checkout grants the GrowthOS Revenue Capture entitlement for read/draft/review workflows. Sends, live provider adapters, CRM materialization, phone routing, and customer-specific automation remain approval-gated.
Proof and source paths
- Four GrowthOS MCP tools are callable on the shared StackFast MCP plane
- Revenue Capture Scorecard and Business Brain Intake reuse the shared interview/session storage
- Revenue Capture Reports and Opportunity Scout Packets return drafts and review contracts only
- MASK replay gate protects public names, descriptions, and representative customer-tier outputs
- No autonomous outbound, cold AI calling, bulk SMS, or unsupported revenue guarantee is exposed
Repo evidence
lib/growthos/mcp-tools.tslib/growthos/revenue-capture.tslib/growthos/business-brain-interview.tslib/opportunity-scout/core.tsdocs/wiki-manuals/stackfast-growthos-mcp-manual.mdapp/growthos/page.tsx
Capabilities
revenue capture scorecard
mcpBuild a private scorecard from supplied public business signals and queue reviewed contact packet drafts.
Agent use
Call stackfast.growthos.scorecard with prospect or prospects. The tool returns Revenue Capture Scorecards and reviewed contact packet drafts; it never sends outreach.
business brain intake
mcpCollect business context through the shared GrowthOS interview lane before any automation or public claim.
Agent use
Call stackfast.growthos.business_brain_interview for template/start/append_answers/generate_artifacts. Outputs remain draft_review_required before automation.
revenue capture report
mcpGenerate a reviewed revenue-capture packet with scorecard, contact drafts, and summary.
Agent use
Call stackfast.growthos.revenue_capture_packet. The output includes scorecard, contact_packet, and summary with review_required_before_send true.
opportunity scout packet
mcpBuild gate-first opportunity packets for customer, talent, contract, or capital opportunities.
Agent use
Call stackfast.growthos.opportunity_scout_packet with an opportunity object. The tool composes the existing Opportunity Scout policy layer; it does not publish, send, or create autonomous campaigns.
Connector proof
Catalog is not the same as customer-ready.
This product only becomes market-ready after a real host mounts the entitled tools, a safe call succeeds, metering records the event, and a customer-safe receipt exists. Until then, the page shows the strongest proven status without rounding up.
Catalog
Runtime registry and product manifest are present.
Entitlement
Execution requires OAuth or storefront entitlement scope.
Callable
4 tool(s) declared with no missing V1 tools.
Metering
MCP calls are routed through the metering receipt path.
Customer validated
Pending fresh host-surface call receipt.
Runtime registry status
Primary registry
stackfast.ai/api/mcp
Status
live reader mcp
Install gate
Reader entitlement required before MCP execution. Buyer-facing names and representative outputs passed the GrowthOS MASK replay. Outbound sends, phone routing, live provider adapters, and full CRM/Service Desk materialization remain assisted approval steps.
Callable tools
stackfast.growthos.scorecardstackfast.growthos.business_brain_interviewstackfast.growthos.revenue_capture_packetstackfast.growthos.opportunity_scout_packet
Missing or gated tools
No missing tools declared for the current V1 boundary.
- Live at the entitled reader tier; anonymous public callers must receive catalog-only discovery and fail-closed execution.
- Public suite name: GrowthOS Revenue Capture.
- Public tool names: Revenue Capture Scorecard, Business Brain Intake, Revenue Capture Report, Opportunity Scout Packet.
- Technical MCP ids remain stackfast.growthos.*.
- No autonomous outbound, cold AI calling, bulk SMS, or unsupported revenue guarantee is exposed.
Install and activate
Connect this product through the StackFast MCP endpoint. Discovery metadata is public; execution uses OAuth and storefront entitlement checks.
MCP URL
https://stackfast.ai/api/mcpAgent subscription
An approved agent can open checkout for checkout-ready plans, then reconnect with OAuth after payment.
Client snippets
ChatGPT
Add StackFast as a custom MCP connector, then approve OAuth when prompted.
Claude
Connect a remote MCP server using the StackFast MCP URL and a tenant-scoped token or OAuth flow.
Cursor
Register StackFast as a remote MCP server for project-scoped tool use.
Grok
Add StackFast as a custom MCP connector using the StackFast MCP URL and customer entitlement auth.
Product: GrowthOS Revenue Capture Product API: https://stackfast.ai/api/store/products/growthos-mcp Pricing API: https://stackfast.ai/api/store/pricing/growthos-mcp Manifest API: https://stackfast.ai/api/store/manifests/growthos-mcp MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Founding Pilot: $997 setup + $299/mo for 90 days; checkout_ready=true; checkout_url=https://stackfast.ai/store/buy/growthos-mcp?plan=growthos-founding-pilot&source=agent_activation - Standard: $1,500 setup + $499/mo; checkout_ready=true; checkout_url=https://stackfast.ai/store/buy/growthos-mcp?plan=growthos-standard&source=agent_activation - Assisted GrowthOS install: Request scope; checkout_ready=false; checkout_url=request_scope Agent activation: - Read this product manifest and pricing API. - If a plan has checkout_ready=true, open its checkout_url or POST product_slug, plan_slug, and customer_email to the checkout session API. - After Stripe payment, the signed webhook grants storefront_entitlements for the buyer email/account. - Connect the LLM client to the MCP URL and approve OAuth so tools/list reflects the licensed reader surface. - Call only tools exposed for that entitlement; unentitled execution must fail closed.