streamable-httpupdated 3mo ago
K-Work Trust is a remote MCP/API trust gate for AI agents before they write Korean business workflow records.
¿Qué puedes hacer con K Work Trust?
K-Work Trust Public Demo
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.
Public Demo
- Demo page: https://k-work-trust-api.fly.dev/agent-demo
- Remote MCP endpoint: https://k-work-trust-api.fly.dev/mcp
- Readiness: https://k-work-trust-api.fly.dev/v1/agent/readiness
- Agent manifest: https://k-work-trust-api.fly.dev/.well-known/k-work-trust-agent.json
- Skill instructions: https://k-work-trust-api.fly.dev/skill.md
- OpenAPI: https://k-work-trust-api.fly.dev/openapi.json
What To Test
- Read the public readiness endpoint.
- Read the agent manifest, skill instructions, and OpenAPI.
- Use
POST https://k-work-trust-api.fly.dev/mcpif your client supports MCP Streamable HTTP. - Use provisional signup if your agent has no inbox, or email-verified signup if it can read email.
- Call
/v1/auth/whoamibefore spending quota. - Run one synthetic
/v1/vendor-onboarding/validatecall. - Report only non-secret debugging fields.
Safe Reporting Fields
request_id- endpoint called
- HTTP status
- response
statusanddecision - first blocked step
- confusing or missing response field
Do not post API keys, proof solutions, email verification codes, private customer records, production screenshots, or sensitive business data.
Synthetic Payload
See examples/synthetic-vendor.json. It is fake test data and is safe to copy into a local agent experiment.
Minimal Metadata Fetch
node examples/fetch-public-metadata.js
The script reads public metadata only. It does not require an API key.
Remote MCP
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.
Product Gates
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.
Why This Exists
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_action
Scope
This 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.
Instalación
Añade K Work Trust a tu cliente. Elige el que uses.
claude mcp add --transport http k-work-trust https://k-work-trust-api.fly.dev/mcpcodex mcp add k-work-trust --url https://k-work-trust-api.fly.dev/mcp{
"mcpServers": {
"k-work-trust": {
"url": "https://k-work-trust-api.fly.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"k-work-trust": {
"type": "http",
"url": "https://k-work-trust-api.fly.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"k-work-trust": {
"url": "https://k-work-trust-api.fly.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"k-work-trust": {
"serverUrl": "https://k-work-trust-api.fly.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 110 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 13 may 2026 |