INDIVIDUAL MCP TOOL
create_cart_link
Create ONE link that, when the USER opens it in their own browser, puts the chosen offers into their own Klatchit shopping cart, ready for them to review and pay for.
LIVE ENDPOINT
https://www.klatchit.com/api/mcp/mcp
Connect to this endpoint to inspect the live schema for create_cart_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.klatchit]
url = "https://www.klatchit.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"klatchit": {
"type": "http",
"url": "https://www.klatchit.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: klatchit
Remote MCP URL: https://www.klatchit.com/api/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"klatchit": {
"url": "https://www.klatchit.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"klatchit": {
"type": "http",
"url": "https://www.klatchit.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "klatchit",
"transport": "streamable-http",
"url": "https://www.klatchit.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Klatchit marketplace catalog for products that are for sale right now from at least one seller.get_product— Fetch the full public detail for ONE product by its slug: description, images, specifications, brand, category trail, rating, and the complete list of currently purchasable offers from competing sellers.get_categories— List the marketplace's active category taxonomy as a tree.search_help— Search Klatchit's own help center — published help articles AND the FAQ — for how the marketplace actually works: policies, fees, returns, shipping, buying, selling, and developer/API topics.get_help_article— Fetch the full markdown body of ONE published Klatchit help article by its slug (the 'slug' field of a search_help hit whose source is 'article').get_connection_guide— Return step-by-step instructions for connecting a client to Klatchit: which URL to paste, a copy-pasteable config or command snippet, and links to the docs and (for account access) the pages where the human mints an API key or grants an OAuth consent.