MCP and skill library for AI agents to interact with the unlimitedtts x402 API. Requires a small crypto microtransaction for each synthesis, usually not exceeding $0.01
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/sisygoboom/unlimitedtts-agents{
"mcpServers": {
"unlimitedtts-agents": {
"command": "node",
"args": ["/path/to/unlimitedtts-agents/dist/index.js"]
}
}
}MCP Servers overview
# UnlimitedTTS for Agents
Non-custodial, quote-first text-to-speech for AI agents:
- `@unlimitedtts/core` validates live x402 challenges, enforces spend policy, persists sanitized receipts, and writes private MP3 artifacts.
- `@unlimitedtts/mcp` exposes `tts_list_voices`, `tts_quote`, and irreversible `tts_synthesize` tools over stdio.
- `@unlimitedtts/openclaw` bundles the MCP server and the `unlimitedtts` agent skill.
- `skills/unlimitedtts` supports MCP-guided and direct wallet-aware HTTP workflows.
The implemented v1 path is external-signature mode. A separate wallet tool creates the x402 v2 `PAYMENT-SIGNATURE`; this code never accepts a seed phrase or private key.
## Install and build
Node.js 20 or newer and pnpm are required.
```bash
pnpm install --frozen-lockfile
pnpm check
```
Run the local server from this checkout:
```bash
pnpm --filter @unlimitedtts/mcp build
node packages/mcp/dist/cli.js
```
Generic MCP configuration after npm publication:
```json
{
"mcpServers": {
"unlimitedtts": {
"command": "npx",
"args": ["-y", "@unlimitedtts/mcp@0.1.0"],
"env": {
"UNLIMITEDTTS_MAX_USDC_PER_CALL": "0.10",
"UNLIMITEDTTS_ROLLING_24H_USDC": "1.00",
"UNLIMITEDTTS_OUTPUT_DIRECTORY": "/absolute/approved/output"
}
}
}
}
```
OpenClaw local development:
```bash
pnpm --filter @unlimitedtts/openclaw build
openclaw plugins install -l ./packages/openclaw
openclaw plugins enable unlimitedtts
openclaw gateway restart
openclaw plugins inspect unlimitedtts --runtime --json
openclaw plugins doctor
```
## Payment flow
1. `tts_list_voices` retrieves `/docs` and `/tts/voices` and caches the result for five minutes.
2. `tts_quote` sends the exact synthesis body to `/x402/tts` without payment, validates the returned `PAYMENT-REQUIRED`, enforces local policy, reserves rolling budget, and returns a short-lived HMAC token.
3. A wallet signs only the returned `selectedRequirement`.
4. `tts_synthesize` verifies the token, unchanged body hash, complete x402 v2 `accepted` entry, exact-EVM payee and value, then sends one paid retry.
5. A successful call requires both `audio/mpeg` and `PAYMENT-RESPONSE`. It commits the budget, writes a sanitized receipt, atomically stores the MP3 with mode `0600`, and returns structured metadata plus MCP audio/resource content.
`PAYMENT_OUTCOME_UNKNOWN` permanently quarantines that quote in the local ledger. The server never automatically submits or authorizes a second payment.
## Configuration
| Environment variable | Default |
|---|---|
| `UNLIMITEDTTS_ENVIRONMENT` | `production`; set `staging` explicitly for the staging API and Base Sepolia |
| `UNLIMITEDTTS_API_ORIGIN` | `https://api.unlimitedtts.com` |
| `UNLIMITEDTTS_ALLOWED_NETWORKS` | `eip155:8453` |
| `UNLIMITEDTTS_ALLOWED_ASSETS` | Base USDC contract |
| `UNLIMITEDTTS_ALLOWED_PAYEES` | Payee pinned from the verified 30 July 2026 release contract |
| `UNLIMITEDTTS_MAX_USDC_PER_CALL` | `0.10` |
| `UNLIMITEDTTS_ROLLING_24H_USDC` | `1.00` |
| `UNLIMITEDTTS_APPROVAL_THRESHOLD_USDC` | `0.05` |
| `UNLIMITEDTTS_REQUIRE_APPROVAL` | `first-payment-and-over-threshold` |
| `UNLIMITEDTTS_OUTPUT_DIRECTORY` | `.unlimitedtts-artifacts` under the server working directory |
| `UNLIMITEDTTS_QUOTE_TOKEN_SECRET` | Random per process; configure a secret for multi-instance deployments |
Payee rotation must be released through trusted configuration. The server never learns an allowed payee from an untrusted challenge.
Production remains the default and is pinned to Base mainnet. For staging validation, set `UNLIMITEDTTS_ENVIRONMENT=staging`; this selects `https://staging-api.unlimitedtts.com`, Base Sepolia (`eip155:84532`), and staging USDC. The core rejects the staging origin, network, or asset when the environment is not explicitly `staging`.
## Scope
This checkout implements the portable local MCP, external wallet adapter contract, agent skill, OpenClaw package, tests, and registry metadata. Hosted Streamable HTTP, temporary R2 storage, prepaid-card synthesis, and a concrete managed automatic signer are intentionally not advertised as completed v1 features.
See [required and recommended upstream changes](docs/upstream-api-changes.md) before enabling unattended automatic signing or a hosted service.
What people ask about unlimitedtts-agents
What is sisygoboom/unlimitedtts-agents?
+
sisygoboom/unlimitedtts-agents is mcp servers for the Claude AI ecosystem. MCP and skill library for AI agents to interact with the unlimitedtts x402 API. Requires a small crypto microtransaction for each synthesis, usually not exceeding $0.01 It has 0 GitHub stars and its last recorded update is dated 2026-08-22.
How do I install unlimitedtts-agents?
+
You can install unlimitedtts-agents by cloning the repository (https://github.com/sisygoboom/unlimitedtts-agents) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is sisygoboom/unlimitedtts-agents safe to use?
+
Our security agent has analyzed sisygoboom/unlimitedtts-agents and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains sisygoboom/unlimitedtts-agents?
+
sisygoboom/unlimitedtts-agents is maintained by sisygoboom. The last recorded GitHub activity is dated 2026-08-22, with 1 open issues.
Are there alternatives to unlimitedtts-agents?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy unlimitedtts-agents to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/sisygoboom-unlimitedtts-agents)<a href="https://claudewave.com/repo/sisygoboom-unlimitedtts-agents"><img src="https://claudewave.com/api/badge/sisygoboom-unlimitedtts-agents" alt="Featured on ClaudeWave: sisygoboom/unlimitedtts-agents" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!