Bluebubbles

49 tools. 22 can modify or destroy data without limits.

6 destructive tools with no built-in limits. Policy required.

Last updated:

22 can modify or destroy data
27 read-only
49 tools total

Community server · catalogue entry verified 03/07/2026

How to control Bluebubbles ↓

What Bluebubbles exposes to your agents

Read (27) Write / Execute (16) Destructive / Financial (6)
Critical Risk

The most dangerous Bluebubbles tools

22 of Bluebubbles's 49 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Bluebubbles

PolicyLayer is an MCP gateway — it sits between your AI agents and Bluebubbles, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_chat": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_participant": {
    "limits": [
      {
        "counter": "add_participant_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_facetime": {
    "limits": [
      {
        "counter": "check_facetime_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Bluebubbles — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON BLUEBUBBLES →

Instant setup, no code required.

All 49 Bluebubbles tools

READ 27 tools
Read check_facetime Check if a phone number or email is registered for FaceTime. Read check_imessage Check if a phone number or email is registered for iMessage. Read download_attachment Download an attachment and return it as base64-encoded data. Read find_chats find_chats Read find_contact find_contact Read find_my_devices Get Find My locations and battery for the user's own Apple devices. Read find_my_friends Get Find My locations for people sharing their location with the user. Read get_attachment_info Get metadata for an attachment (filename, mime type, size, etc.). Read get_chat Get details for a specific chat, including participants. Read get_chat_messages get_chat_messages Read get_contacts Get all contacts from the server. Read get_focus_status Check a contact's Focus / Do Not Disturb status, if they share it. Read get_group_icon Download a group chat's icon as base64-encoded image data. Read get_handle Get a single handle by its GUID/address. Read get_message Get a single message by its GUID, including chat and attachment info. Read get_my_address get_my_address Read get_recent_messages get_recent_messages Read get_scheduled_message Get a single scheduled message by its ID. Read get_server_info Get BlueBubbles server info and health status. Read get_unread_chats Get all chats with unread messages, including their latest messages. Read leave_chat Leave a group chat. Read list_chats List iMessage conversations, sorted by most recent activity. Read list_scheduled_messages List all scheduled (future) messages. Read lookup_contact Look up contacts by phone numbers or email addresses. Read ping Ping the BlueBubbles server to check connectivity. Read query_handles List or search the iMessage/SMS handles the server knows about. Read search_messages search_messages

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Bluebubbles

Can an AI agent delete data through the Bluebubbles MCP server? +

Yes. The Bluebubbles server exposes 6 destructive tools including delete_chat, delete_message, delete_scheduled_message. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Bluebubbles? +

The Bluebubbles server has 14 write tools including add_participant, create_chat, create_group_chat. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Bluebubbles.

How many tools does the Bluebubbles MCP server expose? +

49 tools across 4 categories: Destructive, Execute, Read, Write. 27 are read-only. 22 can modify, create, or delete data.

How do I enforce a policy on Bluebubbles? +

Register the Bluebubbles MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Bluebubbles tool call.

Deterministic rules across all 49 Bluebubbles tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

49 Bluebubbles tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.