← Registry

API Tools

dicomly.io

Provides tools to search Dicomly documentation, fetch pages, get pricing, explain DICOM concepts, and list REST API operations.

1 endpoint5 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://dicomly.io/mcp

No auth detected

MCP server metadata

Name
dicomly-docs
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

search_docs

Search Dicomly's documentation and learn articles for a topic.

Inferred read-only
get_page

Fetch the full Markdown content of a Dicomly site page by its path, e.g.

Inferred read-only
get_pricing

Get Dicomly's current pricing: price per endpoint per month and price per GB of egress.

Inferred read-only
explain_concept

Explain a Dicomly/DICOM concept: endpoint, facility, certificate, mTLS, C-STORE, or STOW-RS.

Inferred read-only
get_api_overview

List the Dicomly REST API operations (method, path, summary) with a link to the full OpenAPI spec.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.