Releases: cyanheads/npi-providers-mcp-server
v0.1.3: mcp-ts-core ^0.10.9 maintenance
mcp-ts-core ^0.10.9 maintenance
Framework-maintenance release: adopts @cyanheads/mcp-ts-core ^0.10.9 and re-syncs the bundled devcheck scripts and agent skills. No tool, resource, or behavior changes.
Dependency bumps:
@cyanheads/mcp-ts-core^0.10.6 → ^0.10.9@types/node25.9.3 → 26.0.0 (dev)
Added:
Dependency Specifiersdevcheck step — fails on floating specifiers in package.json + bun.lock workspaces (cyanheads/mcp-ts-core#246)- Plugin-manifest checks in
lint:packaging— descriptions + scoped/unscoped identity, gated by the newpackaging.pluginManifestsflag (cyanheads/mcp-ts-core#240)
Changed:
- Bundled framework scripts re-synced — 0.10.7 fresh-scaffold guards (git-dependent checks, changelog sync, skill-version check) + 0.10.9 packaging (cyanheads/mcp-ts-core#237, #242, #243)
- Bundled skills re-synced —
api-contextdocumentsctx.content;api-config/api-telemetrycorrect OTEL_SERVICE_NAME seeding (cyanheads/mcp-ts-core#233, #238, #239)
63 tests pass; bun run devcheck clean.
v0.1.2: Hosted endpoint at npi-providers.caseyjhand.com/mcp
Hosted endpoint at npi-providers.caseyjhand.com/mcp
Public Streamable HTTP instance added. No changes to tools, resources, or behavior.
Added:
- Public hosted endpoint at https://npi-providers.caseyjhand.com/mcp (Streamable HTTP, keyless)
- server.json remotes[] entry for the hosted instance
Changed:
- vitest 4.1.8 → 4.1.9 (dev)
63 tests pass; bun run devcheck clean.
v0.1.1: Scoped README header and manifest repository field
Scoped README header and manifest repository field
Metadata patch — no runtime or tool-surface changes.
Changed:
- README
<h1>now reads@cyanheads/npi-providers-mcp-server, matching the published npm package name.
Added:
manifest.jsonrepositoryfield linking the MCPB bundle manifest to the GitHub repository.
63 tests pass; bun run devcheck clean.
v0.1.0: Initial release — NPPES provider directory + offline NUCC taxonomy
Initial release — NPPES provider directory + offline NUCC taxonomy
Keyless US healthcare provider lookup over the NPPES NPI Registry API v2.1, built on @cyanheads/mcp-ts-core.
Added:
- npi_search_providers — search by name, organization, location, provider type, and specialty; plain-language specialties resolve through the bundled NUCC taxonomy before searching, and the resolved taxonomy is echoed back. Discloses page-size-not-total and the 1200-match reachable ceiling.
- npi_get_provider — decode up to 10 NPIs to full records, fanning out one call per NPI with partial-success (found / notFound) reporting.
- npi_lookup_taxonomy — offline NUCC resolver: resolve / get / browse.
- npi://provider/{npi} and npi://taxonomy/{code} — read-only resource twins of the get/lookup tools.
- nppes-service — detects the registry's HTTP-200-with-Errors[] validation envelope and maps it to typed contract reasons.
- taxonomy-service — 879 NUCC codes (v25.0) bundled as a generated in-memory index.
63 tests pass; bun run devcheck clean.