← Back to Plugins
MCP Server MCP

deAPI MCP Server

github By github 👁 1 views ▲ 0 votes

35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.deapi.ai/mcp",
      "variables": {
        "oauth_client_id": {
          "description": "OAuth Client ID",
          "value": "deapi-mcp"
        },
        "oauth_client_secret": {
          "description": "Your deAPI API key (get it at https://deapi.ai/settings/api-keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "<number>|<hash>"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...