Try the Value-Context Protocol in 30 seconds.
An interactive web tool for exploring the Value-Context Protocol (VCP). Four tabs:
| Tab | Description |
|---|---|
| Decode | Paste any VCP token — get a layer-by-layer breakdown with syntax highlighting |
| Encode | Build a CSM-1 token interactively with live preview |
| Capability | Simulate capability negotiation — select extensions, see VCP-Hello/VCP-Ack exchange |
| Examples | Pre-loaded tokens from real use cases drawn from the VCP spec |
- SvelteKit with static adapter (fully prerendered)
- Tailwind CSS for styling
- Zero backend — all VCP logic runs client-side in pure TypeScript
- Deployed on Vercel at inspector.valuecontextprotocol.org
npm install
npm run dev- VCP Specification — The protocol spec (v3.1)
- VCP SDK — Python, TypeScript, and Rust SDKs
- Creed Space — The project behind VCP
MIT
A Creed Space project.