Skip to main content
Glama
Qualifyze

NetSuite MCP Server

by Qualifyze

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NETSUITE_CLIENT_IDYesYour OAuth client ID
NETSUITE_ACCOUNT_IDYesYour NetSuite account ID
OAUTH_CALLBACK_PORTNoOAuth 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one establishes an authenticated session, the other clears it. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow the same `netsuite_` prefix with a single clear verb (`authenticate`, `logout`). The pattern is consistent and predictable.

Tool Count2/5

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.

Completeness1/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues