Connect an assistant
The Alta Readiness Check runs as an MCP tool, so an assistant can score a deployment mid-conversation. No account, no key.
Endpoint
https://cognitivegtm.com/mcp
Streamable HTTP, no authentication. One tool: the readiness check, scored server-side.
Connecting
- Claude: Settings, then Connectors, then add a custom connector with the endpoint URL.
- Claude Code: claude mcp add --transport http cognitivegtm https://cognitivegtm.com/mcp
- Cursor and other MCP clients: add the endpoint as a custom MCP server of type streamable HTTP.
A completed run stores the score, the band, and the dimension scores, with no identity attached. Same as the check on the site.
The same check over plain HTTP
POST /api/readiness accepts the twelve answers as JSON and returns the scored result in one round trip.
GET /api/readiness returns the JSON Schema for the request and the response.