mcpbeat Sign in

VibeCart MCP Server

by runjohnray2-lgtm Your server? Claim it
answering

VibeCart is answering right now. Last checked 1 min ago. It exposes 4 tools. Last commit 31 Aug 2026.

Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.

Uptime history 14 days of history
14 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
897 ms
Response time
average over 24h
0
Stars
last commit 31 Aug 2026

Nothing serious here today

Today is the operative word: we check VibeCart every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add vibecart --transport http https://vibecart.vercel.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibecart": {
      "url": "https://vibecart.vercel.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibecart]
url = "https://vibecart.vercel.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "vibecart": {
      "url": "https://vibecart.vercel.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibecart": {
      "url": "https://vibecart.vercel.app/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

vibecart
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.
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.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.list_products
Lists products from the configured trusted merchant catalog. Use the returned stable IDs for product lookup or checkout.

Endpoints

URLTransportStateLatencyChecked
https://vibecart.vercel.app/mcp streamable-http answering 1241 ms 1 min ago

Alternatives to VibeCart

same job, measured the same way
Agent Commerce MCP
by bch1212

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

52 installs/wk 14 tools answering
ANAMIZED Desk
by anamized

Agent floor and MCP market: catalog, rack, Stripe checkout, x402, A2A.

29 tools answering
Ra Pay
by rapay

Send fiat payments via MCP with two-step confirmation and Stripe Connect.

67 installs/wk local only
AgentPay (Russia)
by zapnikita95

RU merchant catalog for AI agents: price, stock, ProductCard. Controlled checkout. Not x402.

26 tools answering
Stripekit
by rafaelcg

Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.

58 installs/wk local only
MCP Stripe Acp
by codespar

Stripe ACP — AI agent checkout, payment delegation, products, invoices

43 installs/wk local only
Volcanodog
by volcanodog

Real-time and delayed market sentiment data with premium access via Stripe payments

answering
Continuum
by blacklabelbots-continuum

Agent continuity audits, referrals, sponsor packets, and Stripe Checkout for Continuum.

5 tools answering

VibeCart — questions

Answers built from our own checks of this server.

What can VibeCart do?
It exposes 4 tools, read directly from the server on our last check. Among them: vibecart.create_checkout, vibecart.get_integration_instructions, vibecart.get_product, vibecart.list_products. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is VibeCart working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 897 ms. The bar chart above shows every period we have measured.
How do I connect VibeCart?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does VibeCart need an API key?
No. VibeCart completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is VibeCart?
It answers our handshake in 897 ms on average, which is faster than 13% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is VibeCart open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.