quickerspot-mcp
Provides access to the ElevenLabs V3 voice engine for generating and managing commercial voice-over audio, including voice selection and TTS production.
mcp-name: io.github.raphaelInacio/quickerspot-mcp
Servidor MCP QuickerSpot
Servidor oficial Model Context Protocol (MCP) para a plataforma QuickerSpot — Automação de vinhetas, rádio indoor e sonorização comercial com IA.
Conecte seus Assistentes de IA (Cursor IDE, Claude Desktop, Antigravity, Hermes Agent, OpenClaw) diretamente ao motor de voz ElevenLabs V3, gerador de roteiros por IA e mixer de rádio indoor do QuickerSpot.
🚀 Como Usar em 2 Passos
1. Obter sua API Key
Acesse o painel do QuickerSpot em quickerspot.com/settings e crie uma nova API Key (ex: qs_live_...).
2. Configurar o mcp.json
Adicione a definição do servidor no seu arquivo mcp.json (ou claude_desktop_config.json):
{
"mcpServers": {
"quickerspot": {
"command": "uvx",
"args": ["quickerspot-mcp"],
"env": {
"QUICKERSPOT_API_KEY": "qs_live_SUA_CHAVE_AQUI"
}
}
}
}O quickerspot-mcp conecta-se automaticamente ao backend de produção do QuickerSpot. Se você estiver desenvolvendo localmente, pode adicionar "QUICKERSPOT_API_URL": "http://localhost:8000" no bloco env.
Related MCP server: ElevenLabs MCP Server
🛠️ Ferramentas MCP Disponíveis (tools)
list_voices()— Retorna o catálogo de vozes comerciais disponíveis (Camila, Helena, Marcos, Carlos, Ricardo).create_campaign(name, data, voice_tone, free_text)— Cria uma nova campanha comercial e gera o roteiro síncrono via IA.approve_script(campaign_id, script)— Aprova o roteiro e dispara a produção de áudio TTS + mixagem em background.get_campaign_status(campaign_id)— Consulta o status (PENDING,PROCESSING,COMPLETED), roteiro e URLs de download dos MP3s.list_campaigns()— Lista todas as campanhas ativas da sua conta.create_recado(text, voice_id)— Gera áudio instantâneo de recado/aviso para loja com vinheta (fast-lane sem fluxo HITL).
💻 Execução com Python Local (Opcional)
Se preferir rodar localmente com Python:
{
"mcpServers": {
"quickerspot": {
"command": "python",
"args": ["-m", "quickerspot_mcp.server"],
"env": {
"QUICKERSPOT_API_KEY": "qs_live_SUA_CHAVE_AQUI"
}
}
}
}This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.939MIT

ElevenLabs MCP Serverofficial
AlicenseAqualityAmaintenanceAn official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.271,517MIT- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude Desktop to interact with Spotify's music streaming service, supporting playback control, playlist management, music search, and user profile access.412
- Alicense-qualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Producer/Riffusion AI music generation
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
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/raphaelInacio/quickerspot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server