Oracle NetSuite Connector for AI agents.
9 live capabilities
Manage your ERP financials and sales orders through a conversational interface.
Waiting for input…
Why people use Oracle NetSuite
Oracle NetSuite ERP Management and Financial Reporting
This Connector changes the experience by putting the ERP inside your chat. You can tell your agent to create a purchase order or pull a trial balance, and it happens in the background. You get your work done in a few seconds instead of several minutes of clicking.
What Vinkius changes
You get a conversational interface for your entire ERP without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Overdue Invoice Audit
A controller asks for all customers with overdue invoices over $10k.
- Real-world use case 02
Rapid Order Entry
A sales rep asks the agent to create a sales order for 100 units of a specific SKU.
- Real-world use case 03
Inventory Check
A warehouse manager asks for stock levels of a top-selling item.
Complete set · 9capabilities
The complete Oracle NetSuite capability set.
These are the exact actions your AI can choose when you ask it to work with Oracle NetSuite.
01—03
3 capabilities in this set.
Part of 9 available through Oracle NetSuite.
- 01 Capability
Delete record
Remove a record from your NetSuite account when it's no longer needed. Use this action only when you are sure the data is no longer required.
- 02 Capability
List customers
Quickly see a list of all customers stored in your NetSuite account. This helps you browse your customer base without navigating deep menus.
- 03 Capability
Get record
Fetch a specific record like a customer, vendor, or invoice to see its current details. This is useful for quickly viewing a single record without searching.
04—06
3 capabilities in this set.
Part of 9 available through Oracle NetSuite.
- 04 Capability
Update record
Change specific fields on existing records without having to edit the whole thing. This makes it easy to update contact info or credit limits on the fly.
- 05 Capability
Execute suiteql
Run advanced SQL-like queries against any NetSuite record type to get specific data. It allows you to pull complex datasets using SELECT and JOIN functions.
- 06 Capability
Create record
Generate new entries like sales orders or journal entries using a JSON body. You can use this to automate the creation of new records in your ERP.
07—09
3 capabilities in this set.
Part of 9 available through Oracle NetSuite.
- 07 Capability
List records
Pull a list of records by type, such as listing all current customers or employees. It provides a high level view of your data by category.
- 08 Capability
List sales orders
Get a list of recent sales orders to check on fulfillment status. It is a fast way to see what is pending in your sales pipeline.
- 09 Capability
Get record metadata
See what fields are available for a record type before you try to create or update it. This helps you understand the data structure of your specific account.
Set up in minutes
One URL. Then ask Oracle NetSuite to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Oracle NetSuite from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Oracle NetSuite, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Oracle NetSuite for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Oracle NetSuite URL.
- Step 03
Save and start
Save the connection and enable Oracle NetSuite in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"oracle-netsuite": {
"url": "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Oracle NetSuite
Open Agent mode in chat and ask: "Using Oracle NetSuite, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"oracle-netsuite": {
"url": "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Oracle NetSuite
Ask Copilot: "Using Oracle NetSuite, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"oracle-netsuite": {
"url": "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Oracle NetSuite
Open Cascade and ask: "Using Oracle NetSuite, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"oracle-netsuite": {
"url": "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Oracle NetSuite
Ask Cline: "Using Oracle NetSuite, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add oracle-netsuite --transport http "https://edge.vinkius.com/vk_preview_rsObfCyEQmTdqnE2TGr81cx6rumQdWKS51SFjrVv/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Oracle NetSuite
Ask Claude: "Using Oracle NetSuite, show me...". 9 tools are ready
Where the request belongs
Work Oracle NetSuite can move forward.
This is for the finance and ops people who live in NetSuite but hate the clicks. It is for the person who needs to pull data for a meeting in five minutes or the admin who wants to automate repetitive record updates.
Controller
Pulling real-time financial reports and running saved searches during month-end close.
Procurement Specialist
Creating purchase orders and tracking vendor receipts via chat.
Sales Ops Manager
Creating sales orders and checking fulfillment status on the fly.
NetSuite Admin
Running SuiteQL queries to audit configurations and pull custom data.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKingdee / 金蝶
Comprehensive enterprise ERP platform. manage materials, customers, and business flows via AI.
Axonaut
All-in-one ERP and CRM automation. manage invoices, quotes, tasks, and company relationships via AI.
Pennylane
Manage French accounting workflows via Pennylane. track invoices, customers, suppliers, and synchronize estimates dynamically using AI.
Odoo ERP (Full)
Manage CRM leads, contacts, companies, sales orders, and notes. complete Odoo ERP access through natural conversation.
Diese
Equip your AI agent to manage ERP projects, track invoices, and monitor resource planning via the Diese API.
SuiteDash
Manage CRM, projects, tasks, and invoices on SuiteDash with AI agents.
Bring your own AI
Change the model, client or framework. Keep Oracle NetSuite connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Oracle NetSuite.
The practical details behind the request, access and result.
Can the Oracle NetSuite MCP create new sales orders?
Yes, it can create sales orders, purchase orders, and journal entries directly. You just tell your agent what to create and it handles the record generation.
How do I use Oracle NetSuite MCP for financial reports?
You can ask your agent to pull trial balances or run specific SuiteQL queries. It will fetch the data and summarize the key figures for you.
Can I update customer information with this Connector?
Yes, you can use it to update customer master data, including contact details and credit limits. It only changes the specific fields you tell it to.
Does the Oracle NetSuite MCP work with my existing saved searches?
Yes, your agent can execute your saved searches to pull pre-filtered datasets. This is great for getting complex data quickly.
Can I check my inventory levels using the Oracle NetSuite MCP?
You can ask the agent to check stock levels by location. It will pull the current inventory records and give you a clear count.
Is the Oracle NetSuite MCP safe for my financial data?
The Connector uses your existing NetSuite TBA credentials. It only performs the actions you specifically ask it to do through your AI client.
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.
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.
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.
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.
One connection away
Give your agent a direct line to Oracle NetSuite.
Connect Oracle NetSuite once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available