Reference

Troubleshooting

Common errors when connecting to or calling the Linkeddit connector.

Common errors

SymptomCause & fix
401 UnauthorizedNo valid token, or it expired. Re-run the connector authorization in your client.
"Automatic client registration isn't supported"Expected — Linkeddit uses pre-registered clients. Edit the connector and set the OAuth Client ID to linkeddit-mcp-claude, with no client secret.
"Authorization with the MCP server failed" / invalid_targetThe Client ID must be linkeddit-mcp-claude and the connector URL exactly https://mcp.linkeddit.com/mcp. Remove and re-add the connector to restart a clean OAuth flow.
not_entitledYour account isn't on the Compete plan. Upgrade to Compete to use the connector.
missing the required scopeToken lacks the scope a tool needs (e.g. answer:run for audits, or a write scope like leads:write / content:write). Re-authorize to refresh scopes.
Token rejected / audience mismatchThe connector URL must be exactly https://mcp.linkeddit.com/mcp.
Rate limit exceededYou passed 60 requests/minute. Wait for the window to reset.
Connection drops on connectUse the URL with no trailing slash; the service preserves POST bodies without redirecting.