Checkout integration
Create checkout, handle redirects, verify state, and manage idempotency.
moneybag-checkout · validated packageAI Integration Kit
Portable, versioned skills and a read-only local knowledge server help developers integrate faster while preserving the security boundaries required for payment code.
Create checkout, handle redirects, verify state, and manage idempotency.
moneybag-checkout · validated packageValidate raw-body signatures, tolerate duplicate delivery, and reconcile state.
moneybag-webhooks · validated packageBuild plans, checkout, billing, and lifecycle state handling.
moneybag-subscriptions · validated packageReview eligibility, tenure selection, identifiers, checkout, and verification boundaries.
moneybag-emi · validated packageAudit contracts, secrets, tenancy, idempotency, webhooks, and launch readiness.
moneybag-integration-review · validated packageLocal MCP connection
Clone this repository, install dependencies, and add this stdio server to your coding agent's MCP configuration. Replace the placeholder with the absolute repository path.
The server searches and reads committed guides, resolves reviewed public OpenAPI operations, reads the five Skill packages, verifies webhook HMACs, and lints checkout bodies locally.
Security boundary: it makes no network requests, accepts no API key or token, rejects Moneybag production origins, and exposes no mutating or payment-execution tool. Webhook secrets are used only in memory for local comparison and are never returned.
Manifest:mcp/moneybag-developer-platform.json · Start manually: corepack yarn mcp{
"mcpServers": {
"moneybag": {
"command": "corepack",
"args": [
"yarn",
"--cwd",
"/absolute/path/to/moneybag-developer-platform",
"mcp"
]
}
}
}Contract citations
Every result identifies the committed API version, digest, and source used.
Secret redaction
Keys and tokens are refused; local webhook inputs are never echoed.
No autonomous payments
Skills and MCP tools guide implementation but never authorize or execute money movement.