ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Oracle NetSuite with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage financials, sales orders, inventory, and customer records on Oracle NetSuite. the leading cloud ERP.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 9 capabilities

The complete Oracle NetSuite capability set.

These are the exact actions your AI can choose when you ask it to work with Oracle NetSuite.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through Oracle NetSuite.

  1. 01

    Delete record

    This action is irreversible. Delete a NetSuite record

  2. 02

    List customers

    List NetSuite customers

  3. 03

    Update record

    Only specify the fields you want to change. Update an existing NetSuite record

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through Oracle NetSuite.

  1. 04

    Get record

    Common types: customer, vendor, salesOrder, purchaseOrder, invoice, employee, item, inventoryItem. Get a specific NetSuite record

  2. 05

    Execute suiteql

    SuiteQL supports SELECT, JOIN, WHERE, GROUP BY, ORDER BY, and aggregate functions. Example: SELECT id, companyname FROM customer WHERE isinactive = 'F' ORDER BY companyname Execute a SuiteQL query

  3. 06

    Create record

    Provide the record type and a JSON body with field values. Example record types: customer, salesOrder, purchaseOrder, journalEntry. Create a new NetSuite record

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through Oracle NetSuite.

  1. 07

    List records

    Common types: customer, vendor, employee, salesOrder, purchaseOrder, invoice, inventoryItem. List NetSuite records by type

  2. 08

    List sales orders

    List recent sales orders

  3. 09

    Get record metadata

    Useful for understanding what fields are available before creating or updating records. Get metadata for a NetSuite record type

Observed, not estimated

905ms average. Fast in production.

Oracle NetSuite is checked daily against the live service.

Daily averagePeak 1203ms
Aug 20Today
Fastest day
723ms
Slowest day
1203ms
14-day trend
Slowing+35%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Oracle NetSuite, so you can see the experience inside your AI.

It does not authenticate your account with Oracle NetSuite. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Oracle NetSuite Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Oracle NetSuite capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "oracle-netsuite-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Oracle NetSuite owners ask.

  • 01

    What credentials do I need for NetSuite authentication?

    You need 5 values for Token-Based Authentication (TBA): Account ID, Consumer Key, Consumer Secret, Token ID, and Token Secret. All are generated within your NetSuite account under Setup > Integration.

  • 02

    Can I run custom SuiteQL queries?

    Yes. The execute_suiteql capability executes SQL-like queries against the SuiteQL endpoint. You can query any record type, join tables, and use aggregation functions. all through natural language that the agent translates to SuiteQL.

  • 03

    Does it support NetSuite saved searches?

    Absolutely. Use the run_saved_search capability with the saved search ID to retrieve its results. This works with any existing saved search in your account. transactions, customers, items, or custom records.

  • 04

    Can I create sales orders through the agent?

    Yes. The create_record capability with the salesOrder record type lets you create full sales orders with line items, pricing, shipping addresses, and payment terms. all through conversation.