Skip to content

Releases: cyanheads/npi-providers-mcp-server

v0.1.3: mcp-ts-core ^0.10.9 maintenance

20 Jun 12:13
v0.1.3
75a5788

Choose a tag to compare

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/node 25.9.3 → 26.0.0 (dev)

Added:

  • Dependency Specifiers devcheck 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 new packaging.pluginManifests flag (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-context documents ctx.content; api-config/api-telemetry correct 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

15 Jun 17:46
v0.1.2
b983780

Choose a tag to compare

Hosted endpoint at npi-providers.caseyjhand.com/mcp

Public Streamable HTTP instance added. No changes to tools, resources, or behavior.

Added:

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

14 Jun 10:40
a5efce8

Choose a tag to compare

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.json repository field 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

13 Jun 17:55
v0.1.0
b0a1648

Choose a tag to compare

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.