cURL
curl --request POST \ --url https://api.alpic.ai/v1/beacon/analyses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "targetUrl": "<string>", "teamId": "<string>", "projectId": "<string>" } '
{ "id": "<string>" }
Analyze an MCP server for spec compliance and AI client compatibility
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The HTTPS URL of the MCP server to analyze
The team ID to associate the analysis with
The project ID to associate the analysis with
The analysis has been created
Was this page helpful?
Contact support