
VibeCart
Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |