← Registry

eCommerce

kifly.ai

Provides tools for searching products, managing shopping carts, and making purchases on Kifly.

1 endpoint21 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://kifly.ai/api/mcp

No auth detected

MCP server metadata

Name
kifly
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged

Known tools 21

search_products

Search or browse Kifly's product catalog.

Inferred read-only
create_cart

Create a new shopping cart on Kifly.

Potential side effects
add_to_cart

Requires `checkout:write` scope.

Potential side effects
get_cart

Inspect the current state of a cart — line items, quantities, prices, and shipping address.

Inferred read-only
update_cart_item

Requires `checkout:write` scope.

Potential side effects
set_shipping_address

Requires `checkout:write` scope.

Potential side effects
quick_buy

Requires `cart:write` scope.

Potential side effects
checkout

Requires `checkout:write` scope.

Potential side effects
register_buyer

Start registering a buyer so they can be recognized across future purchases without re-entering their details.

Inferred read-only
request_buyer_code

Send 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 effects
verify_buyer

Verify the 6-digit code a returning buyer received by email (from `request_buyer_code`).

Potential side effects
get_buyer_profile

Retrieve a repeat buyer's saved name, email, and default shipping address.

Potential side effects
list_orders

List 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-only
save_buyer_address

Save a shipping address to the buyer's Kifly profile so it auto-fills on future purchases.

Inferred read-only
submit_feedback

Send structured feedback to the Kifly team.

Potential side effects
request_feature

Submit the buyer's **product/feature request** to the Kifly team.

Inferred read-only
get_seller

Retrieve a seller's public profile: name, location (city/region/country), storefront URL, delivery fee, delivery coverage, and catalog size.

Inferred read-only
list_sellers

List all active sellers on the Kifly network.

Inferred read-only
get_platform_limits

Returns the current platform-enforced cart limits: `max_item_quantity` (per-line-item ceiling), `max_cart_total_cents`, and `max_cart_total_usd`.

Inferred read-only
order_status

Check the status of a Stripe checkout session.

Inferred read-only
get_help

Get Kifly's website and support contact email.

Potential side effects

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.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.

Trust status Neutral

kifly.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.