QI140 MCP Multi
Maintains compatibility with existing N8N workflows by providing the same endpoint and prompt structure for AI-powered customer service automation.
Provides integration with OpenAI's API for AI-powered customer service responses, with configurable model selection and API key authentication.
Stores and manages logs of AI interaction inputs and outputs in a PostgreSQL database with persistent data storage.
Click 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., "@QI140 MCP Multisummarize the clinical notes for patient ID 456"
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.
qi140-mcp-multi
MCP Server multifinalitario MCP Atendimento AI (Docker)
Mantém o endpoint POST /webhook/atendimento-ai com o mesmo payload do fluxo atual [2].
Prompt carregado de prompts/prompt.txt, equivalente ao usado no N8N [1].
Logs de entrada/saída em PostgreSQL.
Documentação OpenAPI/Swagger em /docs.
Uso
Configure .env (ou use defaults): cp .env.example .env
Suba com Docker: docker-compose up --build
Teste: curl --location 'http://localhost:8080/webhook/atendimento-ai'
--header 'Content-Type: application/json'
--data '{ "body": { "texts": [ { "cn": { "id": "x" }, "patient_id": "123" } ] } }'
Provedores de LLM
GENERIC: ajuste LLM_BASE_URL, LLM_PORT, LLM_MODEL (API compatível com OpenAI).
OPENAI: defina PROVIDER=OPENAI e OPENAI_API_KEY (e LLM_MODEL).
Banco de dados
Volume pgdata persiste os dados.
Esquema criado por db/init/01_schema.sql.
Swagger
GET /docs e /docs/openapi.json
Observação MCP
Inicialização opcional (MCP_ENABLE=true).
O arquivo src/mcp/server.ts possui o placeholder para registrar tools/resources conforme o SDK.
Referências
Fluxo e prompt (ResumoClínico) [1]
Exemplo de request e rota /webhook/atendimento-ai [2]
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-qualityCmaintenanceAn MCP server that functions as an intelligent gateway for multiple LLM backends including OpenAI, Claude, and Ollama. It supports automatic provider fallback, streaming responses via Server-Sent Events, and real-time monitoring for robust AI integration.Last updatedMIT
- Alicense-qualityDmaintenanceA comprehensive Model Context Protocol (MCP) server for medical document processing with advanced AI capabilities, including OCR, medical NER, local embeddings, and vector search.Last updated3211MIT
- Alicense-qualityDmaintenanceAn MCP server that brings AI-powered search and conversation to your FHIR clinical documents.Last updated1MIT
- AlicenseBqualityBmaintenanceA local-first, model-agnostic MCP server that stores personal health data in a SQLite file and provides analysis-ready views for any AI client to log, retrieve, and reason over health records.Last updated79MIT
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
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/ricardobarreto-vitai/qi140-mcp-multi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server