← stratalize.com
INDIVIDUAL MCP TOOL
get_cms_open_payments_profile
Use when assessing physician payment transparency risk, evaluating manufacturer relationships, or preparing Sunshine Act compliance reporting.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.stratalize-intelligence]
url = "https://www.stratalize.com/api/mcp-public?vertical=healthcare"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stratalize-intelligence": {
"type": "http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=healthcare"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stratalize-intelligence
Remote MCP URL: https://www.stratalize.com/api/mcp-public?vertical=healthcare
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": {
"stratalize-intelligence": {
"url": "https://www.stratalize.com/api/mcp-public?vertical=healthcare"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stratalize-intelligence": {
"type": "http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=healthcare"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stratalize-intelligence",
"transport": "streamable-http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=healthcare"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_cms_facility_benchmark— Use when benchmarking hospital operating costs against CMS peer cohort or preparing a healthcare CFO board presentation.get_payer_intelligence— Use when benchmarking payer performance, building a denial management strategy, or preparing revenue cycle board reporting.get_cms_star_rating— Use when advising on CMS Hospital Star Rating strategy or benchmarking a hospital quality performance trajectory.get_pharmacy_spend_benchmark— Use when benchmarking hospital pharmacy costs or building a pharmacy cost reduction strategy for a board presentation.get_nadac_drug_benchmark— Use when a pharmacy buyer, 340B program manager, or CFO agent needs CMS NADAC drug acquisition cost benchmarks for contract negotiation or payer comparison.get_cost_plus_price— Use when a patient, benefits manager, or procurement agent needs Mark Cuban Cost Plus Drugs transparent retail pricing for a specific NDC.get_drug_recall_status— Use when a pharmacy, supply chain, or compliance agent needs FDA drug recall status for an NDC or drug name.get_billing_coding_risk— Use when assessing coding compliance risk before an OIG audit, preparing for a RAC review, or building a revenue integrity program.