Loading MCP server directory, please wait...
BETA — Run SuiteQL, read/write NetSuite records, query SuiteAnalytics, and run saved bookmarks.
npx @getmcp/cli add ai.solenium/netsuite-linkRequires Node.js 18+. Community-contributed server. Review source before installing.
X-Api-KeyNetSuite Link API key. Pins the request to one NetSuite account and connection, and gates which tools are exposed and callable (rest, jdbc, metadata, bookmarks, and the MCP channel).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.solenium/netsuite-link": {
"url": "https://netsuite.solenium.ai/api/v1/mcp",
"transport": "streamable-http",
"headers": {
"X-Api-Key": ""
}
}
}
}