
VibeCart
Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| vibecart.list_products | Lists products from the configured trusted merchant catalog. Use the returned stable IDs for product lookup or checkout. |
| vibecart.get_product | Looks up one product and its trusted USD-cent price from the configured merchant catalog. Does not access Stripe or create a checkout. |
| vibecart.get_integration_instructions | Returns concise Next.js App Router guidance for installing VibeCart with trusted catalog pricing, multi-item checkout, and the shared MCP endpoint. |
| vibecart.create_checkout | Creates a hosted checkout URL for one or more trusted merchant-catalog products. Legacy productId + quantity input remains supported; new integrations should use items[]. VibeCart resolves all prices server-side. This can contact Stripe but never charges by itself; the customer must complete Stripe Checkout. |