plugin
StackFast MCP Control Plane
StackFast MCP Control Plane is the agent-readable integration surface that lets approved tools discover and call StackFast workflows safely without fragmenting memory, auth, or audit.
Host and data posture
Where this product is meant to live.
Connector/control plane that powers products; technical evaluator surface.
Commercial shape
Platform rail
Data posture
Tenant brain optional
Approval posture
Internal control plane
Best demo
StackFast UI
Best daily use
Who it is for
Agent builders, enterprise operators, and partners who need StackFast workflows available to AI tools.
Problem it solves
It prevents every chat, agent, and surface from creating separate memory, auth, audit, and dispatch paths.
Activation model
Manifest-first with wallet/RBAC discipline, tenant-scoped execution, and internal approval for mutating tools.
Proof and source paths
- MCP route exists
- MCP metadata exposes tool discovery
- Boot/status tool is callable
- Multi-Agent Coordination MCP supports project news, claim, close, and canon close
- Governed judgment retrieval is callable
- Team Hire MCP tools exist
- Travel and schedule tools exist
Repo evidence
app/api/mcp/route.tsapp/api/mcp/audit/route.tsapp/api/mcp/travel/route.tslib/team-hire/mcp-tools.ts
Capabilities
mcp tool discovery
mcpDiscover callable StackFast MCP tools and metadata.
Agent use
Use GET /api/mcp, stackfast.boot.status, stackfast.boot.verify, and JSON-RPC tools/list to discover available tools and produce a wallet-safe AI6 boot receipt with operational, task-gate, and governed targeted-context evidence before execution.
expert brain query
mcpQuery approved expert brain domains through MCP.
Agent use
MCP tool access for expert brain query and profile discovery.
multi agent coordination
mcpMulti-Agent Coordination for project news, dispatch claim, dispatch status, dispatch close, and canon-close receipts.
Agent use
Use Multi-Agent Coordination MCP when agents need to create, claim, inspect, or close governed work without relying on Robert as a paste relay. Callable tools include stackfast.dispatch.create, stackfast.dispatch.claim, stackfast.dispatch.status, stackfast.dispatch.close, stackfast.project.news, and stackfast.canon.close. Treat as AI6 beta until dispatch storage V2, claim locks, tenant/project scoping, and SLA audit are fully hardened.
hermes byoc brain bridge
mcpConnect a local Hermes/BYOC agent to the StackFast Brain SSoT while keeping local memory as a thin cache.
Agent use
Use the BYOC Hermes install profile to run Hermes locally on Gemma/Ollama while loading StackFast Brain through the stackfast_brain MCP bridge. Canonical tools include ai6_boot, ai6_brain_operational, ai6_brain_ask, ai6_task_gate, ai6_handoff_post, ai6_dispatch_* and wiki/canon-close tools from mcp-brain-server. Local Hermes session files are hot-cache only; durable state belongs in Brain/wiki through wallet-resolved MCP calls.
team hire mcp suite
mcpInspect Team Hire queue, status, delivery checks, recruiter scout cycle, archive readiness, and customer-safe digests.
Agent use
Callable Team Hire MCP suite for queue/status/brain ask/task gate/handoff/proposal review/delivery/archive/customer digest plus Talent Growth Scout beta tools: source_strategy, run_scout_cycle, review_queue, and approve_follow_up.
travel schedule tools
mcpPlan trips, transitions, lodging/logistics work blocks, and query/update agenda or schedule memory.
Agent use
Callable travel/schedule MCP tools: stackfast.travel.plan (preferred), plan_trip (deprecated alias), query_schedule, update_agenda.
control plane hardening roadmap
mcpPlanned hardening path for indexed dispatch storage, artifact retrieval, canon close, and host/surface status.
Agent use
Roadmap capability only: brain-search-backed dispatch is AI6 beta; storefront-grade MCP requires dispatches/dispatch_events tables, claim locks, tenant/project scoping, evidence ids, and SLA audit.
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
Callable tool proof is incomplete.
Metering
Metering waits on callable execution.
Customer validated
Pending fresh host-surface call receipt.
Runtime registry status
Primary registry
hybrid
Status
partial public mcp
Install gate
Control plane remains assisted until dispatch storage V2, tenant install profiles, and registry status proof are live.
Callable tools
stackfast.boot.statusstackfast.host.statusstackfast.surface.statusstackfast.brain.searchstackfast.wiki.searchstackfast.judgment.retrievestackfast.dispatch.createstackfast.dispatch.claimstackfast.dispatch.statusstackfast.dispatch.closestackfast.canon.closestackfast.artifact.getstackfast.project.newsai6_brain_askai6_handoff_postai6_task_gate
Missing or gated tools
dispatch_storage_v2stackfast.dispatch.liststackfast.toolbox.registry.statusstackfast.install.profile.resolve
- Website MCP is the public authenticated registry.
- mcp-brain-server remains the AI6/BYOC beta registry for local tools not yet proxied to stackfast.ai/api/mcp.
- Hermes/BYOC uses the local stackfast_brain MCP bridge to read and write durable AI6 state through Brain while local session files remain cache/pointers.
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 MCP Control Plane Product API: https://stackfast.ai/api/store/products/mcp-plugin-layer Pricing API: https://stackfast.ai/api/store/pricing/mcp-plugin-layer Manifest API: https://stackfast.ai/api/store/manifests/mcp-plugin-layer MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Plugin scope: 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.