35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"deapi": {
"url": "http://localhost:8000/mcp",
"headers": {
"Authorization": "Bearer YOUR_DEAPI_TOKEN"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / entertainment
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for Deapi MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
deAPI v2 — this server targets the deAPI v2 client API (OpenAI-aligned noun paths under
/api/v2/*). SetDEAPI_API_VERSION=v1if you need to point at the legacy v1 endpoints.
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 costtext_to_image - Generate images from text promptsimage_to_image - Transform images with text guidanceimage_to_text - Extract text from images (OCR)image_remove_background - Remove background from imagesimage_upscale - Upscale images to higher resolutiontext_to_image_price - Calculate image generation costimage_to_image_price - Calculate image transformation costimage_to_text_price - Calculate OCR costimage_remove_background_price - Calculate background removal costimage_upscale_price - Calculate upscaling costtext_to_video - Generate videos from text promptsimage_to_video - Animate static images into videosaudio_to_video - Generate video conditioned on audio contentvideo_replace - Replace a person in a video with a character from a reference imagevideo_remove_background - Remove the background from a videovideo_upscale - Upscale a video to higher resolutiontext_to_video_price - Calculate text-to-video costimage_to_video_price - Calculate image-to-video costaudio_to_video_price - Calculate audio-to-video costvideo_replace_price - Calculate video character replacement costvideo_remove_background_price - Calculate video background-removal costvideo_upscale_price - Calculate video upscaling costtext_to_embedding - Generate text embeddings for semantic searchtext_to_embedding_price - Calculate embedding costprompt_booster - Enhance a prompt for any deAPI inference type using AI guides (synchronous, returns refined prompt directly)prompt_booster_price - Calculate prompt-enhancement costget_balance - Check account balanceget_available_models - List available AI models with specificationscheck_job_status - Query async job status by IDFor running the MCP server:
uv, pip, or conda for package management**For a deAPI ac