MCP server for dTelecom real-time speech-to-text with x402 micropayments
stt-mcp is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on depin, mcp, real-time, speech-to-text. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like stt-client-python, awesome-x402, pinion-os, awesome-molt-ecosystem, agoragentic-integrations, EEP.
MCP (Model Context Protocol) server for dTelecom real-time speech-to-text with x402 micropayments.
Lets AI assistants (Claude, Cursor, etc.) transcribe audio files using dTelecom STT — pay-per-use with USDC, no API keys needed.
| Tool | Description |
|---|---|
transcribe_file |
Transcribe a WAV file (PCM16, 16kHz, mono) to text |
stt_pricing |
Get current pricing ($0.005/min) |
stt_health |
Check service health |
npm install -g @dtelecom/stt-mcp
You need a private key with USDC. Either:
Claude Code (~/.claude.json):
{
"mcpServers": {
"dtelecom-stt": {
"command": "dtelecom-stt-mcp",
"env": {
"DTELECOM_PRIVATE_KEY": "YOUR_PRIVATE_KEY"
}
}
}
}
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"dtelecom-stt": {
"command": "npx",
"args": ["-y", "@dtelecom/stt-mcp"],
"env": {
"DTELECOM_PRIVATE_KEY": "YOUR_PRIVATE_KEY"
}
}
}
}
Cursor (Settings > MCP Servers > Add):
{
"dtelecom-stt": {
"command": "npx",
"args": ["-y", "@dtelecom/stt-mcp"],
"env": {
"DTELECOM_PRIVATE_KEY": "YOUR_PRIVATE_KEY"
}
}
}
The tool accepts WAV files in PCM16 16kHz mono format. Convert with:
ffmpeg -i input.mp3 -ar 16000 -ac 1 -acodec pcm_s16le output.wav
| Variable | Required | Default | Description |
|---|---|---|---|
DTELECOM_PRIVATE_KEY |
Yes | — | EVM key (0x hex) or Solana key (base58) |
DTELECOM_STT_URL |
No | https://x402stt.dtelecom.org |
STT service URL |
MIT
Python SDK for dTelecom real-time speech-to-text with x402 micropayments
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
Client SDK, Claude plugin and skill framework for the Pinion protocol. x402 micropayments on Base.
The brutally honest map of where AI-agent money actually flows. 51 rounds, 137 angles, 230+ platforms. 3 self-hosted x402 v2 endpoints + 3 tools in the official MCP Registry. 385K star distribution.
Public adapters and discovery catalog for Triptych OS (Agent OS): agent frameworks, MCP/A2A/x402 protocols, workflows, wallets, SDKs, and examples for execute-first routing, governed handoffs, and receipt-aware agent commerce.
An open standard for push-based, verifiable communication between digital entities and agents that follow them.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 Ecosystem Explorer
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.