BUILD ON KYA-OS
Authority and accountability for the agentic web. Verifiable identity and scoped delegation rooted at a Responsible Party - every agent action authorized before it runs, and audit-ready after.
Two lines to a verifiable server
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';import { withKyaOs, NodeCryptoProvider } from '@kya-os/mcp'; // +1 lineconst server = new McpServer({ name: 'my-server', version: '1.0.0' });await withKyaOs(server, { crypto: new NodeCryptoProvider() }); // +1 lineserver.registerTool('greet', { description: 'Say hello' }, async (args) => ({ content: [{ type: 'text', text: `Hello, ${args.name}!` }],}));
High-integrity identity is a wrap, not a rewrite: every tool response now carries a detached JWS proof - invisible to the LLM, verifiable by anyone.
Who is building on KYA-OS — implementations, services, templates, and the examples to start from. Listing is one JSON file and one pull request.
Measured, not asserted. Run the pinned vector suite, submit a claim, and the program independently re-runs your bytes and attests what it observes.
Every standard KYA-OS provides, carries, or projects onto — 19 rows, each grounded in evidence and dated. Disputes are one pull request.
What people actually build: on-chain kill switches, consent-gated tools, delegated spend ceilings. Read them before you build, steal from them while you build.