Reference
Troubleshooting
Common errors when connecting to or calling the Linkeddit connector.
Common errors
| Symptom | Cause & fix |
|---|---|
| 401 Unauthorized | No 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_target | The 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_entitled | Your account isn't on the Compete plan. Upgrade to Compete to use the connector. |
| missing the required scope | Token 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 mismatch | The connector URL must be exactly https://mcp.linkeddit.com/mcp. |
| Rate limit exceeded | You passed 60 requests/minute. Wait for the window to reset. |
| Connection drops on connect | Use the URL with no trailing slash; the service preserves POST bodies without redirecting. |