Bellink — AI Gateway to Business Tools
Connect your AI assistant to 30+ business tools through one MCP server.
Setup (30 seconds)
- 1. Sign up at https://app.bellink.io (free Starter plan, no credit card)
- Connect your apps (Gmail, Mindbody, Meta, etc.)
- Copy your Bellink URL from the dashboard
- Tell your bot: "add MCP server bellink: [paste URL]"
That's it. Your AI now has access to all your connected apps.
Environment variable
The only credential needed is BELLINK_URL — the full MCP endpoint URL you copy from your Bellink dashboard. It contains your authentication key as a query parameter. No separate API key or Bearer token needed.
Example: INLINECODE1
What you can do
Once connected, just ask:
- - "What's on my schedule today?" → pulls from Calendar + Mindbody
- "Send a reply to that email from John" → reads and sends via Gmail
- "What's my revenue this month?" → pulls from Mindbody or Stripe
- "Book Sarah for tomorrow's 9am class" → books directly in Mindbody
- "Create a spreadsheet with this month's sales" → writes to Google Sheets
- "Show me my Meta ad performance" → pulls campaign insights
- "Create a Linear issue for this bug" → creates in your project
Supported apps
Gmail, Google Calendar, Google Sheets, Google Docs, Google Drive, Google Analytics, Google Forms, Mindbody, Meta (Facebook + Instagram + Ads), Linear, Airtable, Notion, Stripe, Slack, GitHub, Figma, Allegro, QuickBooks, Twilio, Webflow, WordPress, Typeform, Calendly, Beehiiv, Buttondown, n8n, Zoom, Shopify, WhatsApp, Outlook
MCP config (alternative setup)
If you prefer manual config, add to your mcporter.json:
CODEBLOCK0
Replace BELLINK_URL with the URL from your Bellink dashboard (includes your key).
npm package
Also available as an npm package for Claude Desktop, Cursor, and other stdio MCP clients:
CODEBLOCK1
Security
- - OAuth 2.0 for all app connections — Bellink never sees your passwords
- AES-256 encryption for stored credentials
- Your data stays in your apps — Bellink reads and acts, doesn't store
- Disconnect any app anytime with one click
- INLINECODE3 is the only credential — a scoped key that only accesses your connected apps
Pricing
- - Starter: Free forever — all apps (except Mindbody), 250 requests/month
- Personal: $29/mo — all apps including Mindbody, 1,000 requests/month
- Business: $99/mo — all apps, 10K requests/month, 5 seats
Links
- - Website: https://www.bellink.io
- Dashboard: https://app.bellink.io
- npm: https://www.npmjs.com/package/bellink-mcp
Bellink — 连接业务工具的AI网关
通过一个MCP服务器,将您的AI助手连接到30多个业务工具。
设置(30秒)
- 1. 在 https://app.bellink.io 注册(免费入门版,无需信用卡)
- 连接您的应用(Gmail、Mindbody、Meta等)
- 从控制面板复制您的Bellink URL
- 告诉您的机器人:添加MCP服务器 bellink:[粘贴URL]
就这样。您的AI现在可以访问所有已连接的应用。
环境变量
唯一需要的凭证是 BELLINK_URL — 您从Bellink控制面板复制的完整MCP端点URL。它包含您的身份验证密钥作为查询参数。无需单独的API密钥或Bearer令牌。
示例:BELLINKURL=https://app.bellink.io/api/mcp/server?key=yourkey_here
您可以做什么
连接后,只需询问:
- - 我今天有什么日程安排? → 从日历 + Mindbody获取
- 回复John发来的那封邮件 → 通过Gmail读取并发送
- 我这个月的收入是多少? → 从Mindbody或Stripe获取
- 为Sarah预订明天上午9点的课程 → 直接在Mindbody中预订
- 创建一个包含本月销售数据的电子表格 → 写入Google Sheets
- 显示我的Meta广告表现 → 获取广告活动洞察
- 为这个Bug创建一个Linear问题 → 在您的项目中创建
支持的应用
Gmail、Google日历、Google表格、Google文档、Google云端硬盘、Google Analytics、Google表单、Mindbody、Meta(Facebook + Instagram + 广告)、Linear、Airtable、Notion、Stripe、Slack、GitHub、Figma、Allegro、QuickBooks、Twilio、Webflow、WordPress、Typeform、Calendly、Beehiiv、Buttondown、n8n、Zoom、Shopify、WhatsApp、Outlook
MCP配置(替代设置)
如果您更喜欢手动配置,请添加到您的mcporter.json:
json
{
mcpServers: {
bellink: {
baseUrl: BELLINK_URL,
transport: sse
}
}
}
将 BELLINK_URL 替换为来自Bellink控制面板的URL(包含您的密钥)。
npm包
也可作为npm包用于Claude Desktop、Cursor和其他stdio MCP客户端:
bash
BELLINKURL=https://app.bellink.io/api/mcp/server?key=yourkey npx bellink-mcp
安全性
- - 所有应用连接均使用OAuth 2.0 — Bellink永远不会看到您的密码
- 存储的凭证采用AES-256加密
- 您的数据保留在您的应用中 — Bellink读取和操作,但不存储
- 可随时一键断开任何应用的连接
- BELLINK_URL 是唯一的凭证 — 一个仅能访问您已连接应用的限定密钥
定价
- - 入门版:永久免费 — 所有应用(Mindbody除外),每月250次请求
- 个人版:$29/月 — 包括Mindbody在内的所有应用,每月1,000次请求
- 企业版:$99/月 — 所有应用,每月10,000次请求,5个席位
链接
- - 网站:https://www.bellink.io
- 控制面板:https://app.bellink.io
- npm:https://www.npmjs.com/package/bellink-mcp