- deAPI Mcp Server
deAPI Mcp Server
deAPI MCP Server
A production-ready MCP server for the deapi.ai REST API — a DePIN AI inference service. Exposes 33 endpoints as MCP tools, enabling LLMs to perform AI tasks across audio, image, video, and text domains.
Key Features
- Complete API coverage: 33 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, 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>"
}
}
}
}