Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Quickerspot

FreeNot checked

Official Model Context Protocol (MCP) Server for QuickerSpot — AI-powered commercial radio and retail sound automation. Connect your AI Assistants (Cursor IDE,

GitHubEmbed

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)

  1. list_voices() — Retorna o catálogo de vozes comerciais disponíveis (Camila, Helena, Marcos, Carlos, Ricardo).
  2. create_campaign(name, data, voice_tone, free_text) — Cria uma nova campanha comercial e gera o roteiro síncrono via IA.
  3. approve_script(campaign_id, script) — Aprova o roteiro e dispara a produção de áudio TTS + mixagem em background.
  4. get_campaign_status(campaign_id) — Consulta o status (PENDING, PROCESSING, COMPLETED), roteiro e URLs de download dos MP3s.
  5. list_campaigns() — Lista todas as campanhas ativas da sua conta.
  6. 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"
      }
    }
  }
}

from github.com/raphaelInacio/quickerspot-mcp

Installing Quickerspot

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/raphaelInacio/quickerspot-mcp

FAQ

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

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