NetSuite MCP Connector — Authorization fails after successful OAuth (Claude claude.ai) #752
Unanswered
itengineer01-wyman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
OAuth consent completes successfully on the NetSuite side but Claude fails during the token exchange step with
oauth_error=invalid_grantanderror_code=mcp_token_exchange_failed. Confirmed via browser DevTools network inspection.Environment:
Reference IDs (ofid codes):
Exact error from Network tab (auth_callback 307 response Location header):
Full OAuth flow observed in DevTools:
authorize.nl?redirect_uri=...auth_callback?state=...connectors?installed_from...authoauth_tokens?application_...Everything returns success codes but the token exchange itself fails with
invalid_grant.NetSuite side confirmed correct:
MCP Inspector findings (v0.21.2):
Hypothesis:
The
invalid_granterror suggests one of the following:Ask:
Can someone help investigate using the ofid codes and the exact error above? The
mcp_token_exchange_failederror code suggests this may be a known failure mode. Happy to provide additional screenshots or run further diagnostics.Beta Was this translation helpful? Give feedback.
All reactions