VibeCart MCP Server
Provides payment processing through Stripe, including trusted server-side repricing, Stripe Checkout creation, webhook signature verification, and direct settlement of funds to the merchant's Stripe account.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VibeCart MCP Servershow me the latest products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VibeCart
Commerce infrastructure for AI-built apps and AI agents.
VibeCart lets a merchant keep their existing app and Stripe account while adding a small, inspectable commerce layer that AI agents can discover and use. Payments settle directly to the merchant's Stripe account; VibeCart does not need to become merchant of record.
The architecture is protocol-first: one trusted commerce backend, then thin MCP/UCP/client adapters around it.
Live production surface
Generic MCP
Endpoint: https://vibecart.vercel.app/mcp
Tools:
vibecart.list_productsvibecart.get_productvibecart.get_integration_instructionsvibecart.create_checkout
vibecart.create_checkout supports both the legacy single-product input and a trusted multi-item items[] input. Product prices are resolved on the server; callers do not supply real transaction prices.
Generic MCP clients should use /mcp.
Durable cart
VibeCart's Neon-backed cart is live in production:
POST /api/cartGET /api/cart/:idPATCH /api/cart/:idDELETE /api/cart/:idPOST /api/cart/:id/checkout
The cart uses trusted server-side repricing, idempotent creation, optimistic version checks, expiration, multi-item state, and cart-to-Stripe Checkout handoff.
UCP
Discovery:
https://vibecart.vercel.app/.well-known/ucpUCP-aware MCP transport:
https://vibecart.vercel.app/ucp/mcpReleased protocol target: UCP
2026-04-08
Production advertises released catalog and cart capabilities. Current cart tools are:
create_cartget_cartupdate_cartcancel_cart
UCP calls require meta.ucp-agent.profile and capability negotiation. Do not point an ordinary MCP client at /ucp/mcp.
The order pipeline and released-schema get_order adapter also exist, but get_order remains hidden until its VibeCart Cloud lookup and real merchant permalink dependencies are configured. VibeCart does not advertise optional capabilities before their runtime dependencies are ready.
Stripe checkout and orders
Trusted multi-line Stripe Checkout creation is supported.
Stripe webhook signatures are verified before paid events enter the post-payment pipeline.
Delayed-payment completion is handled separately so orders are not created prematurely.
Paid Checkout line items are normalized into durable order records when VibeCart Cloud forwarding is configured.
Trusted merchant product IDs survive Checkout through Stripe Product metadata.
Related MCP server: ACP Commerce MCP Server
Agent-client distribution
VibeCart does not build a different commerce engine for every model. OpenAI/Codex/ChatGPT, Claude, Gemini, VS Code, Cursor, and other MCP clients connect to the same backend.
See:
https://vibecart.vercel.app/mcp-clients.json
Provider adapters are CI-checked to keep Stripe/database secrets and duplicated commerce logic out of client configuration.
VibeCart Cloud
VibeCart Core is free to self-host. VibeCart Cloud is the optional $29/month managed layer for merchants that want VibeCart to operate the recurring plumbing.
Current Cloud capabilities include:
durable verified commerce events
durable normalized paid-order records and order history
server-to-server order lookup
signed merchant fulfillment webhooks
delivery history and bounded retries
monitoring/alerts and support workflows
Cloud workspace: https://vibecart-cloud-uupzkh.v2.appdeploy.ai/
Merchant checkout revenue still settles directly to the merchant's Stripe account. VibeCart takes no percentage of merchant sales.
Quick start
npm install
npm run devWithout a Stripe secret, Checkout runs in clearly labeled demo mode. For live payments, configure STRIPE_SECRET_KEY in the hosting provider's secret/environment settings. Never commit secret values.
Useful public endpoints:
/mcp— generic MCP transport/discovery/api/cart— durable cart creation/.well-known/ucp— UCP business discovery/ucp/mcp— UCP-aware MCP transport/mcp-clients.json— machine-readable client compatibility manifest/llms.txt— concise machine-readable integration notes/agents.md— agent-facing guide/api/health— boolean readiness state without secret values/cloud— managed Cloud offer
Security model
Merchant owns the Stripe account and receives merchant funds directly.
Trusted prices come from server-side merchant catalog state.
Client-supplied pricing is disabled by default and is prototype-only when explicitly enabled server-side.
Stripe webhook signatures are verified before post-payment processing.
Cart state is durable and versioned rather than trusted from the browser/agent.
Cloud integration credentials remain server-side.
Public health/discovery endpoints expose readiness booleans/capabilities, not credential values.
Optional UCP capabilities are advertised only when their runtime dependencies are valid.
Protocol conformance
CI pins the released UCP v2026-04-08 source and executes VibeCart's real mappers through the official ucp-schema validator. Cart success/error payloads, catalog responses, discovery, and the private order mapper have release-pinned conformance gates.
Current reference limits
The merchant catalog is still a small reference catalog rather than a complete multi-merchant catalog service.
Inventory, automated tax calculation, shipping-rate calculation, returns/refunds, and a complete fulfillment lifecycle are not finished platform services.
Public UCP order lookup remains activation-gated until its Cloud/permalink runtime dependencies are configured.
Next.js App Router is the reference implementation; other frameworks should use adapters around the same Core protocol surface rather than fork commerce logic.
North star
VibeCart: commerce infrastructure for every AI agent. Build once. Sell everywhere AI can act.
License
MIT — free to use, modify, distribute, sublicense, and sell under the license terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to programmatically purchase physical and virtual goods from platforms like Amazon and Shopify using stablecoins, without the need for virtual debit cards or browser automation.1
- Flicense-qualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.
- AlicenseAqualityFmaintenanceEnables AI agents to autonomously browse inventory, negotiate terms, manage carts, and execute secure payments on Shopify stores using standardized protocols. It provides a bridge for LLMs to handle the entire commerce lifecycle from discovery to order tracking through a verifiable mandate chain.52MIT
- Flicense-qualityBmaintenanceEnables AI agents to discover products, build carts, and complete purchases across multiple downstream commerce services through a secure, contract-driven API.
Related MCP Connectors
Stripe-native marketplace where AI agents discover and pay per call for API services.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
United States payments for AI agents — Stripe checkout via Stripe. Never holds funds.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/runjohnray2-lgtm/vibecart'
If you have feedback or need assistance with the MCP directory API, please join our Discord server