Data Collection
clinicmarketiq.com
Provides a catalog of public ClinicMarketIQ datasets with search, metadata, schema, and download URL retrieval.
ENDPOINT 1
https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp
MCP server metadata
- Name
- ClinicMarketIQ Public Data
- Version
- 0.1.0
Known tools 6
list_datasetsList public ClinicMarketIQ dataset families from the canonical catalog.
Inferred read-onlysearch_datasetsSearch public dataset family IDs, names, slugs, and publishers in the canonical ClinicMarketIQ catalog.
Inferred read-onlyget_dataset_metadataFetch the canonical public machine index for one ClinicMarketIQ dataset family, including provenance-facing download metadata and immutable manifest pointer.
Inferred read-onlyget_download_urlReturn canonical direct download URLs and declared SHA-256 values for a public dataset.
Inferred read-onlyverify_checksumCompare a caller-provided SHA-256 digest with the canonical digest declared in the public dataset machine index.
Inferred read-onlyCONNECT 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.clinicmarketiq-public-data]
url = "https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clinicmarketiq-public-data": {
"type": "http",
"url": "https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clinicmarketiq-public-data
Remote MCP URL: https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/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": {
"clinicmarketiq-public-data": {
"url": "https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clinicmarketiq-public-data": {
"type": "http",
"url": "https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clinicmarketiq-public-data",
"transport": "streamable-http",
"url": "https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.