By any chance we can setup mcp tool in postman? is that something possible?
m
Matt Bernstein
08/18/2025, 1:08 AM
I’ve been trying to get oauth to work with the MCP scope but can’t get it to work. Maybe you’ll have better luck but I only ever get scope_mismatch error. If you can get the oauth to work, I would think you could get it to work with postman
https://devszilla.github.io/netsuite-mcp-ai-guide/
l
Lucas
08/18/2025, 4:41 AM
I was able to get Oauth 2.0 works, I am getting the access token in postman with MCP tool persimmon, But When I hit the MCP URL(suitetalk.api.netsuite.com/services/mcp/v1/all) in postman it says invalid login, Note that the same access token works for Normal suitetalk url.
m
michoel
08/18/2025, 4:42 AM
Can you share the config you used in postman?
l
Lucas
08/18/2025, 6:09 AM
it's a normal setup Oauth 2.0, only the difference is When prompt you have to setup MCP role to get the access token and use same to call MCP Urls
@michoel, Great article, I previous thought of something similar but I never tried that, It's Working absolutely fine, What next idea you are working on?