netsuite-suiteanalytics-odbc-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NETSUITE_ROLE_ID | Yes | Your numeric NetSuite role ID. | |
| NETSUITE_ODBC_DSN | Yes | The exact name of the local ODBC DSN configured for NetSuite. | |
| NETSUITE_TOKEN_ID | Yes | Your NetSuite TBA token ID. | |
| NETSUITE_TELEMETRY | No | Telemetry setting (project telemetry is fixed to off). | off |
| NETSUITE_ACCOUNT_ID | Yes | Your NetSuite account ID. | |
| NETSUITE_DATA_SOURCE | No | The data source name, typically NetSuite2.com (default NetSuite2.com). | NetSuite2.com |
| NETSUITE_CONSUMER_KEY | Yes | Your NetSuite TBA consumer key. | |
| NETSUITE_SERVICE_HOST | Yes | The service host from your NetSuite SuiteAnalytics Connect configuration. | |
| NETSUITE_SERVICE_PORT | No | The port for the SuiteAnalytics Connect service (default 1708). | 1708 |
| NETSUITE_TOKEN_SECRET | Yes | Your NetSuite TBA token secret. | |
| NETSUITE_CONSUMER_SECRET | Yes | Your NetSuite TBA consumer secret. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| netsuite_queryB | Execute one bounded, read-only SuiteAnalytics Connect SQL query. |
| netsuite_tablesC | Search bounded ODBC metadata visible to the configured NetSuite role. |
| netsuite_describeA | Describe columns for one exact table visible to the configured NetSuite role. |
| netsuite_statusC | Return secret-safe local and optional connection health. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a clearly distinct purpose: running queries, listing metadata, describing table columns, and checking status. There is no overlap or ambiguity between them.
All tools share a consistent 'netsuite_' prefix, but the second part mixes verbs (query, describe) and nouns (tables, status). The pattern is predictable though not strictly verb_noun.
With only 4 tools, the set is tightly scoped to the server's purpose of running SuiteAnalytics ODBC queries and exploring metadata. Each tool is essential and the count feels appropriate.
The toolset covers the core lifecycle of working with an ODBC data source: querying data, discovering tables, inspecting schemas, and checking connection health. No obvious gaps exist for the intended use case.