This is a safety gate for AI agents working with Korean business workflows. Before your agent writes vendor records, releases payments, or touches invoice or CRM data, it hits a remote validation endpoint that returns a structured decision: continue, pause, retry, stop, or escalate. You get back blocking issues, warnings, evidence, and a next action field. The public demo exposes two MCP tools over streamable HTTP: validate_vendor_onboarding and validate_payment_or_invoice_release. Includes a synthetic test payload, low quota test keys, and public metadata endpoints. Reach for this when you need a pre-action compliance check for Korean business operations without building KYB logic into your agent.
K-Work Trust is a remote MCP/API trust gate for AI agents before they write Korean business workflow records.
It helps an external AI agent inspect whether it should continue, pause, retry, stop, or escalate before registering vendors, checking invoice readiness, releasing payment or invoice steps, updating CRM, or touching ecommerce back-office records.
POST https://k-work-trust-api.fly.dev/mcp if your client supports MCP Streamable HTTP./v1/auth/whoami before spending quota./v1/vendor-onboarding/validate call.request_idstatus and decisionDo not post API keys, proof solutions, email verification codes, private customer records, production screenshots, or sensitive business data.
See examples/synthetic-vendor.json. It is fake test data and is safe to copy into a local agent experiment.
node examples/fetch-public-metadata.js
The script reads public metadata only. It does not require an API key.
Remote MCP supports initialize, tools/list, and tools/call over JSON-response Streamable HTTP. initialize and tools/list are public for discovery; MCP tools/call uses the same API key, quota, official-source, and abuse-guard policies as protected REST workflow calls.
validate_vendor_onboarding: decide whether a Korean vendor/customer record can be registered.validate_payment_or_invoice_release: decide whether an agent can release a payment, invoice, settlement, or purchase step, or whether it must prepare a human review packet first.Mature KYB platforms are broad compliance systems for onboarding, UBO, sanctions, adverse media, and case review. K-Work Trust is narrower: a small agent-readable pre-action gate with stable JSON decisions, public MCP discovery, low-quota test keys, and Korean business-field logic.
The core response contract is meant for another agent to use directly:
decisionblocking_issueswarningsevidenceagent_next_actionThis public demo repo intentionally excludes private operating memory, API usage logs, credentials, .env, local model files, and customer data. The production service enforces authentication, low beta quotas, and behavior-based abuse blocking for protected workflow calls.
makafeli/n8n-workflow-builder
danishashko/make-mcp
lukisch/n8n-manager-mcp
io.github.us-all/airflow
io.github.infoinlet-marketplace/mcp-workflow