← clinicmarketiq.com

INDIVIDUAL MCP TOOL

get_schema

Fetch schema JSON declared by a dataset's immutable public manifest.

clinicmarketiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://clinicmarketiq-public-mcp.rotgar-fizkl.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_schema and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

clinicmarketiq.com

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.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.

Related tools

  • list_datasets — List public ClinicMarketIQ dataset families from the canonical catalog.
  • search_datasets — Search public dataset family IDs, names, slugs, and publishers in the canonical ClinicMarketIQ catalog.
  • get_dataset_metadata — Fetch the canonical public machine index for one ClinicMarketIQ dataset family, including provenance-facing download metadata and immutable manifest pointer.
  • get_download_url — Return canonical direct download URLs and declared SHA-256 values for a public dataset.
  • verify_checksum — Compare a caller-provided SHA-256 digest with the canonical digest declared in the public dataset machine index.