MCP Data Connector Authentication | Community
Skip to main content
Answered

MCP Data Connector Authentication

  • August 4, 2025
  • 2 replies
  • 177 views

Forum|alt.badge.img

Have been following the recommended approaches for authentication in the data conenction - once running via the messenger I can never get a real user auth passed through - it always sends my test token? Has anyone setup intercom message with a custom jwt to a custom MCP server?

Best answer by Joseph S.

Hi, 

I believe that in order for you to get a real user JWT through to your custom MCP server, you have to generate the JWT per logged-in user on your server and then provide it to the Messenger at the runtime.

Afaik, there is no built-in Intercom setting that can convert the test token to a real one in the server.

2 replies

Joseph S.
Expert User ✨
Forum|alt.badge.img+6
  • Expert User ✨
  • 110 replies
  • Answer
  • August 19, 2025

Hi, 

I believe that in order for you to get a real user JWT through to your custom MCP server, you have to generate the JWT per logged-in user on your server and then provide it to the Messenger at the runtime.

Afaik, there is no built-in Intercom setting that can convert the test token to a real one in the server.


Forum|alt.badge.img
  • Author
  • New Participant
  • 1 reply
  • August 19, 2025

Have received a reply from intercom support on this. The User JWT is not supported with MCP at this time; the only options are

  • Single static credential
  • OAuth