QI140 MCP Multi
A multi-purpose MCP server for AI-powered healthcare assistance that processes clinical data through configurable LLM providers. Maintains webhook endpoints for patient data processing with PostgreSQL logging and OpenAPI documentation.
README
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]
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.