Public read-only MCP for SubcueAI: live pricing, latest desktop version, overview and FAQ.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
mcp-name: io.github.Subcue/subcue-mcp
SubcueAI (the real-time AI interview assistant for macOS & Windows) ships a public, unauthenticated, read-only Model Context Protocol server. Any AI agent can query live product data β pricing, latest desktop version, product overview, FAQ β instead of scraping HTML.
POST https://subcue.ai/mcp2025-06-18https://subcue.ai/.well-known/mcp/server-card.jsonThis repository documents the server and provides ready-to-run client examples. The server itself runs on Cloudflare Workers as part of the SubcueAI website.
Sample get_pricing output (live data, abridged):
| Tool | Arguments | Returns |
|---|---|---|
get_pricing | β | Current subscription plans and pricing (Markdown) |
get_latest_version | platform (optional, e.g. macos-arm64, windows-x64) | Latest desktop app version, release date, download URL |
| URI | Content |
|---|---|
subcue://overview | What SubcueAI is, key features, links (Markdown) |
subcue://faq | Frequently asked questions (Markdown) |
Use resources/list / resources/read per the MCP spec.
Claude Code
Cursor / any client using mcp.json
claude.ai β Settings β Connectors β Add custom connector β https://subcue.ai/mcp.
Stdio-only clients β this repo ships a zero-dependency stdio β HTTP bridge (bridge/server.mjs, Node 18+):
examples/list-tools.sh β curl walkthrough of every methodexamples/client.mjs β zero-dependency Node.js clientexamples/client.py β zero-dependency Python clientSubcueAI publishes a full agent-facing surface beyond MCP:
| Endpoint | What it is |
|---|---|
/llms.txt | Plain-text site & product summary for language models |
/.well-known/api-catalog | RFC 9727 linkset of public JSON APIs |
/.well-known/agent-skills/index.json | Agent Skills discovery index |
/.well-known/agent-skills/subcue-public-info/SKILL.md | Agent skill: how to fetch SubcueAI public data |
Accept: text/markdown | Any public marketing/legal page returns Markdown instead of HTML |
notifications/*) are accepted and return 202 with no body.User-Agent β default library UAs (e.g. Python-urllib/3.x) are rejected by edge bot protection with a 403.Documentation and examples: MIT Β© 2026 Subcue AI LLC.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/subcueai)<a href="https://allmcps.com/mcp/subcueai"><img src="https://allmcps.com/api/badge/subcueai?style=directory" alt="SubcueAI on AllMCPs" /></a>