scpi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| self_configA | Discover/connect an instrument and attach it to the session. |
| identifyA | Return the connected instrument's identity (vendor, model, serial, firmware). |
| capability_reportA | Report the connected instrument's detected capabilities. |
| capture_screenA | Capture the on-screen waveform for one channel (~1200 points). |
| capture_memoryB | Capture the deep-memory waveform for one channel (full sample-rate record). |
| capture_alignedA | Capture multiple channels on the same time base, time-aligned. The instrument shares one time base across channels, so a sequence of reads is already time-aligned. (Real hardware reads them back-to-back; the mock is instantaneous.) Use this to compare two signals sample-for-sample. |
| measureA | Take a single measurement of one quantity on one channel. |
| measure_snapshotC | Take several measurements at once on one channel (one read per quantity). |
| measure_seriesA | Poll one measurement repeatedly, returning a short time series. |
| set_channelA | Set a channel's vertical configuration (enable, V/div, offset, coupling). Only the arguments you pass are changed; omit any to leave it as-is. Use this to fit a signal on screen before measuring or capturing. |
| set_timebaseA | Set the horizontal time base (seconds/div and trigger offset). Controls how many periods of the signal are shown; widen s/div to see slow events, narrow it to resolve fast ones. Shared across all channels. |
| set_triggerA | Configure the edge trigger (source channel, level, slope). |
| acq_runA | Start continuous (free-running) acquisition. Disruptive — needs confirm=True. |
| acq_stopA | Stop acquisition, freezing the current trace. Disruptive — needs confirm=True. |
| acq_singleA | Arm a single-shot acquisition: capture one trigger then stop. Needs confirm=True. |
| acq_forceA | Force a trigger now, ignoring the trigger condition. Needs confirm=True. |
| acq_configureA | Set acquisition type and/or memory depth. Disruptive — needs confirm=True. Deeper memory captures more points at a given time base; averaging/peak modes trade update rate for noise rejection or glitch capture. |
| characterize_signalA | Characterize the signal on |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/armchairdeity/mcp-server-scpi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server