California Assisted Living Waiver MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@California Assisted Living Waiver MCP serverCompare licensed ALW capacity in Orange and Riverside counties."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
California Assisted Living Waiver MCP server
A read-only Model Context Protocol server for California Medi-Cal Assisted Living Waiver (ALW) data. It lets AI assistants query 1,224 public DHCS participating-provider records, compare the 15 counties where ALW operates, and retrieve statewide enrollment and waitlist figures with their source and interpretation limits intact.
The server bundles a versioned, CC BY 4.0 data release and makes no network requests at runtime.
Why this exists
Administrative ALW data is easy to misstate. In particular:
DHCS publishes one statewide waitlist, not county waitlists.
Licensed participant-enrollment-unit capacity is not live vacancy.
Rows are provider records, not guaranteed unique facility-license records.
The tools and server instructions preserve those distinctions so an assistant can answer questions without inventing finer-grained availability data.
Related MCP server: NPPES MCP Server
Run from GitHub
Node.js 20 or newer is required.
{
"mcpServers": {
"california-alw": {
"command": "npx",
"args": ["-y", "github:asafichaki/california-alw-mcp"]
}
}
}For a zero-install documentation and source-search endpoint, connect an
MCP-compatible assistant to
https://gitmcp.io/asafichaki/california-alw-mcp.
For a local checkout:
npm install
npm startTools
Tool | Purpose |
| Statewide figures, record count, capacity, dates, sources, license, and cautions |
| All participating counties with provider-record counts and licensed capacity |
| One county's totals, median record capacity, and largest provider records |
| Search public DHCS records by name, address, provider number, county, city, or ZIP |
| Provenance, normalization method, limitations, disclosure, and citation |
The server also exposes alw://methodology and alw://counties resources plus
a compare_alw_counties prompt.
Example questions
How many participating ALW provider records are in San Diego County?
Compare licensed ALW capacity in Orange and Riverside counties.
Find participating records in ZIP code 95823.
What does the statewide waitlist number mean, and what does it not mean?
Give me the methodology and citation for these figures.
Sources and attribution
The original facility records come from the California Department of Health Care Services ALW GIS dataset. Statewide enrollment and waitlist figures come from the DHCS ALW reporting surface documented in the release metadata.
The prepared release, methodology, direct downloads, and human-readable county breakdown are published by California Care Compass:
Suggested citation:
California Care Compass. California ALW County Availability Tracker 2026, version 2026.1. https://californiacarecompass.com/data/california-alw-county-tracker-2026
California Care Compass is a senior-care information and referral service. Families are not billed directly; a licensed facility may pay a one-time referral fee, disclosed before any tour.
Development
npm install
npm run checkThe test suite verifies the published dataset invariants and starts a real MCP client over stdio to discover and call the server tools.
Licenses
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceAn unofficial MCP server that exposes public FedRAMP 20x documentation as deterministic, citable lookup tools for AI assistants, with every response citing the exact upstream source.7
- Alicense-qualityDmaintenanceAn MCP server for searching healthcare providers in the US National Provider Identifier (NPI) Registry, enabling natural language queries for provider data in MCP-compatible AI assistants.Apache 2.0
- Alicense-qualityAmaintenanceRead-only MCP server providing a validated public preview of behavioral-health NPIs newly present in CMS pending first-time Medicare enrollment files, including state/specialty counts and official methodology.MIT
- Alicense-qualityBmaintenanceA remote MCP server that lets an LLM explore, query, aggregate, and benchmark the ~234 datasets in the CMS Provider Data Catalog — hospitals, dialysis facilities, nursing homes, home health, hospice, physicians, and more — in plain language.AGPL 3.0
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for medicare-coverage
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asafichaki/california-alw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server