NewAgentCart ACP v2 shipped — delegated payments, order webhooks, Paddle billing.See products
Production infrastructure · ACP · UCP · MCP

Ship the protocols that run the agentic web.

MCP connects agents to your tools. UCP makes your store discoverable to agent platforms. ACP lets agents check out and pay you. saify.dev ships production-grade backends and starters for all three — documented, tested, licensed for client work.

TypeScript source · Paddle checkout · 14-day guarantee
saify — zsh
$ npx saify init my-store
Wiring your stack for the agentic web…
MCP server — tools, auth, streaming · forge
UCP surface — catalog discovery · bridgehead
ACP checkout — sessions, payments · agentcart
Agents can now find, browse, and buy from you.
$
★ Top Rated Pluson Upwork
12+ yrsshipping web products
2,000+marketplace buyers
3 protocolsACP · UCP · MCP
01 — The protocols

Three rails. One practice.

ACP

Agentic Commerce Protocol

How agents check out. Checkout sessions, delegated payments, and order webhooks — so ChatGPT and friends can buy from your store.

OpenAI × Stripe
UCP

Universal Commerce Protocol

How stores get discovered. A standard surface your storefront publishes so agent platforms can find, read, and transact with it.

Google
MCP

Model Context Protocol

How agents use tools. The open standard that connects models to your data and APIs — the substrate everything else runs on.

Anthropic
02 — Featured product

The flagship.

ACPv2 · just shipped

AgentCart ACP

The full Agentic Commerce Protocol backend as a production Node.js service — checkout session state machine, delegated payment tokens, idempotent completion, order webhooks, and a conformance test suite. Point it at your catalog; agents can buy from you.

Delegated payments
No double charges
Order webhooks
Conformance tests
POST /checkout_sessions
     → session created

POST /checkout_sessions/:id
     → items, address, shipping

POST /checkout_sessions/:id/complete
     { payment_token }
     → order created ✓

More products

All products →

Every product. Every update. One plan.

All-Access gets you the full catalog, private Discord support, and every new release while the protocols evolve — because they will.

$199/year — or $24/mo
See plans
03 — Open source

Free before you buy.

github.com/imsaifun ↗
mcp-inspect1.2k

Point it at any MCP server: lists tools, verifies auth, and times every call. The debugging CLI Forge MCP is built with.

$ npx mcp-inspect <server-url>
View on GitHub →
acp-conformance684

The same ACP test suite that ships inside AgentCart — run it against any checkout endpoint and see what breaks.

$ npx acp-conformance
View on GitHub →
ucp-lint317

Validate your UCP catalog surface before an agent platform does. Schema checks, freshness rules, shared-ID sanity.

$ npx ucp-lint ./catalog.json
View on GitHub →

MIT licensed · maintained alongside the paid products — these tools test the same protocols the backends implement.

04 — Writing

Field notes from the protocol edge.

All posts →

Stop hand-rolling protocol plumbing.

Read TypeScript, not press releases. Every product ships with source, tests, and a person who answers when something breaks.