expert service
StackFast AI Stack Audit
StackFast AI Stack Audit gives buyers a structured discovery interview, market and stack research, hidden risk analysis, vendor defensibility matrix, and scoped implementation deliverable.
Host and data posture
Where this product is meant to live.
Featured trust wedge; best as a diagnostic that graduates to assisted audit delivery.
Commercial shape
Public-app proof
Data posture
Tenant brain optional
Approval posture
Approval required
Best demo
ChatGPT / Claude.ai / Grok
Best daily use
Who it is for
Executives, operators, founders, PE portfolio leaders, and enterprise buyers who need to decide what to build, buy, replace, or quote in their AI stack.
Problem it solves
It cuts through generic AI wrapper claims and exposes whether a tool, vendor, or internal plan is defensible, governable, and close enough to the business object to create durable value.
Activation model
Checkout creates a paid audit project; a senior consultant administers discovery and every deliverable receives senior review before delivery.
Proof and source paths
- Decision routing for AI Stack Audit is live
- Audit project and credit-ledger schema exists
- CogentCast authority flywheel is producing public audit-positioning material
- Live Stripe products and one-time prices are wallet-routed
Repo evidence
specs/STACKFAST_AI_STACK_AUDIT_PRODUCT_SPEC_2026-05-21.mdspecs/STACKFAST_AI_STACK_AUDIT_STOREFRONT_AND_MCP_PLUGIN_SPEC_2026-05-21.mdlib/storefront/audit.tsapp/api/store/pricing/[product_slug]/route.ts
Capabilities
audit purchase
mcpStart a paid AI Stack Audit checkout for one of the three audit tiers.
Agent use
Calls stackfast.audit.purchase to create a pending audit project and Stripe checkout session using wallet-resolved audit price IDs.
audit start
mcpBegin the discovery interview after payment is confirmed.
Agent use
Calls stackfast.audit.start after payment gate passes and returns either a shared audit room URL or first agentic prompt.
audit status
mcpCheck audit state, deliverables, credit ledger, and fulfillment links.
Agent use
Calls stackfast.audit.status for read-only audit project state.
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
Entitlement boundary is not declared.
Callable
3 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 public mcp
Install gate
Checkout path is live only when wallet key stripe.audit_price_ids resolves all three one-time Stripe prices.
Callable tools
stackfast.audit.purchasestackfast.audit.startstackfast.audit.status
Missing or gated tools
No missing tools declared for the current V1 boundary.
- Public copy describes deliverables and implementation-layer components without exposing internal decision frameworks.
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: StackFast AI Stack Audit Product API: https://stackfast.ai/api/store/products/ai-stack-audit Pricing API: https://stackfast.ai/api/store/pricing/ai-stack-audit Manifest API: https://stackfast.ai/api/store/manifests/ai-stack-audit MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Scope Lite Audit: $2,500 one-time; checkout_ready=true; checkout_url=https://stackfast.ai/store/buy/ai-stack-audit?plan=scope_lite&source=agent_activation - Full Audit: $5,000 one-time; checkout_ready=true; checkout_url=https://stackfast.ai/store/buy/ai-stack-audit?plan=full_audit&source=agent_activation - Premium Audit: $10,000 one-time; checkout_ready=true; checkout_url=https://stackfast.ai/store/buy/ai-stack-audit?plan=premium&source=agent_activation 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.