Features
MCP Server
Connect AI assistants to your NetSuite data via MCP.
SuitePortal exposes an MCP server that lets AI assistants query your synced NetSuite data.
Server URL
https://suiteportal.io/api/mcpConnecting
Add the server URL in your AI client's MCP settings. You'll be prompted to sign in with your SuitePortal account.
- Claude — Settings > Integrations > Add MCP Server
- ChatGPT — Settings > Connected Apps > Add MCP Server
- Cursor / Windsurf — Add to your MCP config:
{
"mcpServers": {
"suiteportal": {
"url": "https://suiteportal.io/api/mcp"
}
}
}Access
Data is scoped to your portal type and permissions — the same rules as the SuitePortal UI. Tenant admins also get sync flow management tools. Customers and vendors see only their own records.
Configuration
Manage your MCP connection from Configuration > MCP in the tenant dashboard.