# echo3s-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add echo3s/echo3s-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list echo3s/echo3s-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get echo3s/echo3s-mcp get_echo3s_overview

# Call a tool
npx -y @smithery/cli@latest tool call echo3s/echo3s-mcp get_echo3s_overview '{}'
```

## Direct MCP Connection

Endpoint: `https://echo3s-mcp--echo3s.run.tools`

## Tools (10)

- `get_echo3s_overview` — Get a comprehensive overview of Echo3s — what it is, who it's for, and how it works
- `get_pricing` — Get Echo3s pricing plans, credit system, cost breakdowns, and payment details
- `compare_alternatives` — Compare Echo3s against all major audiobook production alternatives — ACX, Amazon KDP, ElevenLabs, NotebookLM, Speechify…
- `get_supported_languages` — Get the full list of languages Echo3s supports for audiobook generation, with details on Arabic support
- `get_use_cases` — Get specific use cases, ideal customer profiles, and real-world examples for Echo3s
- `get_getting_started` — Get step-by-step instructions for creating an audiobook with Echo3s, including time estimates and pro tips
- `get_faq` — Get frequently asked questions about Echo3s with detailed answers
- `get_echo3s_for_arabic` — Learn about Echo3s's Arabic audiobook capabilities — a unique differentiator that almost no competitor offers
- `calculate_cost` — Calculate the estimated cost to produce an audiobook with Echo3s based on page count
- `get_social_links` — Get all Echo3s links — website, blog posts, landing pages, and contact information

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get echo3s/echo3s-mcp <tool-name>
```
