careops-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_clientsA | List clients, optionally filtered by suburb or preferred language. Use this to find a client before scheduling a visit or answering questions about the client base. |
| get_clientB | Get one client's full record, including their upcoming visits. |
| schedule_visitA | Schedule a care visit. Input is strictly validated (Pydantic). Rejects past dates, malformed times, and out-of-range durations before anything touches the database. Refuses to double-book a carer at an already-scheduled date and start time. |
| check_complianceA | Report carer certifications that are expired or expiring soon. Aged-care providers must not roster carers with lapsed mandatory certifications (First Aid, Police Check). Use this before assigning visits or for a weekly compliance review. |
| verify_audit_logA | Verify the integrity of the hash-chained audit log. Re-computes every entry's SHA-256 link. Returns valid=false with the breaking line number if any record was altered or removed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| audit_log | The full audit trail of tool calls, one JSON entry per line. |
Latest Blog Posts
- 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/ZGhey/careops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server