NetSuite MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NETSUITE_CLIENT_ID | Yes | Your OAuth client ID | |
| NETSUITE_ACCOUNT_ID | Yes | Your NetSuite account ID | |
| OAUTH_CALLBACK_PORT | No | OAuth callback port (optional, default: 55182) | 55182 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| netsuite_authenticateA | Authenticate with NetSuite to access MCP tools. Required before using any NetSuite tools. If NETSUITE_ACCOUNT_ID and NETSUITE_CLIENT_ID environment variables are set, they will be used automatically. |
| netsuite_logoutA | Clear NetSuite authentication session |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one establishes an authenticated session, the other clears it. There is no overlap or ambiguity between them.
Both tools follow the same `netsuite_` prefix with a single clear verb (`authenticate`, `logout`). The pattern is consistent and predictable.
With only authentication and logout, the server is extremely thin for a system named NetSuite MCP Server, which implies broad ERP functionality. Two tools feel insufficient for the apparent scope.
The tool surface covers only authentication lifecycle and exposes no NetSuite data or business operations. Even for auth, there is no session status or refresh capability, leaving the domain severely incomplete.