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-proxy
💻 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.
Related MCP Servers
Alicense-qualityDmaintenanceProvides MCP tools for SMS messaging, contact management, workflows automation, and account administration through EZTexting's API, supporting both remote Streamable HTTP and local stdio bridge.Last updated107MIT- Alicense-qualityDmaintenanceProxies remote HTTP/HTTPS MCP servers over stdio, allowing stdio-based MCP clients to connect to remote servers via Streamable HTTP or SSE transports.Last updatedMIT
- Alicense-qualityDmaintenanceProxies STDIO-based MCP clients to streaming HTTP MCP servers, enabling local clients to connect to remote servers.Last updated333MIT

GenieOS MCP Serverofficial
AlicenseAqualityCmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.Last updated6410MIT
Related MCP Connectors
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
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/opinysaas/mcp-opiny'
If you have feedback or need assistance with the MCP directory API, please join our Discord server