wesioiot-mcp
wesioiot-mcp
MCP-Server für MiniMax-Medien (TTS, Bild, Video, Musik), geroutet über den Proxy wesioiot (api.wesioiot.top).
Verfügbare Tools (7)
Tool | Funktion | Ca. Kosten |
| TTS (PT-BR-Stimmen, Audio-Hex) | $0,10 / 1k Zeichen |
| Listet 8 verfügbare PT-BR-Stimmen | kostenlos |
| Bilderzeugung (image-01) | $0,02 / Bild |
| Videosynthese (Hailuo 2.3, asynchron) | $0,20–0,50 / Video |
| Abfrage des Video-Job-Status (Polling) | kostenlos |
| Musikerzeugung (music-2.6, sync/async) | $0,10 / Musikstück |
| Abfrage des Musik-Job-Status (Polling) | kostenlos |
Related MCP server: mmxomni
Was ist der Proxy wesioiot
api.wesioiot.top ist ein OpenAI-kompatibler Proxy, der als Frontend zur MiniMax-API dient. Er authentifiziert Clients mit Tokens vom Typ mmx-… (anstelle der direkten MiniMax-Schlüssel sk-cp-…) und ermöglicht so Ratenbegrenzung pro Client, Audit-Logging und Kontingentsteuerung. Dieser MCP nutzt den Proxy für alle Medienaufrufe, sodass derselbe Token, den der Chat verwendet, auch hier funktioniert.
Installation
1. Abhängigkeiten installieren
npm installErfordert Node.js 20+.
2. Einen Proxy-Token abrufen
Sie benötigen einen vom Proxy wesioiot ausgestellten mmx-…-Schlüssel. Wenn Sie den Proxy betreiben, erstellen Sie den Schlüssel über das Dashboard oder direkt in SQLite:
node -e "
const Database = require('better-sqlite3');
const db = new Database('/caminho/para/proxy/data/proxy.sqlite');
const k = db.prepare('SELECT key FROM api_keys WHERE label=?').get('seu-label');
console.log(k.key);
"3. MCP konfigurieren
Option A — hermes mcp add (Hermes Agent)
printf "y\ny\n" | hermes mcp add wesioiot-mcp \
--command node \
--env WESIOIOT_API_KEY=mmx-... \
--env WESIOIOT_API_HOST=https://api.wesioiot.top \
--env WESIOIOT_MCP_BASE_PATH=/caminho/para/output \
--args /caminho/absoluto/para/wesioiot-mcp/build/index.js
# Bug conhecido: o `hermes mcp add --env` só salva a última env var.
# Patchear as outras com:
hermes config set mcp_servers.wesioiot-mcp.env.WESIOIOT_API_KEY mmx-... --force
hermes config set mcp_servers.wesioiot-mcp.env.WESIOIOT_API_HOST https://api.wesioiot.top --force
hermes config set mcp_servers.wesioiot-mcp.enabled true --forceOption B — Generischer MCP-Client (stdio)
Konfigurieren Sie Ihren Client zur Ausführung von:
node /caminho/absoluto/para/wesioiot-mcp/build/index.jsMit den Umgebungsvariablen:
Variable | Erforderlich | Standard | Beispiel |
| ✅ | — |
|
| ❌ |
| Benutzerdefinierte Proxy-URL |
| ❌ |
|
|
4. Validieren
hermes mcp test wesioiot-mcp
# Esperado: ✓ Connected (~20s) + 7 toolsParameter der Tools
text_to_audio
text(string, erforderlich) — zu synthetisierender TextvoiceId(string) — ID der Stimme (Standard:Portuguese_FascinatingBoy)model(string) —speech-02-hd,speech-02-turbo,speech-2.6-hd,speech-2.8-turbospeed(number 0.5–2.0) — Sprechgeschwindigkeitvol(number 0.1–10.0) — Lautstärkepitch(number -12 bis 12) — TonhöhenverschiebungoutputDirectory(string) — Speicherort für die MP3-Datei (Standard:WESIOIOT_MCP_BASE_PATH)
text_to_image
prompt(string, erforderlich) — Beschreibung des BildesaspectRatio(string) —1:1,16:9,9:16, usw.n(number) — Anzahl der Bilder (Standard 1)outputDirectory(string) — Speicherort
generate_video
prompt(string, erforderlich) — Beschreibung des VideosGibt eine
taskIdzurück. Verwenden Siequery_video_generationzur Überprüfung.
music_generation
lyrics(string, erforderlich) — Liedtextprompt(string) — Beschreibung des Musikstilstitle(string) — Titel des Musikstücksstyle(string) — MusikrichtungoutputDirectory(string) — SpeicherortKann synchron (direktes Audio) oder asynchron (task_id) zurückgegeben werden.
Verfügbare PT-BR-Stimmen
Portuguese_FascinatingBoy (padrão)
Portuguese_SmartYoungGirl
Portuguese_ConfidentWoman
Portuguese_Wiselady
Portuguese_Deep-VoicedGentleman
Portuguese_Jovialman
Portuguese_ThoughtfulMan
Portuguese_Strong-WilledBoyArchitektur
┌──────────────┐ stdio ┌──────────────────┐ HTTPS ┌──────────────────┐
│ MCP client │ ─────────▶ │ wesioiot-mcp │ ─────────▶ │ api.wesioiot.top │
│ (Hermes AI) │ JSON-RPC │ (Node.js stdio) │ Bearer │ (proxy) │
└──────────────┘ └──────────────────┘ mmx-... └────────┬─────────┘
│ upstream
▼
┌──────────────────┐
│ api.minimax.io │
│ (MiniMax) │
└──────────────────┘Der Proxy prüft jeden Aufruf, wendet Ratenbegrenzung pro Schlüssel an und leitet an die vorgelagerte MiniMax-API weiter. Der Token mmx-… ist nur gegen den Proxy gültig.
Warum ein separater MCP
Das offizielle Paket minimax-mcp von MiniMax verbindet direkt mit api.minimax.io mit persönlichem Schlüssel sk-cp-…. Dieser Server:
Verwendet Ihren Proxy-Token (
mmx-…) — Medien durchlaufen dieselbe Abrechnungs-/Prüfpipeline wie der ChatEntfernt
voice_clone,voice_designundplay_audio(vom Proxy nicht verfügbar gemacht)Behält dieselbe JSON-RPC-/stdio-Schnittstelle bei, sodass jeder MCP-kompatible Client funktioniert
Sie können beide MCPs parallel ausführen: minimax-mcp zum Klonen von Stimmen, wesioiot-mcp für alles, was über den Proxy abgerechnet werden soll.
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceEnables interaction with MiniMax AI APIs for text-to-speech, voice cloning, video generation, image generation, and music creation through MCP clients like Claude Desktop and Cursor.9
- Alicense-qualityBmaintenanceModel Context Protocol server exposing MiniMax's image, speech, music, and video generation APIs as MCP tools for use with any MCP-aware host.4,740MIT
- Alicense-qualityDmaintenanceMCP server for MiniMax's multimodal generation models, enabling text-to-speech, voice cloning, image, video, and music creation through natural language.MIT
- AlicenseAqualityCmaintenanceMulti-provider media generation MCP server that generates images, videos, audio, and transcriptions from text prompts using OpenAI, xAI, Gemini, ElevenLabs, and BFL through a single unified interface.6811MIT
Related MCP Connectors
MCP server for Hailuo (MiniMax) AI video generation
MCP server for MiniMax H3 multimodal video generation
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wesioplayconstructor/wesioiot-top_proxy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server