Data Collection
dataplex-consulting.com
Provides access to and metadata for healthcare datasets, including product listings, details, data dictionaries, and sample data for analysis.
ENDPOINT 1
https://mcp.dataplex-consulting.com/mcp
MCP server metadata
- Name
- dataplex-healthcare-data
- Version
- 1.0.0
Read-only catalog of Dataplex healthcare data products with real 100-row samples. Start with list_products or search_health_datasets; evaluate with get_sample_data; get purchase/trial paths with get_access_options.
Known tools 8
list_productsList all Dataplex healthcare data products: CMS provider, facility, nursing home and prior authorization compliance data, FDA adverse events (FAERS/MAUDE), CDC public health statistics, NPPES NPI provider records, hospital and Medicaid spending.
Inferred read-onlyget_product_detailsFull metadata for one Dataplex product: description, tables, update frequency, price, docs, Snowflake Marketplace listing.
Potential side effectsget_data_dictionaryTables and validated example SQL queries for one Dataplex product — enough to plan an analysis before subscribing.
Inferred read-onlyget_sample_data100 REAL rows from a Dataplex product's primary table — the same governed views sold on Snowflake and Databricks.
Inferred read-onlyget_pricingMachine-readable pricing for all Dataplex products: monthly price, free-trial link, Snowflake Marketplace listing URL.
Inferred read-onlyget_snowflake_trial_sqlCopy-paste SQL for an agent INSIDE a Snowflake account to mount a Dataplex listing and start querying trial data in minutes — no browser, no sales call.
Inferred read-onlyget_access_optionsEvery way to get full access to a Dataplex product: Snowflake Marketplace, Databricks, free trial, docs, human contact.
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.dataplex-healthcare-data]
url = "https://mcp.dataplex-consulting.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dataplex-healthcare-data": {
"type": "http",
"url": "https://mcp.dataplex-consulting.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dataplex-healthcare-data
Remote MCP URL: https://mcp.dataplex-consulting.com/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": {
"dataplex-healthcare-data": {
"url": "https://mcp.dataplex-consulting.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dataplex-healthcare-data": {
"type": "http",
"url": "https://mcp.dataplex-consulting.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dataplex-healthcare-data",
"transport": "streamable-http",
"url": "https://mcp.dataplex-consulting.com/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 dataplex-consulting.com was fetched 2026-08-04T02:28:37.296Z and is being refreshed.
dataplex-consulting.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.