clawlink

ClawLink is a single MCP server that connects your AI agent to 100+ apps — including Gmail, Slack, Notion, GitHub, Linear, HubSpot, Stripe, Figma, and more —…

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

  • Clawlink.Whoami: Identify the current ClawLink user and workspace context before acting on third-party apps.
  • Clawlink.Search: Search integrations and actions by intent or keyword. Use this early for vague requests involving third-party apps like LinkedIn, Instagram, Gmail, Google Drive, or Google Calendar in
  • Clawlink.List Integrations: List available integrations with optional filters. At the start of a new session, use this to check whether the user already has a relevant app connected before saying you

What data it sees

Do you need an account

An API key from the service settings is required

ClawLink is a single MCP server that connects your AI agent to 100+ apps — including Gmail, Slack, Notion, GitHub, Linear, HubSpot, Stripe, Figma, and more — through one connection.

Instead of installing a separate MCP server for every app and manually managing API tokens, you create one ClawLink API key and connect providers through a hosted OAuth flow at claw-link.dev. No OAuth app setup, no client IDs or secrets, no scope configuration, and no per-provider MCP setup.

How it works:

  1. Install ClawLink through Smithery and add your API key.
  2. Open claw-link.dev/dashboard and connect any app with one click.
  3. Your agent instantly gains access to that app’s tools through the same MCP endpoint — no client restart or config changes required.

What you get:

  • 100+ apps behind a single MCP connection
  • Hosted OAuth flows
  • Multiple accounts per provider supported
  • Tools, flows, and triggers — not just one-shot actions
  • First integration free, lightweight paid plan after that

ClawLink is built for agent developers who are tired of juggling separate Gmail MCPs, Slack MCPs, Notion MCPs, and custom OAuth setups for every integration.

Get started at claw-link.dev — your first integration is free.

Server tool list (11)

Raw names from tools/list. Only developers need these.

clawlink.whoamiIdentify the current ClawLink user and workspace context before acting on third-party apps.
clawlink.searchSearch integrations and actions by intent or keyword. Use this early for vague requests involving third-party apps like LinkedIn, Instagram, Gmail, Google Drive, or Google Calendar instead of defaulting to browser limitations.
clawlink.list_integrationsList available integrations with optional filters. At the start of a new session, use this to check whether the user already has a relevant app connected before saying you cannot access it.
clawlink.get_integrationFetch metadata for one integration, including what the app is for and whether ClawLink supports it.
clawlink.list_actionsList normalized actions for one integration after you know the user has it connected or available. Use this after checking connection state for apps like LinkedIn, Gmail, Drive, or Calendar.
clawlink.get_actionFetch full schema and guidance for one action before execution, especially for writes or unfamiliar tools.
clawlink.get_connectionInspect connection health and readiness for an integration. If the user says 'connect my LinkedIn' or asks about Gmail, Drive, Calendar, or Instagram, use this to check whether the app is already connected before claiming it is unavailable.
clawlink.connect_appStart a user-mediated connection flow for an integration. Prefer this when the user says things like 'connect my LinkedIn', 'connect my Gmail', 'connect my Google Drive', 'connect my Google Calendar', or 'connect my Instagram'. This is the ClawLink-first way to connect third-party apps from chat.
clawlink.begin_connectionAlias of clawlink.connect_app. Start a user-mediated connection flow for an integration. Prefer clawlink.connect_app for fresh sessions and vague 'connect my X' requests because the name is more explicit.
clawlink.executeExecute a normalized integration action after you have confirmed the right integration, action, and connection state through ClawLink.
clawlink.get_executionFetch a previous or async execution result.