provider_exclusion_coverage
Pack: leie · Endpoint: https://gateway.pipeworx.io/leie/mcp
What the provider-exclusion data covers and how current it is: how many exclusions are held, the split between individuals and businesses, how many carry an NPI or a date of birth, the oldest and newest exclusion dates, and when the copy was last refreshed. Use to check the screening data is fresh enough to rely on before a compliance decision, and to understand why some candidates cannot be disambiguated by NPI. Sourced from the HHS OIG exclusions file, republished monthly.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/leie/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"provider_exclusion_coverage","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('provider_exclusion_coverage', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"leie": {
"url": "https://gateway.pipeworx.io/leie/mcp"
}
}
}
See Getting Started for client-specific install steps.