eCommerce
kifly.ai
Provides tools for searching products, managing shopping carts, and making purchases on Kifly.
ENDPOINT 1
https://kifly.ai/api/mcp
MCP server metadata
- Name
- kifly
- Version
- 1.0.0
Known tools 21
get_cartInspect the current state of a cart — line items, quantities, prices, and shipping address.
Inferred read-onlyregister_buyerStart registering a buyer so they can be recognized across future purchases without re-entering their details.
Inferred read-onlyrequest_buyer_codeSend a 6-digit verification code to a **returning** buyer's email so they can prove the account is theirs and recover their saved name + shipping address on this connection — without pasting any token or re-entering their name.
Potential side effectsverify_buyerVerify the 6-digit code a returning buyer received by email (from `request_buyer_code`).
Potential side effectsget_buyer_profileRetrieve a repeat buyer's saved name, email, and default shipping address.
Potential side effectslist_ordersList a returning buyer's recent orders and their current fulfillment status — use this in a NEW session to answer 'did my order ship?
Inferred read-onlysave_buyer_addressSave a shipping address to the buyer's Kifly profile so it auto-fills on future purchases.
Inferred read-onlyget_sellerRetrieve a seller's public profile: name, location (city/region/country), storefront URL, delivery fee, delivery coverage, and catalog size.
Inferred read-onlyget_platform_limitsReturns the current platform-enforced cart limits: `max_item_quantity` (per-line-item ceiling), `max_cart_total_cents`, and `max_cart_total_usd`.
Inferred read-onlyCONNECT 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.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kifly": {
"type": "http",
"url": "https://kifly.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kifly
Remote MCP URL: https://kifly.ai/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.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kifly": {
"type": "http",
"url": "https://kifly.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kifly",
"transport": "streamable-http",
"url": "https://kifly.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kifly.ai was fetched 2026-08-30T09:49:18.923Z.
kifly.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.