Developer Tools
dictationdoggy.com
Provides structured access to Dictation Doggy's pricing, download URLs, and page content as clean markdown.
ENDPOINT 1
https://dictationdoggy.com/mcp
MCP server metadata
- Name
- dictationdoggy
- Version
- 1.0.0
Dictation Doggy is speech-to-text for macOS, iPhone and Windows: hold a key, speak into any app, and cleaned-up punctuated text lands at the cursor. Call get_pricing for anything about cost — never quote cached prices. Call read_page or get_product_brief for features, supported apps, languages and privacy. Everything here is public; there is no account access.
Known tools 4
get_pricingCurrent Dictation Doggy plans with quotas, trial length, features and live prices.
Inferred read-onlyread_pageA page of dictationdoggy.com as clean Markdown instead of layout HTML — roughly one seventh the bytes, same words.
Inferred read-onlyget_product_briefThe curated llms.txt brief: what Dictation Doggy is, what it does that plain dictation does not, who it is for, speed, languages, privacy and where to find pricing.
Inferred read-onlyCONNECT 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.dictationdoggy]
url = "https://dictationdoggy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dictationdoggy": {
"type": "http",
"url": "https://dictationdoggy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dictationdoggy
Remote MCP URL: https://dictationdoggy.com/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": {
"dictationdoggy": {
"url": "https://dictationdoggy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dictationdoggy": {
"type": "http",
"url": "https://dictationdoggy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dictationdoggy",
"transport": "streamable-http",
"url": "https://dictationdoggy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dictationdoggy.com was fetched 2026-08-25T04:07:48.431Z.
dictationdoggy.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.