← kifly.io

INDIVIDUAL MCP TOOL

quick_buy

Requires `cart:write` scope.

kifly.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://kifly.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for quick_buy 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.

Parent server

kifly.io

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.kifly]
url = "https://kifly.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kifly": {
      "type": "http",
      "url": "https://kifly.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kifly
Remote MCP URL: https://kifly.io/api/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": {
    "kifly": {
      "url": "https://kifly.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kifly": {
      "type": "http",
      "url": "https://kifly.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kifly",
  "transport": "streamable-http",
  "url": "https://kifly.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search or browse Kifly's product catalog.
  • create_cart — Create a new shopping cart on Kifly.
  • add_to_cart — Requires `checkout:write` scope.
  • get_cart — Inspect the current state of a cart — line items, quantities, prices, and shipping address.
  • update_cart_item — Requires `checkout:write` scope.
  • set_shipping_address — Requires `checkout:write` scope.
  • checkout — Requires `checkout:write` scope.
  • register_buyer — Start registering a buyer so they can be recognized across future purchases without re-entering their details.