Provides an API for secure read-only interaction with Oracle NetSuite sandbox environments, executing SuiteQL queries and retrieving customer records.
This tool acts as a Model Context Protocol (MCP) server, offering a streamlined way to access data from Oracle NetSuite's sandbox environment. Leveraging FastAPI, it provides a robust API to execute read-only SuiteQL queries and fetch specific customer records using their internal IDs. Security is paramount, with authentication handled via OAuth 1.0a (Token-Based Authentication), making it ideal for developers and systems needing to extract NetSuite data programmatically.
주요 기능
01Built with FastAPI
02Fetch customer records by internalId
030 GitHub stars
04Execute read-only SuiteQL queries against NetSuite
05Uses OAuth 1.0a (Token-Based Authentication)
06Connects to Oracle NetSuite sandbox environment
사용 사례
01Programmatic data extraction from NetSuite for reporting or analytics
02Integrating NetSuite customer information into external applications