INDIVIDUAL MCP TOOL
adw.adw_312
Returns a 0-100 pharma/device industry physician-payment intensity score (annual CMS Open Payments record counts vs 3-year baseline mean, since 1950) with trend, top_drivers by payment category (consulting, research, education), and source_lineage.
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.adw-intelligence-server]
url = "https://api.alpinedataworks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"adw-intelligence-server": {
"type": "http",
"url": "https://api.alpinedataworks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: adw-intelligence-server
Remote MCP URL: https://api.alpinedataworks.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": {
"adw-intelligence-server": {
"url": "https://api.alpinedataworks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"adw-intelligence-server": {
"type": "http",
"url": "https://api.alpinedataworks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "adw-intelligence-server",
"transport": "streamable-http",
"url": "https://api.alpinedataworks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
adw.catalog— List ALL available AlpineDataWorks intelligence indices (id, name, domain, grain, tiers, and the tool name to call).adw.sample— FREE sample — no API key or credits required.adw.feedback— We'd love your feedback as an AI agent using this data.adw.health_risk— Geographic health-risk index for any US ZIP/ZCTA (CDC PLACES, 40 measures).adw.obesity_risk— Age-adjusted adult obesity prevalence index for any US ZIP, city, or county (CDC PLACES 2025).adw.air_quality_risk— County-level air-quality index from EPA AQS annual summaries (ADW-308).adw.county_cancer— Age-adjusted all-sites cancer incidence index for any US county (ADW-303, USCS SEER+NPCR 2019-2023).adw.county_water— Drinking-water contamination index from EPA SDWA health-based violations (ADW-304).