AgentMarketMCP / SKILL 资产档案馆

目录 / sentientUI

MCP 鉴权未知 未评级 已上架

sentientUI

Official MCP server for SentientUI — read experiment data and manage variants for your projects from any AI assistant. Connect at https://api.sentient-ui.com/mcp or run npx @sentientui/mcp.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:14):Official MCP server for SentientUI — read experiment data and manage variants for your projects from any AI assistant
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://sentientui--carlos-sanchez.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "sentientUI": {
      "url": "https://sentientui--carlos-sanchez.run.tools"
    }
  }
}

能力清单

工具说明
create_projectCreate a NEW SentientUI project (onboarding). Returns the project id and its pk_ public key for the SDK. Requires an account login: this works when connected via OAuth (the hosted MCP URL) but NOT with a project-scoped sk_ server key or an anonymous demo token. After it succeeds, call get_integration_guide and help the user install @sentientui/react with the returned key.
list_projectsList all SentientUI projects for the authenticated account.
get_project_statsGet health stats for a project: event volume, session count, agent calls, and status.
list_componentsList all adaptive components in a project with variant counts and impression totals.
get_variant_performanceGet CVR and momentum for all variants in a project over the last 7 days vs prior 7 days.
get_insightsGet the latest AI-generated insights: narrator observations and (Growth tier) advisor recommendations.
get_persona_breakdownGet the distribution of visitor persona clusters with session counts and reliability scores.
get_goal_funnelGet goal hit counts, unique-session conversion rates, and per-variant breakdown.
list_guardrail_eventsList variants currently paused by the guardrail in the last 24 hours.
get_layout_statsGet per-persona section layout rankings and bandit reward weights.
get_variant_briefGet an insight-driven brief for creating a new CODE-NATIVE variant of a component. Returns current variant performance, audience, insights, a data-sufficiency assessment (with a best-practice fallback when there is no data yet), and step-by-step instructions for writing the variant in the customer's code. Use this instead of create_variant when the variant will live in the codebase.
get_test_briefGet a ready-to-paste test for a SentientUI-wrapped component, populated with the component's real variants and goals. This project uses @sentientui/react/testing. Use this so your tests force a specific variant/layout deterministically and never break when the optimizer serves a different version. Returns a React Testing Library example plus the URL-param recipe for E2E (Playwright/Cypress).
create_variantCreate a NO-CODE managed text variant for a component (content stored in SentientUI, rendered by <AdaptiveText>). Use this ONLY for text-only variants the user wants without a code change. For variants that will live in the codebase (full components — copy, markup, styling), use get_variant_brief and write the variant in code instead; those auto-register on deploy and do not need create_variant. Requires a paid plan (server keys are Starter+; anonymous demo tokens are read-only).
pause_variantPause a variant, stopping traffic from being assigned to it.
refresh_insightsTrigger fresh AI insight generation for a project. Returns immediately; use get_insights in ~15 seconds to see results.
get_integration_guideGet the SentientUI adaptive-ladder integration guide: setup (keyless and keyed) plus copy-pasteable examples for every rung (Style, Swap, Reorder). Use this to integrate SentientUI into a codebase.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。