Dicom Api MCP Project MCP Server

Este es un servidor MCP (Model Context Protocol) que expone operaciones DICOM como herramientas para agentes de IA.

Local serverstdioPython

What is the Dicom Api MCP Project MCP server?

If you already use Dicom Api MCP Project, the dicom api mcp project mcp server is the piece that lets your assistant work with it directly. Este es un servidor MCP (Model Context Protocol) que expone operaciones DICOM como herramientas para agentes de IA.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • patient_id — ID del paciente
  • study_date — Fecha del estudio (YYYYMMDD)
  • accession_number — Número de acceso
  • patient_name — Nombre del paciente
  • additional_filters — Filtros adicionales
  • study_instance_uid — UID del estudio (requerido)
  • series_instance_uid — UID de la serie (requerido)
  • fields_to_retrieve — Campos específicos a recuperar
  • sop_instance_uid — UID de la instancia (opcional)
  • query_studies — Busca estudios en el PACS - patient_id: ID del paciente - study_date: Fecha del estudio (YYYYMMDD) - accession_number: Número de acceso -
  • query_series — Busca series dentro de un estudio - study_instance_uid: UID del estudio (requerido) - additional_filters: Filtros adicionales
  • query_instances — Busca metadatos de instancias en una serie - study_instance_uid: UID del estudio (requerido) - series_instance_uid: UID de la serie (requerido) -

Credentials and setup notes

Configuration is passed through the environment: DICOM_SERVER_URL, DICOM_SERVER_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Dicom Api MCP Project's toolset — patient_id, study_date, accession_number and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aotal; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Dicom Api MCP Project's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Dicom Api MCP Project.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
patient_idID del paciente
study_dateFecha del estudio (YYYYMMDD)
accession_numberNúmero de acceso
patient_nameNombre del paciente
additional_filtersFiltros adicionales
study_instance_uidUID del estudio (requerido)
series_instance_uidUID de la serie (requerido)
fields_to_retrieveCampos específicos a recuperar
sop_instance_uidUID de la instancia (opcional)
query_studiesBusca estudios en el PACS - patient_id: ID del paciente - study_date: Fecha del estudio (YYYYMMDD) - accession_number: Número de acceso - patient_name: Nombre del paciente - additional_filters: Filtros adicionales
query_seriesBusca series dentro de un estudio - study_instance_uid: UID del estudio (requerido) - additional_filters: Filtros adicionales
query_instancesBusca metadatos de instancias en una serie - study_instance_uid: UID del estudio (requerido) - series_instance_uid: UID de la serie (requerido) - fields_to_retrieve: Campos específicos a recuperar
move_dicom_entity_to_local_serverMueve entidades DICOM al servidor local - study_instance_uid: UID del estudio (requerido) - series_instance_uid: UID de la serie (opcional) - sop_instance_uid: UID de la instancia (opcional)
get_local_instance_pixel_dataObtiene datos de píxeles de instancias locales - sop_instance_uid: UID de la instancia (requerido)

Configuration

VariableDescriptionRequired
DICOM_SERVER_URLEndpoint or connection string the server talks to.Yes
DICOM_SERVER_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Dicom Api MCP Project to patient id.
  • Use Dicom Api MCP Project to study date.
  • Use Dicom Api MCP Project to accession number.

Frequently asked questions

It connects Dicom Api MCP Project to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (patient_id, study_date, accession_number, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dicom Api MCP Project directly.