Metadata-Version: 2.4
Name: care-home-scheduling-mcp
Version: 1.0.3
Summary: care-home-scheduling-mcp for domiciliary opticians
License-File: LICENSE
Keywords: agent,ai,anthropic,care-home,claude,cqc,healthcare,mcp,mcp-server,meok,meok-ai-labs,model-context-protocol,uk
Requires-Python: >=3.9
Requires-Dist: mcp
Description-Content-Type: text/markdown

<!-- mcp-name: io.github.CSOAI-ORG/care-home-scheduling-mcp -->
[![MCP Scorecard: 79/100](https://img.shields.io/badge/proofof.ai-79%2F100-5b21b6)](https://proofof.ai/scorecard/care-home-scheduling-mcp.html)

# care-home-scheduling-mcp

care-home-scheduling-mcp for domiciliary opticians

Built by **MEOK AI Labs** ([meok.ai](https://meok.ai)). Free tier is zero-config and
MIT-licensed; no API key required for basic use.

## Features

- **`optimise_route`** — structured, deterministic output.
- **`book_block_contract`** — structured, deterministic output.

Each tool is read-only and deterministic — it produces structured analysis output
without modifying external systems, safe to call repeatedly.

## Install

```
pip install care-home-scheduling-mcp
```

Requires Python 3.10+. The MCP `mcp` package is installed automatically.

## Configuration

Add to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:

```json
{
  "mcpServers": {
    "care-home-scheduling-mcp": {
      "command": "uvx",
      "args": ["care-home-scheduling-mcp"]
    }
  }
}
```

Or: `pip install care-home-scheduling-mcp` then run the `care-home-scheduling-mcp` command (stdio transport).

## Examples

Once configured, ask your assistant, for example:
- "Use `optimise_route` to …"
- "Use `book_block_contract` to …"

## Tiers

Free tier: 10 calls/day, zero config. Pro/Enterprise: unlimited + signed
attestations — see [meok.ai/pricing](https://meok.ai/pricing).

## License

MIT © MEOK AI Labs.
