Context Plugins
Production-ready API integrations, written by your coding agent.
AI plugins that ground Claude Code, VS Code, and Cursor in your API's real spec, so your agent stops guessing and ships. The directory is on its way.
add PayPal checkoutGrounded
const order = await paypal.orders.create({
intent: "CAPTURE",
purchaseUnits: [{ amount: "49.00" }] })
// POST /v2/checkout/orders
Coming soon