Skip to main content
Audit a remote MCP server against Alpic’s Beacon checks. The audit verifies readiness for platforms like ChatGPT and Claude.ai, and reports any issues found.

Usage

alpic audit --url https://my-server.example.com/mcp
Runs the audit against the specified MCP server URL and prints a summary report with passed, failed, and skipped checks.

Extended Usage

Output the full report as JSON (useful for CI or further processing):
alpic audit --url https://my-server.example.com/mcp --json
Skip confirmation prompts:
alpic audit --url https://my-server.example.com/mcp --non-interactive

Options

FlagDescriptionDefault
--urlThe HTTPS URL of the MCP server to audit
--jsonOutput the full report as JSONfalse
--team-idTeam ID
--project-idProject ID to audit
--environment-idEnvironment ID to audit (defaults to production)
--non-interactiveSkip all confirmation promptsfalse
Authentication is required. Run alpic login or set ALPIC_API_KEY before running an audit.
If the current directory is linked to an Alpic project, the audit automatically associates with that project. Use --non-interactive to skip the confirmation prompt.