MCP Hub
Back to servers

Nursing Home Database

MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).

Registry
Updated
Mar 24, 2026

Nursing Home Database — MCP

Public documentation for the Nursing Home Database Model Context Protocol server. It exposes US nursing facility search, detail, ownership, and owner portfolio data to AI assistants and other MCP clients.

Website: nursinghomedatabase.com
Contact: Contact page

MCP endpoint

TransportStreamable HTTP (JSON-RPC 2.0 over HTTPS)
URLhttps://mcp.nursinghomedatabase.com/mcp
AuthNone required for discovery and tools (public access)

Send a standard MCP session: initializenotifications/initialized (optional; may receive HTTP 204) → tools/listtools/call as needed.

Tools

After tools/list, you will see tools such as:

ToolPurpose
search_facilitiesSearch facilities by name, geography, and filters
get_facilityGet one facility by CMS provider number or site slug
get_facility_ownershipOwnership records for a facility
search_ownersSearch owners by name
get_ownerOwner portfolio by web_owner slug
get_data_freshnessDataset freshness metadata

Exact parameters and schemas are returned in the tools/list response (inputSchema per tool).

MCP Registry

This server is listed in the official MCP Registry as com.nursinghomedatabase/mcp.

  • Registry metadata for clients and automation: server.json in this repository.
  • Search API: https://registry.modelcontextprotocol.io/v0.1/servers?search=com.nursinghomedatabase

REST API (same backend)

JSON discovery APIs are also available under the main site, for example:

  • GET https://www.nursinghomedatabase.com/api/v1/nh/capabilities
  • GET https://www.nursinghomedatabase.com/api/v1/nh/... (see site documentation)

MCP and REST share the same underlying data layer.

Example: Cursor / IDE config

Add a Streamable HTTP MCP server pointing at the URL above, for example:

{
  "mcpServers": {
    "nursing-home-database": {
      "type": "streamableHttp",
      "url": "https://mcp.nursinghomedatabase.com/mcp"
    }
  }
}

Adjust field names to match your client’s MCP configuration format.

Repository contents

FileDescription
server.jsonPublished MCP Registry manifest (name, version, remote URL)
README.mdThis file

There is no application source code in this repository; the MCP is implemented in the Nursing Home Database production environment.

License and data

Data is derived from public CMS and related sources; use is subject to the terms published on nursinghomedatabase.com. For licensing or bulk use, use the site contact form.

Reviews

No reviews yet

Sign in to write a review