← vibedollar.net

INDIVIDUAL MCP TOOL

vibe_submit_score

v3.1 评分回传 (用户定稿): 对候选评分, relevant 才计费进交付。 scores 格式 (用户 agent 用自己的 LLM 评分后按此回传): [{"id": 候选id, "verdict": "relevant|irrelevant", "score": 0-100, "reason": "简短理由"}] - relevant: 计月配额 1 条 → 进 delivered_log (交付列表) - irrelevant: 记反馈回灌 → 该候选关联词降权 → 后续该词的弱候选减少, 推送向你的真实需求收敛 (评分质量 = 你的词表质量 — 认真评, 越推越准; 敷衍评或批量乱评会被一致性护栏识别并降权你的反馈影响, 等于浪费) - 候选本身免费 (vibe_leads 不扣费)。评分请先读 vibe_leads 返回的 body 正文 (不是只看 title) — 判断依据越完整, 你的词表越准。

vibedollar.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.vibedollar.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for vibe_submit_score and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

vibedollar.net

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.vibedollar-v2]
url = "https://mcp.vibedollar.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vibedollar-v2": {
      "type": "http",
      "url": "https://mcp.vibedollar.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vibedollar-v2
Remote MCP URL: https://mcp.vibedollar.net/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": {
    "vibedollar-v2": {
      "url": "https://mcp.vibedollar.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vibedollar-v2": {
      "type": "http",
      "url": "https://mcp.vibedollar.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vibedollar-v2",
  "transport": "streamable-http",
  "url": "https://mcp.vibedollar.net/mcp"
}
MCP Inspector

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

Related tools

  • vibe_register — 注册: 发送 6 位邮箱验证码 (无鉴权)。验证通过后由 vibe_verify 发放 API key。 两步注册防滥用: register 只发码, verify 才发 key。
  • vibe_verify — 用邮箱验证码完成注册: 发放 API key (Free 档, 不送余额)。
  • vibe_recover_key — 找回 API key 第 1 步: 给已注册邮箱发验证码 (无鉴权)。
  • vibe_recover_verify — 找回 API key 第 2 步: 验证码验证后, 把 key 邮件发送到邮箱 (无鉴权)。
  • vibe_balance — 查余额/配额 (鉴权)。
  • vibe_set_notify — 邮件通知开关 (2026-08-20): 候选积压时是否发邮件提醒你领取。 默认开启 (有候选会收到 "有 N 个新客户正在等你" 邮件)。 enabled=false 停止此类邮件 (不影响其他邮件)。
  • vibe_mark_leads — 标记线索结果 (北极星"有效线索率"数据源)。 outcome: valid (有效/行动) | invalid (无效) | contacted (已触达)
  • vibe_get_delivered — 单条已交付线索详情 (回访率埋点: 仅详情级调用记回访, 防翻页虚高)。