Quickerspot
FreeNot checkedOfficial Model Context Protocol (MCP) Server for QuickerSpot — AI-powered commercial radio and retail sound automation. Connect your AI Assistants (Cursor IDE,
About
Official Model Context Protocol (MCP) Server for QuickerSpot — AI-powered commercial radio and retail sound automation. Connect your AI Assistants (Cursor IDE, Claude Desktop, Antigravity, Hermes Agent, OpenClaw) directly to QuickerSpot's ElevenLabs V3 voice engine, AI script generator, and indoor radio mixer.
README
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.
🛠️ 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"
}
}
}
}
Installing Quickerspot
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/raphaelInacio/quickerspot-mcpFAQ
Is Quickerspot MCP free?
Yes, Quickerspot MCP is free — one-click install via Unyly at no cost.
Does Quickerspot need an API key?
No, Quickerspot runs without API keys or environment variables.
Is Quickerspot hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Quickerspot in Claude Desktop, Claude Code or Cursor?
Open Quickerspot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Quickerspot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
