MCPBasket
Click on "Deploy 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
MCPBasket is a local-first product research workspace for agents. Every research response becomes a durable search with product snapshots and verified sources. Users can compare searches and add selected products to one persistent Main Basket without purchasing anything.
The public core is provider-neutral. It does not store payment credentials, authenticate to merchants, or place orders.
Install
MCPBasket ships as an npm package and as an Agent Plugin 1.0 bundle containing both the skill and MCP configuration.
npx -y --package mcpbasket@0.2.0 mcpbasket-setup --host codexReplace codex with vscode, cursor, claude, hermes, openclaw, or generic. The setup command:
installs the correct skill or agent rule for the selected host;
registers the stdio MCP server when the host exposes a supported CLI or config file;
creates private persistent storage under
~/.mcpbasket;starts the local viewer automatically whenever the MCP server starts.
Restart the agent host after setup. The viewer is available at http://127.0.0.1:4377 after the host starts MCPBasket.
See installation by host for VS Code, Cursor, Codex, Claude, Hermes, OpenClaw, servers, containers, and Tailscale.
Related MCP server: BizNetAI MCP Server
Agent Workflow
The skill routes product research and comparison requests to MCPBasket.
The agent creates a saved search and records structured product candidates.
Direct product links and images are validated before being exposed as verified sources.
The user reviews searches in the local viewer.
Explicit selections are copied to the persistent Main Basket.
Approved items can be exported as neutral checkout line items for a separately installed integration.
The MCP tools never authorize or execute a purchase.
Surfaces
Surface | Purpose |
| Current research and product candidates |
| Durable search history |
| Main Basket across all searches |
MCP stdio server | Agent tools and persistent state |
Agent skill | Routing, data quality, and approval rules |
Configuration
MCPBASKET_STORE_PATH=/absolute/path/to/basket.json
MCPBASKET_PORT=4377
MCPBASKET_BIND_HOST=127.0.0.1
MCPBASKET_VIEWER_URL=http://127.0.0.1:4377
MCPBASKET_START_VIEWER=trueThe store path must be absolute. The MCP server starts the viewer by default; set MCPBASKET_START_VIEWER=false only when running mcpbasket-viewer separately.
For private access from another device, keep the viewer bound to localhost and proxy it with Tailscale Serve. Do not expose the unauthenticated local HTTP API to the public internet.
Development
git clone https://github.com/gordo-labs/mcpbasket.git
cd mcpbasket
npm install
npm run verify
npm run viewerThe verification suite builds the MCP server, runs deterministic tests, packs the exact npm artifact, installs it into a temporary clean project, and validates the bundled skill and plugin manifests.
Documentation
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for searching Airweave collections with natural language queries.
MCP server for Product Management
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
FlicenseNot gradedqualityFmaintenanceMCP server enabling natural language interaction with the Bolt API for managing transactions, orders, product catalog, configuration, and testing.-
BizNetAI MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceA hosted MCP server that routes natural-language shopping queries to independent merchant storefronts, returning normalized product and merchant results for AI agents and shopping assistants.MIT- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI shopping assistants to understand customer needs, search products using visual and semantic queries, apply metadata filters, and recommend relevant products from an inventory.Apache 2.0
- FlicenseAqualityBmaintenanceAn MCP server that enables natural language catalog search, cart management, and checkout workflows against the Fake Store API, with strict schemas and session-persistent carts.8-