ALYNC Logo

MCP: drive Alync from Claude or ChatGPT

Alync ships a remote MCP (Model Context Protocol) server. Connect it once and you can say "find me 20 dental-clinic leads and enrich their emails" in chat — the assistant does the API calls.

Endpoint

URL:   https://api.alync.co/mcp
Auth:  OAuth 2.1 (sign in via the dashboard — what Claude uses)
       or X-API-Key: alync_live_...  (or Authorization: Bearer alync_live_...)
Type:  Streamable HTTP (stateless)

OAuth needs no setup — the connector registers itself and you approve it once in the Alync dashboard. Static API keys are created in Settings → API Keys. Both are Scale plan and above.

Available tools

ToolWhat it does
list_campaignsList campaigns and their status
get_campaignOne campaign incl. its AI-generated strategy
create_campaignNew campaign from a plain-language offering
generate_strategyDerive ICP + per-platform searches, seed the query pool
run_campaign_batchRun the next sourcing batch (async)
list_leadsPromoted leads with enriched contacts
list_signalsRaw scored signals incl. rejection reasons
enrich_campaignDiscover emails/socials/websites for leads (Growth+)

Claude

Claude.ai (web/desktop)

  1. Go to Settings → Connectors → Add custom connector.
  2. Name: Alync · URL: https://api.alync.co/mcp. Leave the OAuth Client ID/Secret fields empty — Claude registers itself automatically.
  3. Click Connect: you’ll land in the Alync dashboard, sign in, and approve the connection (owner or admin, Scale plan and above).
  4. Back in Claude, enable the Alync connector in a chat and ask it to list your campaigns.

Revoke access any time — the connection appears in Settings → Audit log, and removing the connector in Claude ends it on Claude’s side too.

Claude Code

claude mcp add --transport http alync https://api.alync.co/mcp \
  --header "X-API-Key: alync_live_..."

Any MCP client (mcp.json style)

{
  "mcpServers": {
    "alync": {
      "type": "http",
      "url": "https://api.alync.co/mcp",
      "headers": { "X-API-Key": "alync_live_..." }
    }
  }
}

ChatGPT

  1. Enable Settings → Connectors → Advanced → Developer mode (requires a plan with connector support).
  2. Add a connector with URL https://api.alync.co/mcp and your API key as the auth header.
  3. In a chat, enable the Alync connector and ask it to list your campaigns.

Example prompts

  • “Create an Alync campaign for my web-design agency targeting restaurants in London, generate the strategy, and run the first batch.”
  • “List my promoted leads from the clinics campaign and summarize which ones have verified emails.”
  • “Why were signals rejected in campaign X? Group the rejection reasons.”

Notes

  • Sourcing and enrichment tools are asynchronous — the assistant should poll get_campaign / list_leads after starting them.
  • The key’s role applies: a member key can run campaigns but not manage the organization.
  • Rate limits are shared with the REST API.

Last updated July 20, 2026 · Alync (alync.co)

Ready to find your first buying signals?

Describe your market and Alync starts sourcing high-intent leads on autopilot. Free plan, $0/month, 2-minute setup.

Start free

Free plan · $0/month · 2-minute setup