INDIVIDUAL MCP TOOL
list_product_features
List what the Yappy app can do, as structured objects rather than marketing bullets: an id, a name, a description, whether the feature runs entirely on the user's Mac, whether it needs the network, and which macOS permission it requires.
LIVE ENDPOINT
https://yappy.biz/mcp
Connect to this endpoint to inspect the live schema for list_product_features and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.yappy]
url = "https://yappy.biz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yappy": {
"type": "http",
"url": "https://yappy.biz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yappy
Remote MCP URL: https://yappy.biz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"yappy": {
"url": "https://yappy.biz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yappy": {
"type": "http",
"url": "https://yappy.biz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yappy",
"transport": "streamable-http",
"url": "https://yappy.biz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest_release— Get the current Yappy release of the Yappy macOS app: version number, publication date, release notes, and a download URL.list_releases— List Yappy release history for macOS, newest first, with the version, publication date, and what changed in each.get_pricing_plans— Get what the Yappy app costs: the free Mac app, the per-backend cost of the language model that cleans up dictation, and the terms of the public API.get_frequently_asked— Get the Yappy FAQ as question and answer pairs, covering privacy, requirements, cost, permissions, offline use, and how Yappy differs from other macOS dictation tools.get_system_requirements— Get what a Mac needs before Yappy will run on it: the minimum macOS version, the required CPU architecture, install size, and every macOS permission Yappy asks for with what each unlocks and what breaks if it is denied.create_export_job— Start an asynchronous export of a Yappy corpus — documentation, FAQ, or release history — as markdown or JSON.get_export_job— Check an export job started with create_export_job.check_mac_compatibility— Decide whether a specific Mac can run Yappy, given its macOS version and CPU architecture, and return the reasons.