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.
Integrate PayPal checkout
Queued
paypal-checkout.ts
const order = await paypal.orders.create({
intent: "CAPTURE",
purchaseUnits: [{ amount: "49.00" }] })
// POST /v2/checkout/orders
99%
Production-readyintegration delivered
Coming soon