INDIVIDUAL MCP TOOL
get_pricing
Machine-readable pricing for all Dataplex products: monthly price, free-trial link, Snowflake Marketplace listing URL.
LIVE ENDPOINT
https://mcp.dataplex-consulting.com/mcp
Connect to this endpoint to inspect the live schema for get_pricing 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
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.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.
Related tools
list_products— List 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.search_health_datasets— Search Dataplex healthcare datasets by keyword (e.get_product_details— Full metadata for one Dataplex product: description, tables, update frequency, price, docs, Snowflake Marketplace listing.get_data_dictionary— Tables and validated example SQL queries for one Dataplex product — enough to plan an analysis before subscribing.get_sample_data— 100 REAL rows from a Dataplex product's primary table — the same governed views sold on Snowflake and Databricks.get_snowflake_trial_sql— Copy-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.get_access_options— Every way to get full access to a Dataplex product: Snowflake Marketplace, Databricks, free trial, docs, human contact.