← s-fl.ru

INDIVIDUAL MCP TOOL

sfl_get_existing_order_info

Информация о существующем заказе Auth: Authorization: Bearer (OAuth 2.1).

s-fl.runone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

s-fl.ru

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.s-fl-ru]
url = "https://www.s-fl.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "s-fl-ru": {
      "type": "http",
      "url": "https://www.s-fl.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: s-fl-ru
Remote MCP URL: https://www.s-fl.ru/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": {
    "s-fl-ru": {
      "url": "https://www.s-fl.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "s-fl-ru": {
      "type": "http",
      "url": "https://www.s-fl.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "s-fl-ru",
  "transport": "streamable-http",
  "url": "https://www.s-fl.ru/mcp"
}
MCP Inspector

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

Related tools

  • sfl_catalog_search — Найти товар в каталоге SFLowers (официальный каталог: цены, детали, фото; без информации о наличии)
  • sfl_get_city_dvr_info — Информация о возможности, стоимости и сроках доставки
  • sfl_place_order — Оформить новый заказ (когда клиент попросил и уже собраны обязательные точные данные; не выдумывать и не вставлять заглушки и примеры данных - только полученные в диалоге данные)
  • client_auth_send_code — Запросить OTP-код для авторизации клиента (отправляется на email или телефон).
  • client_auth_verify_code — Подтвердить OTP-код клиента.
  • client_get_orders — Список заказов авторизованного клиента.
  • sfl_get_payment_link — Получить ссылку на оплату заказа (без отправки SMS/email).
  • webhook_subscribe — Подписаться на вебхук о статусах заказов клиента.