NetSuite MCP Server
MCP Server giving AI agents full access to NetSuite via SuiteScript 2.1 RESTlet.
Designed and built an MCP server that exposes 72 tools across 14 toolsets covering 21 NetSuite N/ modules. Instead of writing individual scripts per operation, a single generic RESTlet handles all interactions — reducing deployment complexity from dozens of scripts to one.
Why OAuth 2.0 M2M with JWT + ES256?
API keys are simpler but create security risks in enterprise environments — they can't be rotated automatically, lack expiration, and provide no audit trail. M2M with JWT + ES256 gives automatic token rotation, short-lived access, and cryptographic proof of identity without shared secrets.