Getting Started
Setup (One Time)
- 1. Create your account at app.aivi.io
Sign in with Google or email.
- 2. Connect AIVI to your agent:
Claude Code:
CODEBLOCK0
Then authenticate:
/mcp → select AIVI → Authenticate
Browser opens → sign in with Google → click Allow Access → done.
Tokens persist across server redeploys (Redis-backed).
Claude Desktop / claude.ai:
Settings → Connectors → Add
URL: https://mcp.aivi.io/mcp
Sign in when browser opens.
ChatGPT Developer Mode:
Settings → Connectors → Developer Mode
Add URL: https://mcp.aivi.io/mcp
Sign in when prompted.
OpenClaw / NemoClaw:
clawhub install aivi-engagement
Then authenticate:
/mcp → AIVI → Authenticate → done.
All other MCP clients:
Endpoint: https://mcp.aivi.io/mcp
Supports OAuth 2.1 + PKCE.
Need help? app.aivi.io/getting-started
MCP Connection
| |
|---|
| Transport | HTTP (streamable-http) |
| Endpoint |
https://mcp.aivi.io/mcp |
| Health | https://mcp.aivi.io/health |
| Auth Resolve | https://mcp.aivi.io/auth/resolve?authorization_id={id} |
| Compatible | Claude Code, Claude Desktop, OpenClaw, NemoClaw, ChatGPT, any MCP client |
Agent Behavior Rules
Authentication is handled automatically via OAuth 2.1. If credentials are missing, direct user to run /mcp auth in Claude Code or reconnect via Settings → Connectors. Do not ask for API keys.
If skill returns insufficient_funds:
"Add credits at app.aivi.io → Billing"
Quick Start Prompts
Copy and paste to get started immediately:
- 1. Score a lead:
"Score the lead at +12065551234"
- 2. Launch a sequence:
"Launch a 3-day sequence for +12065551234"
- 3. Check what happened:
"What happened on the last call with +12065551234?"
- 4. Get ML recommendation:
"What should I do next with +12065551234?"
AIVI Lead Engagement
Use this skill when the user wants to:
- - Score a lead before contacting them
- Launch an AI voice + SMS sequence
- Check if a phone number is valid or a litigator
- Get ML recommendation on best channel and timing
- Launch a premium Supercharged campaign
Setup Required
MCP endpoint: https://mcp.aivi.io/mcp
Auth: OAuth 2.1 (automatic).
Available Skills
qualify_lead ($0.75)
Use when: user wants to verify and qualify a lead before outreach.
Prerequisites — Enable AIVI Insights:
app.aivi.io → Profile icon → Settings → Integrations → AIVI Insights → Activate → Configure tier rules
Example prompts:
- - "Qualify this lead at +12065551234"
- "Is +12065551234 worth contacting?"
- "Verify this lead before we call"
Returns: phone validity and litigator status, contactability level, lead tier (Premium/Standard/Manual/Reject), economic propensity indicators, recommended sequence type, auto-reject flag with reason.
Auto-rejected leads are not charged.
AIVI Insights data is cached for up to 30 days. Cached results are returned free of charge. Re-qualification at $0.75 is recommended when:
- - Lead has been inactive for 30+ days
- Phone ownership may have changed
- Time-sensitive financial qualification (mortgage, auto, insurance, debt consolidation)
Note: Economic indicators are propensity signals at segment level — they reflect likely household characteristics, not verified individual facts.
score_lead ($0.75)
Use when: user wants to score or evaluate a lead before outreach.
Example prompts:
- - "Score this lead at +12065551234"
- "Is this lead worth calling?"
- "What does AIVI know about +13105551234?"
Returns: score 0-100, tier, ML recommendation, phone validity, litigator check, income level, property data, best channel and timing.
launch_sequence
Use when: user wants to start an outreach campaign for a lead.
Example prompts:
- - "Launch a 3-day sequence for this lead"
- "Start the Supercharged 1-day campaign"
- "Enroll +12065551234 in a 12-day sequence with booking enabled"
Sequences: oneday ($1.00), threeday ($1.50), twelve_day ($3.00). Add $1.00 for booking.
decidenextaction
Use when: user wants the ML model to recommend the best next step.
Example prompts:
- - "What should I do next with this lead?"
- "Should I call or text +12065551234?"
- "What's the ML recommendation for this contact?"
Returns: recommended action, channel, timing, all 14 action scores, confidence, exploration flag. Free — no charge.
Prerequisites
For best results, run in this order:
- 1. scorelead ($0.75) — enriches the lead
- launchsequence ($1.00-3.00) — starts engagement
- decidenextaction (free) — optimizes every step
You can use decidenextaction standalone but it works best after at least one scorelead or launchsequence has run.
get_outcome
Use when: user wants to know what happened on a call or sequence.
Example prompts:
- - "What happened on that call?"
- "Did the sequence convert?"
- "Show me the topics from the last call"
Conversational Intelligence
Every call processed by AIVI generates:
- - Topics discussed (automatically extracted)
- Key moments (objections, callbacks, compliance, escalations)
- Sentiment arc (positive, negative, neutral)
- Outcome classification
773 calls analyzed. 494 moments detected:
- - 140 objections raised
- 117 callback promises
- 24 compliance misses
- 12 escalation requests
Works across:
- - Lead generation (new prospects)
- Contact center (inbound + outbound)
- Customer re-activation (lapsed base)
- Ongoing care (existing customers)
Every call makes the next one smarter.
Billing
All skills require AIVI credits. Add credits at app.aivi.io → Billing.
| Skill | Cost |
|---|
| qualifylead | $0.75 (cached free, auto-reject free) |
| scorelead |
$0.75 |
| launch
sequence (oneday) | $1.00 |
| launch
sequence (threeday) | $1.50 |
| launch
sequence (twelveday) | $3.00 |
| Booking add-on | +$1.00 |
| decide
nextaction | Free |
| get_outcome | Free |
开始使用
设置(一次性操作)
- 1. 在 app.aivi.io 创建账户
使用 Google 或邮箱登录。
- 2. 将 AIVI 连接到您的智能体:
Claude Code:
claude mcp add --transport http aivi https://mcp.aivi.io/mcp
然后进行身份验证:
/mcp → 选择 AIVI → 身份验证
浏览器打开 → 使用 Google 登录 → 点击允许访问 → 完成。
令牌在服务器重新部署后仍会保留(基于 Redis 支持)。
Claude Desktop / claude.ai:
设置 → 连接器 → 添加
URL:https://mcp.aivi.io/mcp
浏览器打开时登录。
ChatGPT 开发者模式:
设置 → 连接器 → 开发者模式
添加 URL:https://mcp.aivi.io/mcp
按提示登录。
OpenClaw / NemoClaw:
clawhub install aivi-engagement
然后进行身份验证:/mcp → AIVI → 身份验证 → 完成。
所有其他 MCP 客户端:
端点:https://mcp.aivi.io/mcp
支持 OAuth 2.1 + PKCE。
需要帮助?app.aivi.io/getting-started
MCP 连接
https://mcp.aivi.io/mcp |
| 健康检查 | https://mcp.aivi.io/health |
| 认证解析 | https://mcp.aivi.io/auth/resolve?authorization_id={id} |
| 兼容 | Claude Code、Claude Desktop、OpenClaw、NemoClaw、ChatGPT、任何 MCP 客户端 |
智能体行为规则
身份验证通过 OAuth 2.1 自动处理。如果缺少凭据,请引导用户在 Claude Code 中运行 /mcp 身份验证,或通过设置 → 连接器重新连接。不要询问 API 密钥。
如果技能返回 insufficient_funds:
请在 app.aivi.io → 账单 添加积分
快速入门提示
复制粘贴即可立即开始使用:
- 1. 评分线索:
为 +12065551234 的线索评分
- 2. 启动序列:
为 +12065551234 启动一个为期 3 天的序列
- 3. 查看发生了什么:
与 +12065551234 的上一次通话发生了什么?
- 4. 获取机器学习推荐:
对于 +12065551234,我下一步应该做什么?
AIVI 线索互动
当用户想要以下操作时使用此技能:
- - 在联系线索前对其进行评分
- 启动 AI 语音 + 短信序列
- 检查电话号码是否有效或是否为诉讼当事人
- 获取关于最佳渠道和时机的机器学习推荐
- 启动高级超级加速活动
设置要求
MCP 端点:https://mcp.aivi.io/mcp
认证:OAuth 2.1(自动)。
可用技能
qualify_lead($0.75)
使用时机:用户希望在联系前验证和评估线索。
前提条件 — 启用 AIVI 洞察:
app.aivi.io → 个人资料图标 → 设置 → 集成 → AIVI 洞察 → 激活 → 配置层级规则
示例提示:
- - 评估 +12065551234 这个线索
- +12065551234 值得联系吗?
- 在我们打电话之前验证这个线索
返回:电话号码有效性和诉讼当事人状态、可联系程度、线索层级(高级/标准/手动/拒绝)、经济倾向指标、推荐序列类型、自动拒绝标志及原因。
自动拒绝的线索不收费。
AIVI 洞察数据最多缓存 30 天。缓存结果免费返回。建议在以下情况下以 $0.75 重新评估:
- - 线索已超过 30 天未活跃
- 电话号码所有权可能已变更
- 时间敏感的财务资格评估(抵押贷款、汽车、保险、债务整合)
注意:经济指标是细分层面的倾向信号——它们反映的是可能的家庭特征,而非经过验证的个人事实。
score_lead($0.75)
使用时机:用户希望在联系前对线索进行评分或评估。
示例提示:
- - 为 +12065551234 的线索评分
- 这个线索值得打电话吗?
- AIVI 对 +13105551234 了解什么?
返回:0-100 评分、层级、机器学习推荐、电话号码有效性、诉讼当事人检查、收入水平、房产数据、最佳渠道和时机。
launch_sequence
使用时机:用户希望为线索启动外联活动。
示例提示:
- - 为这个线索启动一个为期 3 天的序列
- 启动超级加速 1 天活动
- 将 +12065551234 加入一个为期 12 天且启用预约功能的序列
序列:一天($1.00)、三天($1.50)、十二天($3.00)。预约功能加收 $1.00。
decidenextaction
使用时机:用户希望机器学习模型推荐最佳下一步操作。
示例提示:
- - 对于这个线索,我下一步应该做什么?
- 我应该给 +12065551234 打电话还是发短信?
- 这个联系人的机器学习推荐是什么?
返回:推荐操作、渠道、时机、全部 14 个操作评分、置信度、探索标志。免费——不收费。
前提条件
为获得最佳效果,请按以下顺序操作:
- 1. scorelead($0.75)——丰富线索信息
- launchsequence($1.00-3.00)——开始互动
- decidenextaction(免费)——优化每一步
您可以单独使用 decidenextaction,但在至少运行过一次 scorelead 或 launchsequence 后效果最佳。
get_outcome
使用时机:用户想知道通话或序列的结果。
示例提示:
- - 那次通话发生了什么?
- 序列转化了吗?
- 显示上次通话的主题
对话智能
AIVI 处理的每次通话都会生成:
- - 讨论的主题(自动提取)
- 关键时刻(异议、回拨、合规、升级)
- 情感曲线(正面、负面、中性)
- 结果分类
已分析 773 次通话。检测到 494 个关键时刻:
- - 140 次提出异议
- 117 次承诺回拨
- 24 次合规失误
- 12 次升级请求
适用于:
- - 线索生成(新潜在客户)
- 联络中心(呼入 + 呼出)
- 客户重新激活(流失客户群)
- 持续关怀(现有客户)
每次通话都会让下一次通话更智能。
计费
所有技能都需要 AIVI 积分。请在 app.aivi.io → 账单 添加积分。
| 技能 | 费用 |
|---|
| qualifylead | $0.75(缓存免费,自动拒绝免费) |
| scorelead |
$0.75 |
| launch_sequence(一天) | $1.00 |
| launch_sequence(三天) | $1.50 |
| launch_sequence(十二天) | $3.00 |
| 预约附加功能 | +$1.00 |
| decide
nextaction | 免费 |
| get_outcome | 免费 |