plugin
Universal Authority Intake MCP
Universal Authority Intake MCP is the governed source-ingestion product for customer-owned knowledge capture: register a source, extract claims/entities/relationships, compose an original authority report, preview graph links, then feed approved packets into the tenant brain or wiki with MASK and audit controls.
Host and data posture
Where this product is meant to live.
Good CogentCast intake surface; keep local/BYOC option for voice and rough notes.
Commercial shape
Private/BYOC product
Data posture
Tenant brain optional
Approval posture
Draft only
Best demo
StackFast UI
Best daily use
Who it is for
Enterprises, creators, operators, advisors, and BYOC teams that repeatedly process YouTube videos, recorded conversations, documents, images, or research notes into private brain memory.
Problem it solves
It gives teams a governed way to build their own brain from outside material without dumping raw transcripts into memory, leaking IP, violating quote limits, or creating one-off feed paths per chat surface.
Activation model
Inquiry-first install profile with provider policy, customer wallet or local Ollama endpoint, SearXNG/local research defaults, MASK quote-budget enforcement, and tenant-scoped audit.
Proof and source paths
- Universal Authority Intake MCP spec exists
- Shared authority contracts landed in mcp-brain-server
- Local SQLite/libSQL wiki graph and hot cache landed in mcp-brain-server commit 143b520
- intake.* tools are registered and smoke-tested in mcp-brain-server
- V1 scope is YouTube, text, file, PDF, and image intake
- Phone/email adapters are deferred to regulated V2
Repo evidence
docs/UNIVERSAL_AUTHORITY_INTAKE_MCP_SPEC_2026-05-12.md../mcp-brain-server/docs/UNIVERSAL_AUTHORITY_INTAKE_MCP_V1_LOCAL_WIKI_GRAPH_SPEC_2026-05-12.md../mcp-brain-server/src/lib/authority-contracts.ts../mcp-brain-server/src/lib/intake-store.ts../mcp-brain-server/src/tools/intake.ts
Capabilities
source register
mcpRegister source metadata for YouTube, text, files, PDFs, images, or audio without storing raw media in shared memory.
Agent use
Built intake.source.register tool in mcp-brain-server. Stores tenant, actor, data tier, consent basis, source URI, and extraction pointers; raw media remains local/customer-owned.
authority report compose
mcpCompose an original authority report with claims, entities, relationships, evidence refs, and quote-budget enforcement.
Agent use
Built intake.authority_report tool in mcp-brain-server. Uses local-first extraction, customer wallet fallback, SearXNG-approved research, and MASK quote policy before feed packet creation.
graph preview feed packet
mcpPreview graph nodes/edges and create dry-run feed packets for brain, wiki, CTO brain, or approved tenant destinations.
Agent use
Built intake.graph_preview, intake.feed_packet, and intake.feed tools in mcp-brain-server. Feed requires MASK pass, audit receipt, and readback verification.
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
mcp-brain-server
Status
local byoc mcp
Install gate
Storefront remains assisted until local/BYOC intake tools are either proxied through stackfast.ai/api/mcp or packaged as a declared local MCP install profile with T1 smoke evidence.
Callable tools
intake.source.registerintake.transcribeintake.extractintake.authority_reportintake.graph_previewintake.feed_packetintake.feedintake.audit_status
Missing or gated tools
stackfast.intake.source.registerstackfast.intake.authority_reportstackfast.intake.feed
- mcp-brain-server has the built and smoke-tested intake namespace.
- CleverQ /think is a first-party workbench, not proof that public MCP exposes intake.*.
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: Universal Authority Intake MCP Product API: https://stackfast.ai/api/store/products/authority-intake-mcp Pricing API: https://stackfast.ai/api/store/pricing/authority-intake-mcp Manifest API: https://stackfast.ai/api/store/manifests/authority-intake-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: - Authority intake 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.