# Blooio Messaging

Send and manage SMS, iMessage, and RCS messages from your workflows. Track delivery, retrieve message details, cancel pending sends, and check contact capabilities. Verify account status and configur…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add access/blooio

# Browse available tools
npx -y @smithery/cli@latest tool list access/blooio

# Get full schema for a tool
npx -y @smithery/cli@latest tool get access/blooio me

# Call a tool
npx -y @smithery/cli@latest tool call access/blooio me '{}'
```

## Direct MCP Connection

Endpoint: `https://blooio--access.run.tools`

## Tools (8)

- `me` — Get current API key details and validation status.
- `send_message` — Send a single text or attachment message (queues outbound iMessage/SMS).
- `get_message` — Get message details by messageId.
- `get_message_status` — Get current delivery status only.
- `cancel_message` — Cancel a queued or scheduled message.
- `contact_capabilities` — Check if a contact supports iMessage/SMS/RCS.
- `webhook_get` — Get the current webhook URL.
- `webhook_set` — Update the webhook URL for receiving message events.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get access/blooio <tool-name>
```
