This MCP server implementation provides DICOM connectivity testing capabilities through a Model Context Protocol interface. Developed by Flux Inc., it offers tools for listing DICOM nodes, performing C-ECHO operations, and managing node configurations. The server is designed for use cases requiring DICOM network testing and diagnostics, such as verifying connectivity to PACS systems or troubleshooting medical imaging workflows.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all configured DICOM nodes from the nodes.yaml file.
Perform a C-ECHO operation using a node name from the configuration. Parameters: node_name (string), local_ae_name (string)
Perform a C-ECHO operation with explicit parameters. Parameters: remote_ae_title (string), ip (string), port (integer), local_ae_title (string)