← kapruka.com
INDIVIDUAL MCP TOOL
kapruka_create_order
Create a guest-checkout order on Kapruka and return a click-to-pay link.
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 endpoint
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.kapruka_mcp]
url = "https://mcp.kapruka.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kapruka_mcp": {
"type": "http",
"url": "https://mcp.kapruka.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kapruka_mcp
Remote MCP URL: https://mcp.kapruka.com/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": {
"kapruka_mcp": {
"url": "https://mcp.kapruka.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kapruka_mcp": {
"type": "http",
"url": "https://mcp.kapruka.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kapruka_mcp",
"transport": "streamable-http",
"url": "https://mcp.kapruka.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kapruka_list_categories— List top-level Kapruka product categories by name with browse URLs.kapruka_get_product— Fetch full details for a single Kapruka product by its product ID.kapruka_search_products— Search for products on Kapruka.kapruka_list_delivery_cities— List or search Sri Lankan cities Kapruka delivers to.kapruka_check_delivery— Check whether Kapruka can deliver to a given city on a given date, and at what rate.kapruka_track_order— Look up status and delivery progress for a Kapruka order by order number.