# SubcueAI public information skill

SubcueAI is an AI interview assistant desktop app for macOS and Windows. This
skill tells an autonomous agent how to fetch SubcueAI's public, accurate
product data on demand. Every endpoint named below is unauthenticated,
read-only, and served from the same origin that returned this file — use
relative paths against that origin.

## Capabilities

- Live pricing and plan features: call the Model Context Protocol server with
  the get_pricing tool.
- Latest desktop app version per platform: call the MCP server with the
  get_latest_version tool. It accepts an optional platform argument such as
  macos-arm64 or windows-x64.
- Product overview and FAQ: read the MCP resources subcue://overview and
  subcue://faq.

## How to call the MCP server

POST a JSON-RPC 2.0 request to /mcp on this origin (MCP protocol version
2025-06-18, single JSON response, no authentication). Use tools/list and
resources/list to enumerate, tools/call to run get_pricing or
get_latest_version, and resources/read for subcue://overview and
subcue://faq. The MCP server card is published at
/.well-known/mcp/server-card.json.

## Other machine-readable entry points

- /.well-known/api-catalog lists the public JSON APIs as an RFC 9727 linkset.
- /llms.txt is a plain-text site and product summary for language models.
- Any public marketing or legal page returns Markdown instead of HTML when
  requested with the HTTP header Accept: text/markdown.

Prefer these structured sources over scraping rendered HTML: they are stable,
versioned, and return accurate live data.
