Back to Browse

Quickerspot MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

About

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

Security Report

4.8
Use Caution4.8High Risk

This MCP server is well-structured with proper authentication via API keys and reasonable error handling. The codebase follows secure practices with no evidence of malicious patterns, hardcoded secrets, or dangerous operations. Permissions are appropriate for the stated purpose of integrating with the QuickerSpot commercial audio platform. Minor code quality observations regarding broad exception handling do not materially impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API Key M2M gerada no painel do QuickerSpot (/settings)Required

Environment variable: QUICKERSPOT_API_KEY

URL do backend do QuickerSpot em produçãoOptional

Environment variable: QUICKERSPOT_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-raphaelinacio-quickerspot-mcp": {
      "env": {
        "QUICKERSPOT_API_KEY": "your-quickerspot-api-key-here",
        "QUICKERSPOT_API_URL": "your-quickerspot-api-url-here"
      },
      "args": [
        "quickerspot-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!