nt-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NT_RECORDINGS_DIR | No | Directory where offline recording tools read recordings from. | ./recordings |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nt_connectB | Start the NT4 client and wait for a live connection. |
| nt_disconnectA | Stop the NT4 client and tear down any persistent subscriptions. |
| nt_connection_infoC | Return |
| nt_getB | Return the JSON-normalized value of Response: |
| nt_get_multipleB | Return values for every requested topic. Response: |
| nt_get_infoC | Return metadata for Response: |
| nt_setA | Publish Response: |
| nt_set_multipleB | Write every Response:
|
| nt_list_topicsB | Return topic names, filtered by prefix, regex, and/or wildcard. Response: |
| nt_subscribeA | Sample value updates under Response: |
| nt_start_subscriptionA | Open a persistent subscription and start collecting samples. Response:
|
| nt_poll_subscriptionA | Return buffered samples for a persistent subscription. Response:
|
| nt_stop_subscriptionB | Stop a persistent subscription and free its resources. |
| nt_list_recordingsA | List available NDJSON recordings in the output directory. Each entry includes |
| nt_get_historyB | Return event history for one topic from a recording.
|
| nt_get_recording_infoC | Return metadata about a recording. Includes duration, total sample count, topic count, file size and timestamps. |
| nt_list_topics_offlineC | List unique topic names in a recording, optionally filtered. |
| nt_subscribe_offlineB | Return events for every topic under
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |