从提示词到 送达。
你的智能体可以设置通道、管理客户并确认送达。
通过 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
- 1Read the workspace
workspace_get - 2Find calls in progress
voice_legs_list - 3Inspect the connected call
voice_legs_get - 4Inspect the ringing call
voice_legs_get
连接 Claude Code。
然后开始工作。
服务器连接和账户授权是两个独立的步骤。
claude mcp add --transport http bird https://mcp.bird.com添加 Bird
运行此处显示的命令。如果 Bird 插件已注册该服务器,请保留现有连接。
授权连接
在 Claude Code 中运行 /mcp,选择 Bird,然后点击 Authenticate。
检查账户
让你的代理调用 whoami 并在执行第一个产品任务之前检查当前工作区。返回身份信息即表示登录成功。
几个不错的
起点。
告诉你的智能体目标,让 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,然后确认你的身份和工作区。