# Com Care Services - Agent Registration & Auth Metadata

> Machine-readable agent registration instructions, authorization policies, and API specifications for AI Agents, Model Context Protocol (MCP) clients, and automated callers.

## 1. Agent Registration Policy
Com Care Services allows AI agents, LLM answer engines, and autonomous bots to discover, read, and query business information, service catalogs, and product specifications without authentication.

- **Registration Type**: Open Public Access (No API Key Required for Read Operations)
- **Rate Limiting**: 60 requests per minute per IP address
- **Registration Endpoint**: `https://comcareservices.com/auth.md`
- **Agent Policy Identifier**: `com-care-agent-v1`

---

## 2. Supported Protocols & Auth Methods
- **Model Context Protocol (MCP)**: `https://comcareservices.com/.well-known/mcp.json`
- **API Catalog (RFC 9727)**: `https://comcareservices.com/.well-known/api-catalog`
- **OAuth Authorization Server**: `https://comcareservices.com/.well-known/oauth-authorization-server`
- **Bearer Token**: Supported for protected internal endpoints (`Authorization: Bearer <token>`)

---

## 3. Available Public Endpoints & Capabilities

| Endpoint | Method | Description | Auth Required |
| --- | --- | --- | --- |
| `/llms.txt` | `GET` | Machine-readable business summary | None |
| `/llms-full.txt` | `GET` | Full technical & service documentation | None |
| `/.well-known/mcp.json` | `GET` | Model Context Protocol tools card | None |
| `/.well-known/api-catalog` | `GET` | RFC 9727 API catalog | None |
| `/api/inquiry` | `POST` | Submit quote / service inquiry | None (Rate Limited) |

---

## 4. Programmatic Inquiry Submission Schema (`POST /api/inquiry`)

### Headers
```http
Content-Type: application/json
Accept: application/json
User-Agent: <Your-Agent-Name>/1.0
```

### JSON Body Payload
```json
{
  "name": "Customer Name or Agent User",
  "phone": "+91 98765 43210",
  "email": "customer@example.com",
  "service": "CCTV Installation | Laptop Repair | Printer Service | Biometrics | AMC",
  "message": "Detailed request notes or equipment specification",
  "source": "AI Agent"
}
```

### Response (200 OK)
```json
{
  "success": true,
  "message": "Inquiry received successfully. Our technical team at Com Care Services will contact you shortly.",
  "inquiryId": "INQ-1725964800000"
}
```

---

## 5. Contact & Support for AI Developers
- **Technical Contact**: `comcareservices@gmail.com`
- **Phone / WhatsApp**: `+91 94432 29436`
- **Showroom Address**: 22/11, Mahadhana Street, Mayiladuthurai, Tamil Nadu 609001, India
