MCP server exposing 2 tools for leie.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/leie/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
check_provider_exclusion — Is this healthcare provider barred from Medicare, Medicaid and other federal health programs? Screens a person or business name — or an NPI — against the HHS OIG List of Excluded Individuals/Entities, the list you are required to check before paying, employing or contracting with a provider. Answers "is Dr X excluded", "check this provider against the OIG exclusion list", "has this practice been barred from Medicare", and pre-payment or credentialing screening. Returns matching exclusions with the date of birth, state, city, specialty and NPI that tell same-named people apart, plus when the exclusion started and the statutory reason for it, and a match_confidence saying what was actually matched. Never returns a bare yes/no: several excluded people can share a name, so identifying the right one is the caller's job and this gives them what they need to do it. Pass npi to turn a name lead into an identification. Sourced from HHS OIG.provider_exclusion_coverage — 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/leie/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io