构建。运行。
触达每一个人。

在构建过程中,让 Replit 访问 Bird。通过受保护的服务端集成,为你的应用添加邮件、消息和验证功能。

从提示词到 送达。

你的智能体可以设置通道、管理客户并确认送达。
通过 MCP 和 CLI 实现完整的读写访问。

YouVoice

Can you check which calls are active right now and tell me which are connected and which are still ringing?

Bird MCP4 connected actions
  1. 1Read the workspaceworkspace_get
  2. 2Find calls in progressvoice_legs_list
  3. 3Inspect the connected callvoice_legs_get
  4. 4Inspect the ringing callvoice_legs_get

连接 Replit。
然后开始工作。

服务器连接和账户授权是两个独立的步骤。

服务器 URL
https://mcp.bird.com
  1. 添加 Bird

    在工具的 MCP 连接设置中使用托管服务器 URL。当要求选择身份验证方式时,选择 OAuth。

  2. 授权连接

    打开 Replit Integrations → MCP Servers。找到 Bird 并点击 Sign in。完成授权后,让 Agent 在你的项目中使用 Bird。

  3. 检查账户

    在执行第一个产品任务之前,让 Agent 调用 whoami 并检查当前工作区。返回身份信息即表示登录成功。

将 Bird 添加到 Replit Agent

Bird 已预置在 replit.com/integrations 的 Replit Agent MCP Servers 列表中。点击旁边的 Sign in,或点击此处的 Add to Replit,然后批准授权页面。之后 Agent 即可在每个项目中使用 Bird 的工具。

Bird 在 Replit 中 · 你的 Replit 应用可以发送邮件

Bird 已在 Replit Agent 的 MCP 列表中。登录一次,Agent 即可编写调用代码,一个密钥完成认证,应用首次运行即可发送。

由智能体构建。
为你的用户准备就绪。

你发布的应用需要与 Bird 建立自己的服务端连接。

将密钥保存在服务端

将应用凭证存储在后端的密钥管理中。浏览器调用你的后端,后端调用 Bird。

探索 API

展示真实结果

保存消息 ID。根据消息状态或投递事件更新你的应用。

跟踪结果

几个不错的
起点。

给你的智能体一个目标,让 Bird 提供操作。

排查投递问题
Check my recent email failures. Group them by reason, inspect the affected sending domain, and tell me what needs fixing before making changes.
准备新渠道
Help me set up SMS for order updates. Check my workspace and available senders, explain what is missing, then prepare a test for a number I provide.
查看当前状态
List the Voice calls that are active right now. Separate connected calls from calls that are still ringing, and show their IDs.

在你的第一个任务之前。

让连接真正有用的细节。

连接 MCP 会让我的代理获得不受限的访问权限吗?

不会。这些工具在你持有并在授权时选择委派的权限范围内运行。你可以从你的 Bird 账户中撤销该连接。

托管的 MCP 需要 API 密钥吗?

托管的 MCP 使用浏览器登录。你另行部署的应用程序使用其自身受保护的应用凭据。

工具显示正常但调用失败怎么办?

检查客户端的身份验证状态。仅注册服务器 URL 并不会让你登录。重新授权 Bird,然后确认你的身份和工作区。

你的下一个创意。
随时连接。