mcp-opiny
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-opinyshow my recent Opiny campaigns"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Opiny MCP Server (HTTP Streamable)
Servidor oficial do Model Context Protocol (MCP) para a API da Opiny.
Este projeto utiliza uma arquitetura híbrida:
STDIO: Para uso local (Claude Desktop).
HTTP Stream: Para uso remoto, expondo o protocolo MCP diretamente sobre uma conexão HTTP persistente (NDJSON).
🚀 1. Hospedagem no Dokploy (Produção)
Este modo expõe um endpoint único (/mcp) que aceita conexões persistentes.
Deploy
Docker Image: Use o
Dockerfileincluso.Porta: Exponha a porta
7012.Domínio: Configure HTTPS (ex:
ai.opiny.com.br).Variáveis: Nenhuma chave de API é necessária no servidor.
Conectando Clientes (Remoto)
Como este servidor usa "HTTP Stream" em vez de SSE padrão, a configuração do cliente depende do suporte a este transporte.
URL do Endpoint: https://ai.opiny.com.br/mcp
Headers Obrigatórios: x-api-key: SUA_CHAVE_OPINY_AQUI
{
"mcpServers": {
"opiny": {
"url": "[https://ai.opiny.com.br/mcp](https://ai.opiny.com.br/mcp)",
"headers": {
"x-api-key": "SUA_CHAVE_OPINY_AQUI"
}
}
}
}Related MCP server: mcp-server
💻 2. Uso com Claude Desktop (Local)
Para o Claude Desktop, continuamos recomendando o uso via Docker local (modo STDIO), pois garante compatibilidade máxima.
Imagem do container:
Rode esse comando para realizar o build do container de forma local:
docker build -t ghcr.io/opinysaas/mcp-opiny:latest .Após essa etapa, inicie o container.
Arquivo de Configuração:
{
"mcpServers": {
"opiny": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPINY_API_KEY=SUA_CHAVE_OPINY_AQUI",
"ghcr.io/opinysaas/mcp-opiny:latest",
"node",
"index.js",
"--stdio"
]
}
}
}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.
Latest Blog Posts
- 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/opinysaas/mcp-opiny'
If you have feedback or need assistance with the MCP directory API, please join our Discord server