plugin
StackFast Artifact Studio MCP
Artifact Studio MCP gives approved agents and operators a controlled way to create briefs, packets, reports, sales assets, and customer-ready documents while preserving tenant scope, provenance, approval state, and export audit trails.
Host and data posture
Where this product is meant to live.
Shared packet/export layer that makes other products tangible.
Commercial shape
Operator-console system
Data posture
Tenant brain optional
Approval posture
Draft only
Best demo
ChatGPT / Claude.ai / Grok
Best daily use
Who it is for
Enterprise teams, AI operators, and agent builders that need governed document or packet creation across internal, sales, audit, and customer-support workflows.
Problem it solves
Agent-generated work often becomes hard to trust once drafts move across tools. Artifact Studio keeps the draft, evidence, review state, MASK pass, export destination, and audit trail in one governed workflow.
Activation model
Assisted tenant install with BYOC identity review, artifact lane policy, export destinations, approval rules, and audit retention configured before public agent execution.
Proof and source paths
- Shared Artifact Studio engine powers multiple internal workspaces
- MCP host exposes generate, refine, save, export, audit, and get tools
- External export requires approval and policy checks before release
Repo evidence
specs/STACKFAST_ARTIFACT_STUDIO_ENGINE_SPEC_2026-05-21.mdlib/artifact-studio/mcp-tools.tslib/artifact-studio/engine.tsapp/api/artifact-studio/route.tscomponents/artifact/ArtifactStudioPane.tsx
Capabilities
artifact generate refine
mcpGenerate or refine tenant-scoped artifacts from approved prompts, evidence, and artifact lane settings.
Agent use
Calls stackfast.artifact.generate and stackfast.artifact.refine to create or revise governed artifacts with tenant scope, evidence checks, policy findings, and render-ready sections.
artifact save export audit
mcpSave artifacts, export approved assets, and retrieve artifact audit history.
Agent use
Calls stackfast.artifact.save, stackfast.artifact.export, stackfast.artifact.audit, and stackfast.artifact.get for persistence, approval-gated export, audit search, and retrieval.
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
6 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
Assisted until tenant identity, artifact lane policy, export destinations, approval rules, and retention profile are configured.
Callable tools
stackfast.artifact.generatestackfast.artifact.refinestackfast.artifact.savestackfast.artifact.exportstackfast.artifact.auditstackfast.artifact.get
Missing or gated tools
No missing tools declared for the current V1 boundary.
- Artifact Studio is internally live and packaged here as an inquiry-first BYOC MCP product.
- Customer files, generated artifact bodies, and evidence content remain outside git.
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
This product remains request-scope until its checkout, fulfillment, and public-name gates are complete.
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 Artifact Studio MCP Product API: https://stackfast.ai/api/store/products/artifact-studio-mcp Pricing API: https://stackfast.ai/api/store/pricing/artifact-studio-mcp Manifest API: https://stackfast.ai/api/store/manifests/artifact-studio-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: - Artifact Studio 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.