Claude AI Integration

Use Bink with Claude AI

Connect your Bink page to Claude and manage everything using natural language — links, forms, analytics, bookings, messages.

What you can do

Claude can use 23 tools to manage every aspect of your Bink page.

Links & Blocks

Add, edit, reorder, delete blocks on your page

Theme & Design

Change colors, fonts, spacing, background

Analytics

View page views, clicks, top blocks, trends

Forms

Create forms, view responses, manage fields

Messages

Read, manage, delete inbox messages

Bookings

View bookings, confirm or cancel appointments

Custom connector

Connect on claude.ai

Use the Bink connector directly in Claude conversations on the web.

  1. 1

    Open Claude settings

    Go to claude.ai → Settings → Connectors → "Add custom connector".
  2. 2

    Enter connection details

    Name

    Bink

    Remote MCP Server URL

    https://binatomy.link/api/mcp

    No OAuth Client ID or Secret needed — authentication is automatic.

  3. 3

    Authorize with your Bink account

    When you first use the connector, Claude redirects you to Bink to log in and approve the connection. Once approved, Claude can manage your page.
  4. 4

    Start managing your Bink

    Ask Claude anything — "Add a link to my portfolio", "Show my analytics", "Change my theme to dark", "List my unread messages".
For developers

Use with Claude Code or Desktop

For developers who prefer the CLI or desktop app.

  1. 1

    Get a Personal Access Token

    Go to Settings → Developer → Create new token.
  2. 2

    Add to your config

    claude_desktop_config.json
    {
      "mcpServers": {
        "bink": {
          "command": "npx",
          "args": ["-y", "bink-mcp"],
          "env": {
            "BINK_API_TOKEN": "bink_your_token_here"
          }
        }
      }
    }
أمثلة على الأوامر

ماذا تسأل Claude

إليك بعض أمثلة الأوامر التي يمكنك استخدامها بمجرد تفعيل موصل Bink.

إدارة الصفحة

"أضف رابطًا لمعرض أعمالي: https://mysite.com"

"غيّر سمة صفحتي إلى الوضع الداكن مع لمسات زرقاء"

"أعد ترتيب كتلي: ضع روابط التواصل الاجتماعي أولاً"

"أخفِ كتلة نموذج الاتصال مؤقتًا"

التحليلات والرؤى

"أرني تحليلات صفحتي خلال آخر 30 يومًا"

"ما هي الكتل الأكثر نقرًا لديّ؟"

"كم عدد مشاهدات الصفحة التي حصلت عليها هذا الأسبوع؟"

النماذج والرسائل

"أنشئ نموذج ملاحظات يحتوي على حقول الاسم والبريد الإلكتروني والرسالة"

"أرني أحدث ردود النموذج"

"اعرض رسائلي غير المقروءة"

"احذف جميع الرسائل المقروءة"

الحجوزات

"اعرض جميع الحجوزات المعلّقة"

"أكّد حجز ماركو ليوم غد"

"ألغِ جميع حجوزات يوم الاثنين القادم"

سير عمل متعدد الموصلات

ادمج Bink مع موصلات أخرى

يمكن لـ Claude استخدام عدة موصلات في آنٍ واحد. ادمج Bink مع Google Calendar و Notion و Slack والمزيد لبناء سير عمل آلي قوي.

Bink + Google Calendar

زامن الحجوزات من صفحة Bink مباشرة مع تقويمك.

  1. 1أنت: "اقرأ جميع الحجوزات المؤكدة من Bink وأضف كل واحدة إلى Google Calendar"
  2. 2يقرأ Claude الحجوزات عبر موصل Bink (list_bookings)
  3. 3ينشئ Claude أحداثًا في التقويم عبر موصل Google Calendar
  4. 4تظهر جميع حجوزات Bink تلقائيًا في تقويمك

Bink + Notion

صدّر ردود النماذج إلى قاعدة بيانات Notion للمتابعة.

  1. 1أنت: "احصل على جميع ردود نموذج الاتصال وأضفها إلى قاعدة بيانات CRM في Notion"
  2. 2يقرأ Claude ردود النماذج عبر موصل Bink (get_form_responses)
  3. 3ينشئ Claude صفحات في Notion لكل رد
  4. 4يبقى نظام CRM متزامنًا مع نماذج Bink

Bink + Slack

احصل على إشعارات في Slack عند استلام رسائل جديدة.

  1. 1أنت: "تحقق من صندوق بريد Bink وانشر الرسائل غير المقروءة في #إشعارات على Slack"
  2. 2يقرأ Claude الرسائل غير المقروءة عبر موصل Bink (list_messages)
  3. 3ينشر Claude ملخصًا في قناة Slack
  4. 4تبقى على اطلاع دون التحقق من Bink يدويًا
كيف يعمل: ما عليك سوى توصيل عدة موصلات في إعدادات Claude. ثم اطلب من Claude دمجها في محادثة واحدة — بدون كتابة أي كود.
Automation platforms

Use with Zapier, Make, or n8n

Connect Bink to thousands of apps using automation platforms. Use your Personal Access Token to call Bink API endpoints via HTTP.

  1. 1

    Get a Personal Access Token from

    Settings → Developer → Create token.
  2. 2

    Add an HTTP / Webhook module in your automation

    API URL

    https://binatomy.link/api/blocks

    Header

    Authorization: Bearer bink_your_token

Zapier

Use the "Webhooks by Zapier" action to call Bink API endpoints.

  1. 1Create a new Zap
  2. 2Add "Webhooks by Zapier" as the action
  3. 3Choose "Custom Request"
  4. 4Set method, URL, and add Authorization header with your token

Make (Integromat)

Use the "HTTP — Make a request" module to interact with Bink.

  1. 1Create a new scenario
  2. 2Add the "HTTP — Make a request" module
  3. 3Configure URL, method, headers (Authorization: Bearer your_token)
  4. 4Map the response data to other modules

n8n

Use the "HTTP Request" node to call Bink API.

  1. 1Add an "HTTP Request" node
  2. 2Set Authentication to "Generic Credential Type" → "Header Auth"
  3. 3Name: Authorization, Value: Bearer bink_your_token
  4. 4Set the URL and method for the endpoint you want to call
Example: auto-confirm bookings: Trigger: schedule every hour → GET /api/bookings → filter pending → PUT /api/bookings/{id} with status "confirmed" → send Slack notification.

23 tools available

Claude can call any of these tools to manage your Bink page.

ToolDescription
get_profileGet your profile info
update_profileUpdate name, email, inbox settings
list_blocksList all blocks on your page
create_blockAdd a new block (link, header, social, etc.)
update_blockEdit block content or visibility
delete_blockRemove a block
reorder_blocksChange block positions
update_page_settingsChange page title, description, SEO
update_page_themeChange colors, fonts, spacing
toggle_page_publishPublish or unpublish your page
list_formsList all your forms
get_formGet form details with fields
create_formCreate a new form
update_formUpdate form name, description, status
get_form_responsesView form submissions
list_messagesList inbox messages
get_messageRead a message
toggle_message_readMark read / unread
delete_messageDelete a message
get_analyticsPage views, clicks, top blocks (30 days)
list_bookingsList your bookings
update_booking_statusConfirm or cancel a booking

Ready to connect?

Add the Bink connector to Claude and manage your page with AI.