# Less rediscovery. Better first attempts.

Bird’s skills teach your agent how to choose a sender, interpret a response, and check what happened next.

[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/skills.mcp.md) · [CLI](/de-de/ai/skills.cli.md) · [TypeScript](/de-de/ai/skills.ts.md) · [Python](/de-de/ai/skills.py.md) · [Go](/de-de/ai/skills.go.md) · [PHP](/de-de/ai/skills.php.md) · [HTTP](/de-de/ai/skills.http.md)

## Context that changes the next action.

Skills carry the product knowledge. MCP and CLI perform the work.

- ### Choose the right sender

An email address needs a verified domain. An SMS sender must be eligible for its destination. The agent checks before it sends.
- ### Interpret the response

An accepted request is the beginning of delivery. The agent keeps the message ID and reads the next state.
- ### Recover with context

Inspect validation errors, authentication state, and the request outcome before choosing whether to retry.[Install Bird skills](/docs/ai/agent-skills)

## Install the knowledge. Connect the operations.

The Bird plugin packages skills and declares the hosted MCP server. Sign-in remains a separate step.

Claude Code plugin Copy commands

```
claude plugin marketplace add messagebird/bird-ai
claude plugin install bird@bird-ai
```

[Check client installation instructions](/docs/ai/agent-skills)

## Keep building.  Everything connects.

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

[### MCP server

Connect through your preferred AI tool.](/ai/mcp)[### CLI

Run Bird from scripts and your terminal.](/ai/cli)



## 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)
