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.
| Element | Value |
|---|---|
| Authorization server metadata | https://app.yadulink.com/.well-known/oauth-authorization-server |
| Dynamic client registration (RFC 7591) | https://app.yadulink.com/oauth/register |
| Authorization | https://app.yadulink.com/oauth/authorize |
| Token | https://app.yadulink.com/oauth/token |
Authorized applications are visible and revocable at any time from Integrations > MCP configuration.