Retiring This version of the WYRE MCP Gateway is being retired on 30 September 2026 โ€” mcp.wyre.ai redirects to Conduit from that date. What to expect →
Accounting & Finance ๐Ÿงช Community โœ“ Claude Code โœ“ Claude Desktop Standalone โ€ข Netsuite

Netsuite

Oracle NetSuite ERP - records, reports, saved searches, and SuiteQL queries (read-only)

Installation

Install this plugin individually:

/plugin marketplace add wyre-technology/msp-claude-plugins --plugin netsuite

Or install all MSP plugins at once:

/plugin marketplace add wyre-technology/msp-claude-plugins

Features

  • Records And Metadata
  • Reports And Saved Searches
  • Suiteql Queries

Skills

This plugin provides 4 skills that teach Claude about Netsuite:

Skill Description
records-and-metadata Retrieving individual NetSuite records by type and internal ID, and discovering a record type's available fields via record-type metadata.
reports-and-saved-searches Running NetSuite's standard and custom reports and saved searches, plus the filter-lookup helpers (accounting books, accounting contexts, nexuses, subsidiaries) many of them need.
suiteql-queries Running read-only SuiteQL queries against NetSuite data and discovering queryable fields and joins via SuiteQL metadata.
api-patterns NetSuite MCP fundamentals for this plugin: OAuth 2.0 Client Credentials (JWT-bearer) machine-to-machine auth brokered through Conduit, the per-tenant vendor-hosted MCP endpoint model, generic error handling, and how NetSuite's own role-based permissions โ€” not this plugin โ€” enforce the read-only posture.

Commands

Available slash commands:

Command Description
/get-record Retrieve a NetSuite record by type and internal ID
/query-records Run a read-only SuiteQL query against NetSuite
/run-report List available NetSuite reports, or run one by name or ID
/run-saved-search Run a NetSuite saved search by name or ID

API Reference

Base URL
Authentication
Rate Limit
Documentation

Example Usage

Retrieve a NetSuite record by type and internal ID

/get-record

Run a read-only SuiteQL query against NetSuite

/query-records

List available NetSuite reports, or run one by name or ID

/run-report

Run a NetSuite saved search by name or ID

/run-saved-search

Using Skills

/skill netsuite:records-and-metadata

Retrieving individual NetSuite records by type and internal ID, and discovering a record type's available fields via record-type metadata.