Submit

deAPI Mcp Server

@deapi-ai

MCP server for deAPI — 35 AI tools: transcription, image/video generation, TTS, music, OCR, embeddings via deAPI.
Overview

deAPI MCP Server

A production-ready MCP server for the deapi.ai REST API — a DePIN AI inference service. Exposes 35 endpoints as MCP tools, enabling LLMs to perform AI tasks across audio, image, video, and text domains.

Key Features

  • Complete API coverage: 35 deAPI endpoints as MCP tools
  • Smart adaptive polling for async jobs (audio: 1-5s, image: 2-8s, video: 5-30s)
  • OAuth 2.0 authentication with PKCE
  • Automatic retries with exponential backoff
  • Real-time progress reporting
  • Price calculation tools for every operation

Available Tools

Audio — Transcribe audio files and URLs (Twitter Spaces), text-to-speech, music generation

Image — Generate from text, transform with guidance, OCR, background removal, upscaling

Video — Generate from text, animate static images, generate from audio, replace characters in video with a reference image, transcribe video files and URLs (YouTube, Twitter/X, Twitch, Kick)

Embeddings — Generate text embeddings for semantic search

Utility — Check balance, list available models, query job status


Getting Started

Sign up at deapi.ai to get your API key, then add the server to your MCP client config.

Server Config

{
  "mcpServers": {
    "deapi": {
      "type": "streamable-http",
      "url": "https://mcp.deapi.ai/mcp",
      "headers": {
        "Authorization": "Bearer <your-deapi-api-key>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.