---
title: "Create a beacon audit"
method: POST
path: "/v1/beacon/audits"
tags: ["beacon"]
---

# Create a beacon audit

`POST /v1/beacon/audits`

Audit an MCP server for spec compliance and AI client compatibility

## Request body

- object
  - `targetUrl` string, uri, required — The HTTPS URL of the MCP server to audit
  - `teamId` string — The team ID to associate the audit with
  - `projectId` string — The project ID to associate the audit with
  - `excludeCategories` string[] — Check categories to exclude from the audit

## Response `200`

The audit has been created

- object
  - `id` string, required

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.dev/alpic/apis/alpic-api.md) · [All operations](https://skmtc.dev/alpic/apis/alpic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alpic/alpic-api/revisions/262875478562/schema)
