Back to Directory
ucp-go Schema SDK favicon

ucp-go Schema SDK

Ecosystem

Schema-generated Go SDK for UCP 2026-04-08 with 145 generated models, built-in validation, and zero runtime dependencies.

This is an open-source developer tool for building UCP integrations. View on GitHub

ucp-go is a community Go SDK generated from the canonical UCP JSON Schemas. It targets UCP version 2026-04-08 and ships 145 generated model files across five packages, covering the protocol root, common types, shopping, shopping types, and transports.

The SDK includes generated validation methods, required-property presence tracking, unknown-key preservation for open objects, and differential conformance tests against a draft 2020-12 JSON Schema validator. Its consumer module has no runtime dependencies. The project is currently pre-release and does not guarantee API stability.

Why This Matters for UCP

ucp-go gives Go services schema-derived UCP models and validation without adding runtime dependencies.

UCP Capabilities

checkoutorder management

UCP Endpoint

Ecosystem — Endpoint not yet publicly available

Integration Example

go get github.com/chaz8081/ucp-go

import "github.com/chaz8081/ucp-go/shopping"

var checkout shopping.Checkout
if err := json.Unmarshal(payload, &checkout); err != nil {
  return err
}
if err := checkout.Validate(); err != nil {
  return err
}

UCP Status

Ecosystem

Tags

gosdkschema-generatedvalidationopen-source

Pricing

free

Added 2026-08-16
Verified2026-08-16
SourceOpen Source

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Related Guides

Reviews

★★★★★4.5 (4 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

KP

K. Park

Backend Developer · Feb 18, 2026

★★★★★

The best developer tool in this category. TypeScript types are correct and complete. Error messages actually tell you what went wrong.

EG

E. Garcia

Senior Engineer · Jan 30, 2026

★★★★

Solid tool. The test suite coverage is excellent. I found one edge case in the payment token validation that the maintainers fixed within 48 hours.

MF

M. Fischer

DevTools Engineer · Mar 8, 2026

★★★★★

Integrated in an afternoon. The discovery endpoint just worked. The CLI flags are well-designed — composable, no magic defaults.

YO

Y. Okonkwo

API Engineer · Feb 25, 2026

★★★★

Good tool for UCP conformance testing. Runs fast and the output is easy to parse in CI. Would like a JSON output mode — currently only text.

28 other tools in Developer Tools

Is this your tool? Claim this listing

Related Developer Tools

UCP Specification favicon

UCP Specification

Developer Tools

Ecosystem

The official Universal Commerce Protocol specification repository maintained by the UCP organization.

specificationprotocolofficial
UnverifiedAgent-Ready: 40%
4.2implementation(52 signals)
Open Sourcefree
UCP Samples favicon

UCP Samples

Developer Tools

Ecosystem

Official sample implementations and examples for the Universal Commerce Protocol.

examplessamplesofficial
UnverifiedAgent-Ready: 40%
4implementation(55 signals)
Open Sourcefree
UCP Conformance Tests favicon

UCP Conformance Tests

Developer Tools

Ecosystem

Official conformance test suite for validating UCP protocol compliance.

testingconformanceofficial
Verified 25 days agoAgent-Ready: 40%
4.3implementation(15 signals)
Open Sourcefree