Skip to main content

Yadulink MCP connector

The MCP (Model Context Protocol) connector gives an AI assistant bounded access to your Yadulink workspace: reading your LinkedIn signals, your lists, your sequences and your inbox, then preparing or running actions within the limits you allow.

It is the recommended path for an assistant. A REST API key remains the right choice for a script, a CRM or an n8n workflow.

Server URL

https://mcp.yadulink.com/mcp/

The transport is Streamable HTTP. Paste this URL into the compatible client of your choice: it is the only value to configure.

Authentication

The server accepts OAuth 2.1 with PKCE. You authorize access from your Yadulink account, and the assistant receives a token limited to the permissions granted — there is no key to paste into the conversation.

ElementValue
Authorization server metadatahttps://app.yadulink.com/.well-known/oauth-authorization-server
Dynamic client registration (RFC 7591)https://app.yadulink.com/oauth/register
Authorizationhttps://app.yadulink.com/oauth/authorize
Tokenhttps://app.yadulink.com/oauth/token

Authorized applications are visible and revocable at any time from Integrations > MCP configuration.

Permissions

MCP scopes are distinct from REST scopes: they describe what an assistant may do on your own account.

ScopeAllows
mcp:self:profile:readRead the connected profile and its progress
mcp:self:messages:readRead and summarize the LinkedIn inbox
mcp:self:messages:writeSend an explicitly confirmed message in an existing conversation
mcp:self:outreach:readAudit lists, sequences and contact priorities
mcp:self:outreach:writeRun controlled outreach actions
mcp:self:content:readRead feeds, signals, publications and statistics
mcp:self:content:writeManage publications and run confirmed content actions
mcp:self:credits:readRead the API credit balance and the price table

Any action that touches LinkedIn always asks for an explicit confirmation before running, and stays subject to the same activity limits as the interface.

Compatible clients

  • Claude
  • ChatGPT
  • Manus, Codex and any OAuth-compatible MCP client: just add the server URL.

Step-by-step guides per client are available in Yadulink > Integrations, with the exact configuration to copy.

What about the REST API?

MCP and the REST API share the same account, the same activity limits and the same credits, but they answer two different needs.

MCPREST API
ForA conversational assistantA script, a CRM, a workflow
AuthenticationOAuth, no key to pasteyd_… API key
InterfaceTools described to the assistantVersioned HTTP endpoints

For the REST API, start with the API introduction.