29 AI tools: audio/video transcription, image generation, TTS, OCR, embeddings via deAPI
29 AI tools: audio/video transcription, image generation, TTS, OCR, embeddings via deAPI. Exposed over MCP by the deapi mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Production-ready Model Context Protocol (MCP) server for the deAPI REST API. This server exposes all deAPI AI capabilities as MCP tools, enabling LLMs to perform audio transcription, image generation, OCR, video generation, text-to-speech, and more.
Everything the assistant can do here goes through one of these:
audio_transcription — Transcribe audio files to text using Whisper modelsaudio_transcription_price — Calculate transcription costtext_to_audio — Convert text to natural speech (TTS)text_to_audio_price — Calculate TTS costtext_to_music — Generate music from text description and lyricstext_to_music_price — Calculate music generation costaudio_url_transcription — Transcribe audio from URLs of completed Twitter Spacesaudio_url_transcription_price — Calculate Twitter Spaces transcription costvideo_file_transcription — Transcribe video files to textvideo_file_transcription_price — Calculate video file transcription costvideo_url_transcription — Transcribe videos from URLs (YouTube, Twitter/X, Twitch, Kick)video_url_transcription_price — Calculate video URL transcription costSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
You will need 2 environment variables: DEAPI_API_BASE_URL, YOUR_DEAPI_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
For running the MCP server: - Python 3.10 or higher - uv, pip, or conda for package management For a deAPI account: - Sign up at deapi.ai and get your API token
Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. DeAPI's toolset — audio_transcription, audio_transcription_price, text_to_audio and 11 more — is a fair guide to whether it matches your workflow. It is maintained by deapi-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| audio_transcription | Transcribe audio files to text using Whisper models |
| audio_transcription_price | Calculate transcription cost |
| text_to_audio | Convert text to natural speech (TTS) |
| text_to_audio_price | Calculate TTS cost |
| text_to_music | Generate music from text description and lyrics |
| text_to_music_price | Calculate music generation cost |
| audio_url_transcription | Transcribe audio from URLs of completed Twitter Spaces |
| audio_url_transcription_price | Calculate Twitter Spaces transcription cost |
| video_file_transcription | Transcribe video files to text |
| video_file_transcription_price | Calculate video file transcription cost |
| video_url_transcription | Transcribe videos from URLs (YouTube, Twitter/X, Twitch, Kick) |
| video_url_transcription_price | Calculate video URL transcription cost |
| text_to_image | Generate images from text prompts |
| image_to_image | Transform images with text guidance |
{
"mcpServers": {
"deapi": {
"url": "http://your-server-ip:8000/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
For running the MCP server: - Python 3.10 or higher - uv, pip, or conda for package management For a deAPI account: - Sign up at deapi.ai and get your API token
| Variable | Description | Required |
|---|---|---|
| DEAPI_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_DEAPI_TOKEN | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.