Cart MCP Server
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., "@Cart MCP Serversearch for trending products in electronics"
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.
@usecart/mcp-server
MCP (Model Context Protocol) server for the Cart e-commerce intelligence API. This server exposes Cart's full API as tools that AI agents can call directly.
Available Tools
Tool | Description |
| Search for e-commerce stores by keyword, platform, language, traffic |
| Get full store details by domain |
| List products for a store |
| Get traffic analytics for a store |
| Get the technology stack for a store |
| Get ads detected for a store |
| Compare 2-10 stores side by side |
| Search for products across all tracked stores |
| Get a single product by ID |
| Get trending products and growing stores |
| Search for e-commerce advertisements |
| Get a single ad by ID |
| Search for product suppliers and vendors |
| Get a market overview for a niche keyword |
| Get API key info and usage stats |
Related MCP server: commercetools MCP Essentials
Prerequisites
Node.js 18 or later
A Cart API key (get one at usecart.com)
Setup
Claude Desktop
Add this to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cart": {
"command": "npx",
"args": ["@usecart/mcp-server"],
"env": {
"CART_API_KEY": "cart_sk_..."
}
}
}
}VS Code
Add this to your VS Code MCP settings (.vscode/mcp.json or user settings):
{
"mcpServers": {
"cart": {
"command": "npx",
"args": ["@usecart/mcp-server"],
"env": {
"CART_API_KEY": "cart_sk_..."
}
}
}
}Claude Code
claude mcp add cart -- npx @usecart/mcp-serverSet the environment variable before running:
export CART_API_KEY=cart_sk_...Other MCP Clients
Any MCP-compatible client can use this server. The configuration is always:
Command:
npxArgs:
["@usecart/mcp-server"]Environment:
CART_API_KEYmust be set
Environment Variables
Variable | Required | Description |
| Yes | Your Cart API key (starts with |
| No | Override the API base URL (defaults to |
Development
# Install dependencies
npm install
# Build
npm run build
# Run locally
CART_API_KEY=cart_sk_... node dist/index.jsLicense
MIT
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.
Latest Blog Posts
- 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/FlatNineOrg/cart-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server