NetSuite MCP Server (Standard Tools SuiteApp)
Oracle / NetSuite · Accounting & Tax
Official NetSuite AI Connector SuiteApp exposing records, reports, saved searches and SuiteQL via MCP; governed by NetSuite role permissions.
How to connect NetSuite MCP Server (Standard Tools SuiteApp)
Step 1
Remote server — paste a URL
NetSuite MCP Server (Standard Tools SuiteApp) publishes a remote (Streamable HTTP) endpoint, so nothing is installed locally. Add it as a custom connector in Claude, ChatGPT or your IDE and paste the endpoint below.
Endpoint
https://<ACCOUNT_ID>.suitetalk.api.netsuite.com/services/mcp/v1/suiteapp/com.netsuite.mcpstandardtools
Client config snippet
{
"mcpServers": {
"netsuite": {
"url": "https://<ACCOUNT_ID>.suitetalk.api.netsuite.com/services/mcp/v1/suiteapp/com.netsuite.mcpstandardtools"
}
}
}Step 2
Authenticate with Enterprise
Access is provisioned by the vendor or your firm's administrator. Ask your account team for MCP access, sandbox credentials and the allowed data scopes.
Step 3
Verify, then widen access
Restart your client, confirm the server's tools appear, and run one read-only question first. Keep client-side approval prompts on for any tool that can write, trade or send. Confirm with your firm's compliance policy before connecting systems holding client data.
