By any chance we can setup mcp tool in postman? is...
# ai-netsuite
l
By any chance we can setup mcp tool in postman? is that something possible?
m
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
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
Can you share the config you used in postman?
l
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
a
this guy was able to do that with custom interface, it may help: https://devszilla.github.io/netsuite-mcp-ai-guide/
l
@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?