Unipile MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UNIPILE_DSN | Yes | Your Unipile DSN (e.g. api8.unipile.com:13851) | |
UNIPILE_API_KEY | Yes | Your Unipile API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Unipile Accounts | List of connected messaging accounts from supported platforms: Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
unipile_get_accounts | Get all connected messaging accounts from supported platforms: Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger. Returns account details including connection parameters, ID, name, creation date, signatures, groups, and sources. |
unipile_get_recent_messages | Get recent messages from all chats associated with a specific account. Supports messages from: Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger. Returns message details including text content, sender info, timestamps, attachments, reactions, quoted messages, and metadata. |
unipile_get_emails | Get recent emails from a specific account. Returns email details including subject, body, sender, recipients, attachments, and metadata. |