---
title: "Coverage Cat MCP Availability"
description: "Coverage Cat MCP status page explaining that the public integration surface today is the agent discovery JSON, OpenAPI contract, developer portal, and official skill files."
canonical: "https://www.coveragecat.com/developers/mcp"
last-updated: "2026-08-18"
---

# Coverage Cat MCP Availability

## Coverage Cat MCP status

Coverage Cat does not currently expose a public MCP server for third-party agent runtimes.

## What Coverage Cat publishes instead

- `/api/agent`: machine-readable discovery JSON
- `/api/agent/openapi.yaml` and `/openapi.json`: OpenAPI contracts
- `/api/agent/skill.md` and `/api/agent/homeowners/skill.md`: runtime markdown skills
- `/developers`: developer portal
- `https://github.com/Coverage-Cat/skills/blob/skills/AGENTS.md`: public AGENTS guide
- `https://github.com/Coverage-Cat/skills/tree/skills/skills`: official skill directories

## When to use Coverage Cat without MCP

Use Coverage Cat when you want a stable HTTP API surface and published markdown skills. If your agent harness requires MCP specifically, keep Coverage Cat behind your own adapter for now and point that adapter at the public HTTP contract above.
