# Build it in Bolt. Send it with Bird.

Give Bolt access to Bird while you build. Add email, messaging, and verification to your app through a protected server-side integration.

[Get started](/dashboard/signup)

[Contact Sales](/demo)

## From prompt to delivered.

Your agent can set up channels, manage customers, and confirm delivery. Full read and write access through MCP and CLI.

**MCP**: `https://mcp.bird.com`

```json
{
  "name": "voice_legs_list"
}
```

Examples: [MCP](/de-de/ai/bolt.mcp.md) · [CLI](/de-de/ai/bolt.cli.md) · [TypeScript](/de-de/ai/bolt.ts.md) · [Python](/de-de/ai/bolt.py.md) · [Go](/de-de/ai/bolt.go.md) · [PHP](/de-de/ai/bolt.php.md) · [HTTP](/de-de/ai/bolt.http.md)

## Connect Bolt. Then get to work.

A server connection and an account authorization are separate steps.

Server URL Copy URL

```
https://mcp.bird.com
```

- ### Add Bird

Use the hosted server URL in your tool’s MCP connection settings. Choose OAuth where an authentication method is requested.
- ### Authorize the connection

Open + → Connectors → Manage connectors → Custom MCP server. Name it Bird, paste this URL, choose HTTP and MCP OAuth, then Connect. Enable Bird in the project’s Connectors menu.
- ### Check the account

Ask your agent to call whoami and inspect the current workspace before the first product task. A returned identity confirms the sign-in worked.
[Read the setup guide](https://support.bolt.new/building/using-bolt/connect-mcp)

## Built with an agent. Ready for your users.

Your published app needs its own server-side connection to Bird.

### Keep the key on the server

Store the application credential in your backend’s secrets. Your browser calls your backend; your backend calls Bird.

[Explore the API](/docs/api)

### Use a sender you control

Verify your email domain or configure an eligible sender for the channel you choose.

[Prepare your first send](/docs)

### Show the real result

Save the message ID. Update your app from the message status or delivery events.

[Follow the result](/docs/guides/webhooks)

## A few good places to start.

Give your agent the outcome. Let Bird provide the operations.

Understand a delivery issue Copy prompt

```
Check my recent email failures. Group them by reason, inspect the affected sending domain, and tell me what needs fixing before making changes.
```

Prepare a new channel Copy prompt

```
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.
```

See what is happening now Copy prompt

```
List the Voice calls that are active right now. Separate connected calls from calls that are still ringing, and show their IDs.
```

## Before your first task.

The details that make a connection useful.

Does connecting MCP give my agent unrestricted access?

No. The tools operate within the permissions you hold and choose to delegate during authorization. You can revoke the connection from your Bird account.

Do I need an API key for hosted MCP?

Hosted MCP uses browser sign-in. An application you deploy separately uses its own protected application credential.

What if the tools appear but calls fail?

Check the client’s authentication state. Registering a server URL alone does not sign you in. Reauthorize Bird, then confirm your identity and workspace.

## Keep building.  Everything connects.

Take the next step with the tools and guides for your project.

[### MCP server

Understand transport, authentication and permissions.](/ai/mcp)[### Agent skills

Give your agent useful Bird context.](/ai/skills)[### Other AI tools

Use the same workspace from another tool.](/ai)



## Related resources

- [Setting up your coding agent](/learn/basics/setting-up-your-coding-agent) (video)
- [Set up your coding agent](/docs/ai/set-up-your-agent) (docs)
- [What is an MCP server, and how does an agent use one to send messages?](/explained/platform/what-is-an-mcp-server-and-how-does-an-agent-send-messages) (answer)
- [Build with AI agents](/learn/paths/agents) (course)

[Get an implementation brief](/learn/workspace?topic=agents)
