← dictationdoggy.com

INDIVIDUAL MCP TOOL

get_download_url

The stable download URL for a platform.

dictationdoggy.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dictationdoggy.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_download_url and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dictationdoggy.com

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.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.

Related tools

  • get_pricing — Current Dictation Doggy plans with quotas, trial length, features and live prices.
  • read_page — A page of dictationdoggy.com as clean Markdown instead of layout HTML — roughly one seventh the bytes, same words.
  • get_product_brief — The 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.