Plug any LLM into Sri Lanka's
largest local e-commerce enterprise.

A free public MCP server for Kapruka.com. Search products, browse categories, and look up product details from Claude, ChatGPT, Cursor — or any MCP-aware client.

MCP endpoint
https://mcp.kapruka.com/mcp
Streamable HTTP transport No auth required 60 requests / min per IP Read-only

Quick start

Drop one snippet into your client, restart, done.

{
  "mcpServers": {
    "kapruka": {
      "url": "https://mcp.kapruka.com/mcp"
    }
  }
}

Save to %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, then restart Claude Desktop.

{
  "mcpServers": {
    "kapruka": {
      "url": "https://mcp.kapruka.com/mcp"
    }
  }
}

Settings → MCP → Add new server, or paste into ~/.cursor/mcp.json.

Server URL:  https://mcp.kapruka.com/mcp
Transport:   Streamable HTTP
Auth:        None

In ChatGPT, open Settings → Connectors → Add MCP server and paste the URL.

npx @modelcontextprotocol/inspector

In the Inspector UI: choose Streamable HTTP, paste https://mcp.kapruka.com/mcp, click Connect.

Available tools

Three read-only tools, all returning structured results in markdown or JSON.

🔍

kapruka_search_products

Search Kapruka's catalog by keyword. Filter by category, paginate with cursors, switch currencies.

qcategorylimitcursorcurrency
📦

kapruka_get_product

Full details for any product by ID — name, price, stock, variants, images, shipping, and a direct URL.

product_idcurrency
🗂️

kapruka_list_categories

Browse the full category hierarchy as a tree or flat list. Use the IDs to filter searches.

parent_iddepthflatinclude_empty

Free tier limits

  • 60 requests per minute per client IP. Standard RateLimit-* headers on every response.
  • Read-only — search, browse, look up. Cart and checkout aren't exposed on the public tier.
  • Server-side cache of up to 30 minutes — products and categories rarely change minute-to-minute.
  • Need higher limits, write access (cart / checkout), or commercial use? Reach out at hello@kapruka.com.