agentes-mcp-server
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., "@agentes-mcp-serverquery Athena for Cora: hypertension patients since yesterday"
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.
Servidor MCP Centralizado — AmorSaúde
Servidor MCP (Model Context Protocol) centralizado que unifica as ferramentas de consulta SQL (Athena), busca semântica (Pinecone RAG), busca de prontuários similares, transcrição de áudio (Whisper) e avaliação de qualidade (LLM-as-Judge) para todos os agentes do ecossistema AmorSaúde.
Agentes Suportados
Agente | Athena | RAG | Busca Semântica | Transcrição | Evaluator |
Cora | ✅ (Cardiologia/HAS) | HAS | ❌ | ❌ | ✅ Unificado |
Amorzito | ✅ (Qualidade/IQRC) | CFM, Regras, RDC, HAS | ❌ | ❌ | ✅ Unificado |
Iris | ✅ (Catarata) | Catarata, Vocabulário | ✅ | ❌ | ✅ Unificado |
Auxiliar Médico | ❌ | CFM, Regras, RDC | ❌ | ✅ | ✅ Transcrição |
Related MCP server: QI140 MCP Multi
Primitivas MCP
🔧 Tools (5)
query_athena_tool(sql, agent_id)— Consulta SQL com validação por agentesearch_rag_tool(query, agent_id, namespace_key, k)— Busca semântica no Pineconesearch_similar_records_tool(query, agent_id, top_k)— Busca de prontuários similarestranscribe_audio_tool(file_path, agent_id)— Transcrição via Whisperevaluate_response_tool(agent_id, ...)— Avaliação LLM-as-Judge
📄 Resources (6)
agent://registry/list— Lista todos os agentesagent://{agent_id}/config— Configuração do agenteagent://{agent_id}/sql-rules— Regras SQL específicasagent://{agent_id}/rag-namespaces— Namespaces RAG disponíveisagent://{agent_id}/schema— Schema do banco de dadosagent://{agent_id}/evaluator-criteria— Critérios de avaliação
💬 Prompts (3)
setup-agent(agent_id, data_hoje, data_ontem)— System prompt completo do agentebuild-sql-expert-prompt(agent_id)— Prompt do sub-agente SQLbuild-evaluator-prompt(agent_id)— Prompt do avaliador LLM-as-Judge
Setup
# 1. Instalar dependências
uv sync
# 2. Configurar variáveis de ambiente
cp .env.example .env
# Edite o .env com os valores reais
# 3. Rodar o servidor (SSE)
uv run server.py
# 4. Testar com o MCP Inspector
npx @modelcontextprotocol/inspector uv run server.pyEstrutura
central-mcp-server/
├── server.py # Ponto de entrada FastMCP (SSE)
├── config/
│ ├── settings.py # Variáveis de ambiente (Pydantic Settings)
│ └── agents.py # Registry: AGENT_CONFIGS, PERSONAS, EVALUATOR_CONFIGS
├── tools/
│ ├── athena.py # query_athena (validação + execução)
│ ├── rag.py # search_rag (Pinecone unificado)
│ ├── semantic_search.py # search_similar_records (embedding direto)
│ ├── transcription.py # transcribe_audio (Whisper)
│ └── evaluator.py # evaluate_response (LLM-as-Judge)
├── resources/
│ └── agent_resources.py # Resources dinâmicos por agente
├── pyproject.toml
├── .env.example
└── README.mdThis 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
- AlicenseBqualityDmaintenanceA complete MCP server for Retrieval-Augmented Generation with file management and vector memory for agents. Supports multiple document formats (PDF, DOCX, TXT, MD, CSV, JSON) with semantic search using Hugging Face embeddings and ChromaDB for efficient vector storage.11131MIT
- Flicense-qualityDmaintenanceA 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.
- Flicense-qualityDmaintenanceRAG-enabled MCP server that uses Google Gemini for embeddings and Supabase for vector storage, enabling semantic search and document similarity matching through natural language queries.
- Flicense-qualityDmaintenanceA RAG-based MCP server for natural language querying of Brazilian healthcare manuals (SIH/SUS, SIA/SUS) and official ordinances. It provides 16 tools for semantic search, regulatory critique analysis, and retrieving data from SIGTAP and CNES.1
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/dadosamorsaude/agentes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server