← dropwatchhq.com

INDIVIDUAL MCP TOOL

new_exclusions

Return providers newly added to the OIG-LEIE exclusion list, optionally scoped by state and/or specialty.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://health.dropwatchhq.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dropwatchhq.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.health-intel]
url = "https://health.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "health-intel": {
      "type": "http",
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: health-intel
Remote MCP URL: https://health.dropwatchhq.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": {
    "health-intel": {
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "health-intel": {
      "type": "http",
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "health-intel",
  "transport": "streamable-http",
  "url": "https://health.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • provider_lookup — Look up US healthcare providers from the public CMS NPPES registry by NPI, or search by specialty + state (+ optional name/city).
  • screen_exclusion — Screen a provider/organization against the federal exclusion lists (HHS-OIG LEIE, and SAM.
  • fda_enforcement — Return recent FDA enforcement/recall actions tied to a device/drug firm (openFDA).