MCPBasket
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., "@MCPBasketFind me a good laptop stand under $50"
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.
MCPBasket
Installable agent-commerce basket with an MCP server, an agent skill, and a hosted browser viewer.
This repo contains:
packages/mcp-basket- MCP server with neutral pre-checkout basket tools and a local API/viewer.skills/mcpbasket- skill that teaches an agent the pre-purchase workflow.apps/demo-web- Next.js + Tailwind hosted viewer for Vercel.
Architecture
The MCP runs locally with the agent and writes a local basket JSON. It serves:
http://localhost:4377/api/basket
http://localhost:4377/api/basket/raw
http://localhost:4377The hosted web app reads that basket API URL:
https://mcpbasket.gordo.design?source=http://localhost:4377/api/basketThe agent and MCP own state locally. The hosted page is a stateless viewer, so it can be deployed independently on Vercel.
Related MCP server: GoDaddy Orders MCP Server
Install
git clone <repo-url>
cd mcpbasket
npm install
npm run buildStart the local API/viewer:
npm run viewerRun the MCP server:
npm run mcpMCP Config
{
"mcpServers": {
"mcpbasket": {
"command": "node",
"args": ["/absolute/path/to/mcpbasket/packages/mcp-basket/build/index.js"],
"env": {
"MCPBASKET_PORT": "4377",
"MCPBASKET_HOSTED_VIEWER_URL": "https://mcpbasket.gordo.design"
}
}
}
}Skill
The installable skill is:
skills/mcpbasketFor local development:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
ln -s /absolute/path/to/mcpbasket/skills/mcpbasket "${CODEX_HOME:-$HOME/.codex}/skills/mcpbasket"Vercel
The hosted viewer is deployed at:
https://mcpbasket.gordo.designIts Vercel project root is apps/demo-web.
Clean Test Flow
npm installnpm run buildnpm run viewerOpen
https://mcpbasket.gordo.design?source=http://localhost:4377/api/basketInstall the skill in a clean agent profile.
Ask the agent to research products and save candidates through the MCP tools.
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
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/gordo-labs/mcpbasket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server