New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Lxwl

236 tools. 70 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

70 can modify or destroy data
166 read-only
236 tools total

Community server · catalogue entry checked 04/09/2026 · full schemas captured for 220 of 236 tools

How to control Lxwl ↓

What Lxwl exposes to your agents

Read (166) Write / Execute (68) Destructive / Financial (2)

What Lxwl costs in tokens

56,393 tokens of tool definitions, loaded on every request
28% of a 200k context window
3,343 heaviest tool: onloon-crm-customer-management__filterCompanies
Critical Risk

The most dangerous Lxwl tools

70 of Lxwl's 236 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Lxwl

PolicyLayer is an MCP gateway — it sits between your AI agents and Lxwl, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "onloon-crm-contact__transferContactPool": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "onloon-crm-contact__createContact": {
    "limits": [
      {
        "counter": "onloon-crm-contact__createcontact_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "onloon-account__getAccountInfo": {
    "limits": [
      {
        "counter": "onloon-account__getaccountinfo_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Lxwl — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON LXWL →

Instant setup, no code required.

All 236 Lxwl tools

WRITE 64 tools
Write onloon-crm-contact__createContact 新建联系人。电话用 phone。社媒走 socialAccounts(WhatsApp platform=11),职位走 position,办公电话走 officePhone,禁止塞进 remark。必须 confirm Write onloon-crm-contact__saveScene 保存当前用户 custom 场景。不支持团队共享。中风险:需 confirmed。query 与 filterContacts 相同,禁止 lastFollowupAt/behaviors[]。 Write onloon-crm-contact__scheduleFollowup 创建跟进日程。 Write onloon-crm-contact__updateContact 更新联系人。社媒/职位/办公电话必须走 patch 对应字段,禁止只改 remark。必须 confirmed=true。 Write onloon-crm-customer-management__createCompany 新建客户。社媒走 socialAccounts(WhatsApp=11),地址走 address,网站走 website,禁止塞进 remark。必须 confirmed=true。 Write onloon-crm-customer-management__createContact 薄包装联系人创建。字段与 onloon-crm-contact createContact 相同。社媒走 socialAccounts(WhatsApp=11),禁止塞进 remark。 Write onloon-crm-customer-management__recordFollowup 写客户跟进记录(POST /bshop/followlog/save,contentType=1) Write onloon-crm-customer-management__saveScene 保存客户筛选场景(sceneType=company) Write onloon-crm-customer-management__scheduleFollowup 创建客户下次跟进日程(POST /crm/calendar/add) Write onloon-crm-customer-management__updateCompany 更新客户。社媒/地址/网站必须走 patch 对应字段,禁止只改 remark。必须 confirmed=true。 Write onloon-crm-customer-management__updateContact 薄包装联系人更新。字段与 onloon-crm-contact updateContact 相同。社媒/职位/办公电话走 patch,禁止只改 remark。 Write onloon-crm-order__createOrder 创建订单(配置单据) POST /bshop/contacts/order/save type=order。buyer/seller 的 companyName、contactsName、mail 后端必填且必须真实,禁 Write onloon-crm-order__createProduct 新增 CRM 产品 POST /crm/contacts/product/add Write onloon-crm-order__createQuickOrder 创建空白快捷订单(Excel/Word 模板,WPS 在线编辑) Write onloon-crm-order__createQuickQuotation 创建空白快捷报价单(Excel/Word 模板,WPS 在线编辑)。不是配置单据,不要传 products/buyer/seller;创建后到卖家端 WPS 编辑,再 saveQuickQuotation。 Write onloon-crm-order__createQuotation 创建报价单(配置单据) POST /bshop/contacts/order/save type=quotation。buyer/seller 的 companyName/contactsName/mail 后端必填且必 Write onloon-crm-order__createTemplate 新建单据模板 POST /crm/contacts/template/add Write onloon-crm-order__saveQuickOrder 保存快捷订单元数据(名称、关联客户等) Write onloon-crm-order__saveQuickQuotation 保存快捷报价单元数据(名称、关联客户等) Write onloon-crm-order__saveTemplate 保存单据模板 POST /crm/contacts/template/save Write onloon-crm-order__updateStatus 更新报价单 / 订单状态 POST /bshop/contacts/quotation/updateStatus Write onloon-crm-order__uploadQuickOrder 上传本地文件 / 已有 OSS URL 创建快捷订单(WPS 在线表格) Write onloon-crm-order__uploadQuickQuotation 上传本地文件创建快捷报价单(WPS 在线表格) Write onloon-customer-dev__writeCandidate 统一写入/更新潜客 record + candidates/index.json(减少手拼路径错误) Write onloon-customer-dev-marketing__createTask 自动开发营销 · Step0 创建(POST /bshop/centra/customerdev/createTask)。必须 confirmed=true。 Write onloon-customer-dev-marketing__editTask 自动开发营销 · editTask(Step1 开发营销 / Step2 SOP / Step3 建档)。必须 confirmed=true。 Write onloon-customer-dev-marketing__submitMarketingTask 自动开发营销 · 一次提交四步(createTask + editTask×3)。四段均必填:excavate / develop / sop / archive。必须 confirmed=true。 Write onloon-customer-dev-marketing__updateTaskStatus 自动开发营销 · 更新任务状态(start/pause/delete)。必须 confirmed=true。 Write onloon-file-upload__formatMailAttachments 将已有 URL 列表格式化为邮件 attachs JSON(不上传)。传 items[],每项至少 fileName + urlWhole。 Write onloon-file-upload__uploadBatch 批量 MD5 去重上传 Write onloon-file-upload__uploadDedupSimple MD5 去重单文件上传(file-service) Write onloon-file-upload__uploadFile 通用文件上传(对齐 Web WriteMail 附件上传) Write onloon-file-upload__uploadFromUrl 远程 URL 下载并上传 OSS(MD5 去重) Write onloon-file-upload__uploadImage 图片上传(JPG/PNG/BMP) Write onloon-file-upload__uploadPart 分片上传 — 当前仅 onloon-social 发帖视频(TikTok/YouTube) Write onloon-file-upload__uploadSocialChat SocialChat 社媒附件上传(对齐 Web SocialChat fileDomain) Write onloon-mail-marketing__createAndSend 新建并发送营销邮件(高风险) Write onloon-mail-marketing__createDraft 新建营销邮件草稿 Write onloon-normal-mail__markMessages 标记邮件已读/未读/重要 Write onloon-normal-mail__saveDraft 保存邮件草稿(不发送) Write onloon-normal-mail__scheduleMessage 定时发送普通邮件(与 Web WriteMail 一致:draft/save + scheduleTime) Write onloon-normal-mail__sendMessage 发送新邮件(高风险,须 confirmed=true) Write onloon-product__createProduct 新增产品 Write onloon-product__createProductGroup 新增店铺产品分类(一级 / 二级) Write onloon-product__publishProduct 产品上架 Write onloon-product__updateProduct 更新产品 Write onloon-product__updateProductGroup 修改店铺产品分类 Write onloon-social__schedulePost 通过盈店通 B2B API 发帖(立即 & 定时)。socials.pageType 必须用 listChannels 返回的 spreadPageType(如 INSTAGRAM),禁止直接用 list 的 insPa Write onloon-social-chat-send__querySendStatus 查询社媒私信发送状态(支持单次查询或轮询至终态) Write onloon-social-chat-send__sendMessage 发送社媒私信(OpenAPI HTTP)。内容三选一:text / attachmentUrl+attachmentType / file。推荐仅传 fbMessageUserId + platform + 内容 + c Write onloon-social-radar__addGroupKeyword 添加小组监控关键词 Write onloon-social-radar__addHomepageKeyword 添加主页监控关键词 Write onloon-social-radar__addMonitoredGroup 添加监控 Facebook 小组 Write onloon-social-radar__addMonitoredHomepage 添加监控公共主页 Write onloon-xl-blog__createBlog 新增博客文章 Write onloon-xl-blog__createBlogGroup 新增博客分类(一级 / 二级) Write onloon-xl-blog__updateBlog 更新博客文章 Write onloon-xl-blog__updateBlogGroup 更新博客分类 Write onloon-xl-decorate__addComponent 从组件库插入模块并保存(temp + 正式保存)。必填 themeCode,以及 moduleType 或 moduleShowName。news/product 页不支持新增。 Write onloon-xl-decorate__decorate 迅龙主题装修核心脚本:patch DSL → get → 修改 → save Write onloon-xl-decorate__installTheme 安装(使用)迅龙主题到当前店铺 Write onloon-xl-decorate__openSourcecode 开启/关闭主题代码功能 Write onloon-xl-decorate__publish 发布迅龙主题 Write onloon-xl-decorate__saveSourcecodeFile 保存主题代码单文件(上传修改后的内容)
READ 166 tools
Read onloon-account__getAccountInfo 获取当前 Token 账号信息:userId、主/子账号、权限码、可选绑定邮箱。供其它技能按姓名解析同事 userId。 Read onloon-clue__claimClue 领取盈店通线索(POST /bshop/cluecustomer/owner/change) Read onloon-clue__getClue 查看盈店通线索详情(GET /bshop/cluecustomer/detail/v2) Read onloon-clue__listClues 获取盈店通线索列表(POST /bshop/cluecustomer/list) Read onloon-crm-contact__aggregateContacts 联系人聚合统计。unsupported metric/groupBy 禁止凑数。 Read onloon-crm-contact__checkDuplicates 联系人查重。可用 keyword 或 contact 对象。 Read onloon-crm-contact__filterContacts 高级筛选。query 走 sceneFilter(字段写在 inputSchema.query.properties)。不支持 lastFollowupAt/lastActivityAt/tagsAll/behavior Read onloon-crm-contact__getContact 联系人详情(含公司上下文、可触达渠道)。 Read onloon-crm-contact__linkCompany 联系人关联客户公司。必须 confirmed=true。 Read onloon-crm-contact__listActivities 联系人时间线活动。 Read onloon-crm-contact__listAuditEvents 联系人操作历史。 Read onloon-crm-contact__listBusinessCurrencies 商机币种列表。 Read onloon-crm-contact__listBusinessStages 商机阶段列表。 Read onloon-crm-contact__listCommunications 联系人往来沟通摘要(邮件/社媒计数)。读正文请用邮件技能。 Read onloon-crm-contact__listContacts 联系人分页列表。pool 不可为 all(全池搜索请用 searchContacts)。 Read onloon-crm-contact__listCountries 场景筛选项:国家。sceneType 固定 person。 Read onloon-crm-contact__listFieldConfig 自定义字段配置。sceneType 固定 person。 Read onloon-crm-contact__listFollowups 联系人跟进记录(timeline querySocialType=35)。 Read onloon-crm-contact__listGroups 场景筛选项:分组。 Read onloon-crm-contact__listProducts 场景筛选项:产品。 Read onloon-crm-contact__listScenes 当前用户已保存的联系人场景列表(不含内置全部/关注)。 Read onloon-crm-contact__listSceneStaticOptions 场景筛选项:静态选项。sceneType 固定 person。 Read onloon-crm-contact__listSceneUsers 场景筛选项:人员(owner/create/follow/shared)。sceneType 固定 person。 Read onloon-crm-contact__listSources 场景筛选项:来源。 Read onloon-crm-contact__listStages 场景筛选项:跟进阶段。 Read onloon-crm-contact__listTags 联系人标签列表。默认(不传 ownFlag 或 ownFlag=0)返回主账号下全部可见标签,场景筛选必须用这个。ownFlag=1 仅当前用户自己创建的标签,禁止用于 saveScene/filterContacts。 Read onloon-crm-contact__listTypes 场景筛选项:联系人类型。sceneType 固定 person。 Read onloon-crm-contact__recordFollowup 写跟进记录。 Read onloon-crm-contact__searchContacts 按关键词搜索联系人。pool=all 会合并私海/公海/共享。 Read onloon-crm-customer-management__aggregateCompanies 客户聚合统计(metric + groupBy) Read onloon-crm-customer-management__filterCompanies 高级筛选客户(POST /bshop/contacts/company/v3/list + sceneFilter) Read onloon-crm-customer-management__getCompany 客户详情 Read onloon-crm-customer-management__getContact 薄包装 → onloon-crm-contact-1.0.0/scripts/get-contact.js Read onloon-crm-customer-management__listActivities 客户时间线活动 Read onloon-crm-customer-management__listAuditEvents 客户操作历史(listAuditEvents) Read onloon-crm-customer-management__listBusinessCurrencies 商机币种列表。客户/联系人共用。 Read onloon-crm-customer-management__listBusinessStages 商机阶段列表。客户/联系人共用。filterCompanies 的 createBusinessStage 须先查此表取 id。 Read onloon-crm-customer-management__listCommunications 客户往来沟通记录(邮件 + 社媒聊天组合,company 维度) Read onloon-crm-customer-management__listCompanies 客户(公司)列表 Read onloon-crm-customer-management__listCountries 场景筛选项:国家。本包固定客户域。source=system 为全量国家;source=used 从已有客户反推。 Read onloon-crm-customer-management__listFieldConfig 客户自定义字段配置。本包固定 type=contacts_company。createCompany/updateCompany 的键必须是本表 fieldCode 或字段名。 Read onloon-crm-customer-management__listFollowups 客户跟进记录(公司专用:followlog/list,非 timeline) Read onloon-crm-customer-management__listGroups 场景筛选项:分组。客户/联系人共用。写入 sceneFilter.group 须用级联 id 路径,建议 --flat。 Read onloon-crm-customer-management__listProducts 店铺产品列表,用于 contactAction.websiteBrowseProductId。客户/联系人共用。 Read onloon-crm-customer-management__listScenes 客户(公司)场景列表 Read onloon-crm-customer-management__listSceneStaticOptions 客户场景静态选项:添加渠道、companyHas 信息筛选项、客户等级等。本包固定客户域,禁止把 personHas 写入客户筛选。 Read onloon-crm-customer-management__listSceneUsers 场景筛选项:人员(owner/create/follow/shared)。本包固定客户域。create/follow 按客户 contactType 查人。 Read onloon-crm-customer-management__listSources 场景筛选项:来源。客户/联系人共用。sceneFilter.source[] 只用 code,禁止 id。 Read onloon-crm-customer-management__listStages 场景筛选项:跟进阶段。客户/联系人共用。sceneFilter.stage[] 只用 stageCode,禁止阶段名称或 id。 Read onloon-crm-customer-management__listTags 客户标签列表。默认(不传 ownFlag 或 ownFlag=0)返回主账号下全部可见客户标签,场景筛选必须用这个。ownFlag=1 仅当前用户自己创建的标签,禁止用于 saveScene/filterCompanie Read onloon-crm-customer-management__listTypes 场景筛选项:客户类型。本包固定 company_type。写入 type[] / customerTypes[] 只用 dictItemCode,禁止中文名。 Read onloon-crm-customer-management__searchCompanies 客户搜索(关键词,可选跨实体 company/contact/all) Read onloon-crm-order__getDetail 报价单 / 订单详情 GET /bshop/contacts/order/detail Read onloon-crm-order__getTradeInfo 获取真实买卖方贸易信息(创建配置单据前用于回填 buyer/seller)。 Read onloon-crm-order__linkQuick 关联客户/联系人到快捷报价单或订单 Read onloon-crm-order__listCurrencies 货币 / 汇率字典 GET /bshop/contacts/dict/exchange/rate Read onloon-crm-order__listOrderEnums 配置单据枚举探查 GET /bshop/field/config/list。用于查询 priceTerms/insurance/paymentMethods/transportation/currency 的编码值,避免 Read onloon-crm-order__listOrders 订单列表 GET /bshop/contacts/order/list type=order Read onloon-crm-order__listProducts CRM 产品列表 GET /crm/contacts/product/list Read onloon-crm-order__listQuotations 报价单列表 GET /bshop/contacts/order/list type=quotation Read onloon-crm-order__listTemplates 单据模板列表 GET /crm/contacts/template/list Read onloon-crm-order__searchContacts 搜索关联对象(客户/联系人),用于创建报价单/订单时填写关联。 Read onloon-customer-dev__initSession 初始化客户开发会话目录 + L0 登记 Read onloon-customer-dev__listSessions 列出会话(对用户话术,不暴露技术 ID) Read onloon-customer-dev__preflightOutreach 发信前门闸(只读) Read onloon-customer-dev__validateWorkspace 客户开发工作区结构校验(只读) Read onloon-customer-dev-b2b__crawlPage 客户开发-B2B平台(混合)· 页面抓取补充信息(Agent 自行获取) Read onloon-customer-dev-b2b__enrichCompany 真实域名优选(调 detail 前置条件): Read onloon-customer-dev-b2c__crawlPage 客户开发-B2C平台(混合)· 页面抓取补充信息(Agent 自行获取) Read onloon-customer-dev-b2c__enrichCompany 客户开发-B2C平台(混合)· 详情补全(POST ${OPENAPI_DETAIL_PATH}) Read onloon-customer-dev-canton-fair__enrichCompany OpenAPI action(CME);网关 target 为 /bshop/centra/leadsource/detail Read onloon-customer-dev-canton-fair__searchCompanies OpenAPI action(CME);网关 target 为 /bshop/centra/leadsource/search Read onloon-customer-dev-customs__enrichCompany 客户开发-海关数据 · 公司详情/联系人(POST /bshop/centra/leadsource/detail) Read onloon-customer-dev-customs__searchCompanies 客户开发-海关数据 · 公司列表(POST /bshop/centra/leadsource/search) Read onloon-customer-dev-enquiry__enrichCompany 与后端 EnquiryLeadSourceSyncSearcher.slimRow 对齐:丢掉 oriPic 等大字段。 Read onloon-customer-dev-enquiry__searchCompanies 客户开发-微询盘 · 推荐列表(POST ${OPENAPI_SEARCH_PATH}) Read onloon-customer-dev-enterprise__enrichCompany OpenAPI action(CMB);网关 target 为 /bshop/centra/leadsource/detail Read onloon-customer-dev-enterprise__searchCompanies OpenAPI action(CMB);网关 target 为 /bshop/centra/leadsource/search Read onloon-customer-dev-global-engine__enrichCompany OpenAPI action(CL);网关 target 为 /bshop/centra/leadsource/detail Read onloon-customer-dev-global-engine__searchCompanies OpenAPI action(CL);网关 target 为 /bshop/centra/leadsource/search Read onloon-customer-dev-kp__enrichCompany OpenAPI action(CMK);网关 target 为 /bshop/centra/leadsource/detail Read onloon-customer-dev-kp__searchCompanies OpenAPI action(CMK);网关 target 为 /bshop/centra/leadsource/search Read onloon-customer-dev-marketing__getTask 自动开发营销 · 任务详情(GET /bshop/centra/customerdev/taskDetail) Read onloon-customer-dev-marketing__listCompanies 自动开发营销 · 公司结果(GET /bshop/centra/customerdev/companyList) Read onloon-customer-dev-marketing__listPersons 自动开发营销 · 联系人结果(GET /bshop/centra/customerdev/personList) Read onloon-customer-dev-marketing__listSources 自动开发营销 · 客户来源渠道列表 Read onloon-customer-dev-marketing__listTasks 自动开发营销 · 任务列表(GET /bshop/centra/customerdev/list) Read onloon-customer-dev-whatsapp__enrichCompany OpenAPI action(CMJ);网关 target 为 /bshop/centra/leadsource/detail Read onloon-customer-dev-whatsapp__searchCompanies OpenAPI action(CMJ);网关 target 为 /bshop/centra/leadsource/search Read onloon-explore-customs-data__getCustomsRecord customs.getCustomsRecord — 单条海关记录/提单详情 Read onloon-explore-customs-data__getMerchantTradeProfile customs.getMerchantTradeProfile — 海关公司贸易画像 Read onloon-explore-customs-data__listMerchants customs.listMerchants — 贸易主体列表(companyList 聚合) Read onloon-explore-customs-data__runOperation Phase 6 Agent Facade — 技能层统一入口(不新增 OpenAPI 路由) Read onloon-explore-customs-data__searchAdvancedRecords customs.searchAdvancedRecords — 高级搜索海关记录/提单列表(transList) Read onloon-explore-customs-data__searchGlobal customs.searchGlobal — 全库搜索(双路径) Read onloon-mail-marketing__getAccount 营销邮件账号/额度信息 Read onloon-mail-marketing__getCampaign 营销邮件活动详情 Read onloon-mail-marketing__getCampaignReport 单活动统计报表 Read onloon-mail-marketing__getOverallStats 营销邮件总体统计(列表顶栏,可作为剩余额度查询入口) Read onloon-mail-marketing__listCampaigns 营销邮件活动列表 Read onloon-mail-marketing__listReceivers 营销邮件收件人明细(按送达/阅读/点击等) Read onloon-mail-marketing__listSenderMails 发件人绑定邮箱列表(营销新建用) Read onloon-normal-mail__auditCustomerPending 巡检当前可见盈店账号是否仍有客户邮件待处理(对齐 /mail/list 首页业务队列) Read onloon-normal-mail__distributeMessages 分发邮件给同事邮箱(高风险,须 confirmed=true) Read onloon-normal-mail__extractSubjectContacts 按邮件标题提取公司/联系人信息(一步完成,禁止 Agent 多轮试错搜索) Read onloon-normal-mail__forwardMessage 转发邮件(高风险,须 confirmed=true) Read onloon-normal-mail__getCorrespondence 读取往来邮件历史 Read onloon-normal-mail__listBusinessQueues 读取邮箱首页业务队列 Read onloon-normal-mail__listMailboxes 读取已绑定邮箱列表 Read onloon-normal-mail__listMailUsers 邮件列表页盈店账号下拉(对齐 /mail/list) Read onloon-normal-mail__listMessages 按视图读取邮件列表 Read onloon-normal-mail__listSignatures 读取可用签名 Read onloon-normal-mail__peekMessage 只读读取单封邮件详情(不改变已读状态) Read onloon-normal-mail__replyMessage 回复邮件(高风险,须 confirmed=true) Read onloon-normal-mail__searchMessages 搜索邮件 Read onloon-normal-mail__verifyScheduleTime schedule-time 解析单元校验(无 API 依赖) Read onloon-product__getProduct 产品详情 Read onloon-product__getProductGroup 店铺产品分类详情 Read onloon-product__inspectImportLinks 导入前扫描产品文案中的站外链接(简介 / 电脑端描述 / 手机端描述) Read onloon-product__listProductGroups 店铺产品分类列表(/newClass,一级 / 二级) Read onloon-product__listProducts 产品列表 Read onloon-product__listProductUnits 计件单位列表(create 辅助) Read onloon-product__listShops 我的店铺列表 Read onloon-product__syncShopifyCollection 从 Shopify 集合页同步产品到盈店通 SHOP Read onloon-social__listChannels 列出盈店通中可用于社媒发帖的主页列表(GET /bshop/channel/v2/shop/list) Read onloon-social__listPosts 发帖列表(GET /bshop/channel/spread/list) Read onloon-social__listScheduled @deprecated 请使用 list-posts.js --status pending Read onloon-social-chat__auditImportantSessions 重要/跟进会话审计(编排脚本) Read onloon-social-chat__getContact 单个 Inbox 联系人详情 Read onloon-social-chat__listBindAccounts 社媒主页绑定列表(Inbox 账号/主页筛选) Read onloon-social-chat__listChatFolders 社媒聊天分组列表 Read onloon-social-chat__listContacts Inbox 联系人/会话列表 Read onloon-social-chat__listMessageParticipants 群聊消息收发人列表(搜索时筛选发送人) Read onloon-social-chat__listMessages 会话聊天记录(打开聊天窗) Read onloon-social-chat__listRecentSessions 近期活跃会话(ES 聚合,单次请求,最多 1000 条) Read onloon-social-chat__listWaBindAccounts WhatsApp 个人版 / WhatsAppSync 已绑定插件账号列表 Read onloon-social-chat__listWaContactsAllBinds 插件/远程终端:遍历全部 bind 拉联系人并合并(按 lastMessageTime 排序) Read onloon-social-chat__searchContacts Inbox 联系人搜索(Search 弹窗 — 联系人 Tab) Read onloon-social-chat__searchMessages Inbox 聊天记录搜索(Search 弹窗 — 聊天记录 Tab) Read onloon-social-radar__listGroupComments 小组帖子评论分页 Read onloon-social-radar__listGroupKeywords 小组监控关键词列表 Read onloon-social-radar__listGroupPosts 小组监控帖子流 Read onloon-social-radar__listHomepageComments 主页帖子评论分页 Read onloon-social-radar__listHomepageKeywords 主页监控关键词列表 Read onloon-social-radar__listHomepagePosts 主页监控帖子流 Read onloon-social-radar__listMonitoredGroups 监控小组列表 Read onloon-social-radar__listMonitoredHomepages 监控主页列表 Read onloon-social-radar__listRecommendHomepages 推荐公共主页列表 Read onloon-social-radar__searchFacebookCompanies 社交搜索 Facebook 公司(添加监控主页用) Read onloon-xl-blog__getBlog 博客文章详情 Read onloon-xl-blog__getBlogGroup 博客分类详情 Read onloon-xl-blog__listBlogGroups 博客分类列表(树形) Read onloon-xl-blog__listBlogs 博客文章列表 Read onloon-xl-blog__listTags 店铺标签库列表(查 tagId 供 create-blog / update-blog --tag-ids 使用) Read onloon-xl-decorate__analyzeTheme 本地主题包冲突预检(对应 reference/compatibility-checklist.md) Read onloon-xl-decorate__downloadSourcecode 下载主题代码包到本地并解压 Read onloon-xl-decorate__ensureTheme 门闸:确保目标店铺已安装指定装修基底主题(默认 theme30000) Read onloon-xl-decorate__getPage 获取主题页面装修数据(moduleContainer) Read onloon-xl-decorate__getSetting 获取全店设置(颜色、字体、固定组件) Read onloon-xl-decorate__getSourcecodeFile 读取主题代码单文件内容 Read onloon-xl-decorate__listComponents 列出组件库可用组件 Read onloon-xl-decorate__listShops 我的店铺列表(GET /bshop/multi/shops/manage/list) Read onloon-xl-decorate__listSourcecode 获取主题代码目录树 Read onloon-xl-decorate__listThemes 列出迅龙独立站主题 Read onloon-xl-decorate__listThemeTemplates 列出可安装的迅龙主题模板(店铺模板市场) Read onloon-xl-decorate__preview 获取主题页面预览 URL

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Lxwl

Can an AI agent move money through the Lxwl MCP server? +

Yes. The Lxwl server exposes 2 financial tools including onloon-crm-contact__transferContactPool, onloon-crm-customer-management__transferCustomerPool. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through Lxwl? +

The Lxwl server has 64 write tools including onloon-crm-contact__createContact, onloon-crm-contact__saveScene, onloon-crm-contact__scheduleFollowup. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Lxwl.

How many tools does the Lxwl MCP server expose? +

236 tools across 4 categories: Execute, Financial, Read, Write. 166 are read-only. 70 can modify, create, or delete data.

How do I enforce a policy on Lxwl? +

Register the Lxwl MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Lxwl tool call.

Deterministic rules across all 236 Lxwl tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

236 Lxwl tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Lxwl's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.