INDIVIDUAL MCP TOOL
explain_concept
Explain a Dicomly/DICOM concept: endpoint, facility, certificate, mTLS, C-STORE, or STOW-RS.
LIVE ENDPOINT
https://dicomly.io/mcp
Connect to this endpoint to inspect the live schema for explain_concept and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dicomly-docs]
url = "https://dicomly.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dicomly-docs": {
"type": "http",
"url": "https://dicomly.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dicomly-docs
Remote MCP URL: https://dicomly.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dicomly-docs": {
"url": "https://dicomly.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dicomly-docs": {
"type": "http",
"url": "https://dicomly.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dicomly-docs",
"transport": "streamable-http",
"url": "https://dicomly.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search Dicomly's documentation and learn articles for a topic.get_page— Fetch the full Markdown content of a Dicomly site page by its path, e.g.get_pricing— Get Dicomly's current pricing: price per endpoint per month and price per GB of egress.get_api_overview— List the Dicomly REST API operations (method, path, summary) with a link to the full OpenAPI spec.