pyMSO5000 MCP Server
by mabl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYMSO5000_FIRMWARE | No | Path to a firmware .GEL file to extract SCPI definitions from. | |
| PYMSO5000_RESOURCE | Yes | The VISA resource string for the oscilloscope (e.g., TCPIP::192.168.178.102::INSTR). Required. | |
| PYMSO5000_SCPI_DIR | No | Directory containing SCPI definition files. Overrides bundled definitions. | |
| PYMSO5000_LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR). | INFO |
| PYMSO5000_TIMEOUT_MS | No | Timeout for instrument communication in milliseconds. | 10000 |
| PYMSO5000_ALLOW_RISKS | No | Comma-separated list of risk categories to allow: storage, connectivity, security, calibration, licensing, firmware. | |
| PYMSO5000_SETUP_TTL_S | No | Time-to-live in seconds for scope setups. Maximum is 31536000. | 1800 |
| PYMSO5000_SETUP_STORE_MAX_MIB | No | Maximum total memory (in MiB) for storing scope setups. | 16 |
| PYMSO5000_SETUP_STORE_MAX_SETUPS | No | Maximum number of scope setups to store. Maximum is 100. | 32 |
| PYMSO5000_WAVEFORM_CAPTURE_TTL_S | No | Time-to-live in seconds for waveform captures. | 1800 |
| PYMSO5000_WAVEFORM_STORE_MAX_MIB | No | Maximum total memory (in MiB) for storing waveform captures. | 256 |
| PYMSO5000_WAVEFORM_STORE_MAX_CAPTURES | No | Maximum number of waveform captures to store. Maximum is 100. | 32 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mabl/pyMSO5000'
If you have feedback or need assistance with the MCP directory API, please join our Discord server