nutrs-mcp
Provides tools for querying and managing calendar events, categories, and branch data stored in a PostgreSQL database.
Provides tools for accessing and managing radar cycle data, menu recipes, and cost estimates stored in a Supabase database.
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., "@nutrs-mcpShow the latest radar cycle metrics"
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.
🎯 MCP NUTRS Server
Servidor MCP (Model Context Protocol) para o ecossistema NUTRS - conecta Radar, Calendário e Cardápio ao Claude.
📊 Tools Disponíveis
Radar (10 tools)
Tool | Descrição |
| Visão executiva - ciclos recentes com métricas |
| Drill-down de um ciclo: diários, itens, acréscimos, pedidos |
| Dados dia a dia: planejado vs realizado |
| Pedidos extras fora do planejamento |
| Relatório de savings nas negociações |
| Ordens de compra com itens |
| Financeiro: faturas e vencimentos |
| Atualizar cache de indicadores |
| Lista de filiais/unidades |
| Indicadores críticos e avisos |
Calendário (3 tools)
Tool | Descrição |
| Tarefas pendentes e atrasadas |
| Agenda da semana por filial |
| Estatísticas de conclusão |
Cardápio (3 tools)
Tool | Descrição |
| Catálogo de receitas com custos |
| Orçamento por filial/dia |
| Gerador de proposta comercial |
Related MCP server: abacatepay-mcp
🚀 Deploy
# 1. Clonar/copiar para o servidor
cp -r mcp-nutrs /opt/mcp-nutrs
# 2. Configurar .env
cp .env.example .env
nano .env # preencher service key e senha do calendar
# 3. Build e run
cd /opt/mcp-nutrs
docker compose up -d --build
# 4. Testar
curl http://localhost:3100/health
# 5. Adicionar no Caddy (se usar Caddy)
# No Caddyfile adicionar:
# mcp.hubnutrs.com.br {
# reverse_proxy mcp-nutrs:3100
# }🔧 Conectar no Claude Desktop / Claude.ai
No Claude Desktop, adicionar no claude_desktop_config.json:
{
"mcpServers": {
"nutrs": {
"url": "https://mcp.hubnutrs.com.br/mcp"
}
}
}📁 Estrutura
mcp-nutrs/
├── src/
│ ├── index.ts # Entry point + transport
│ ├── tools/
│ │ ├── radar.ts # 10 tools do Radar
│ │ ├── calendario.ts # 3 tools do Calendário
│ │ └── cardapio.ts # 3 tools do Cardápio
│ ├── services/
│ │ ├── supabase.ts # Cliente Supabase
│ │ ├── calendar-db.ts # Cliente PostgreSQL
│ │ └── formatters.ts # Helpers de formatação
│ └── schemas/ # (futuro: schemas Zod compartilhados)
├── Dockerfile
├── docker-compose.yml
├── package.json
├── tsconfig.json
└── .env.example📐 Fontes de Dados
Supabase (
kknejnrlaonigduohwpe): tabelasrd-*(Radar) + receitas/custos (Cardápio)PostgreSQL (container
nutrs-calendar-db): eventos, categorias, filiais (Calendário)
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-qualityDmaintenanceMCP server integrating Foodvisor nutrition API for food search, meal logging, daily summaries, and progress tracking via LLM agents like Claude.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for integrating with Abacate Pay API, enabling management of customers, billings, PIX QR codes, and discount coupons via AI assistants like Claude.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for MealMastery AI meal planning that enables users to manage meal plans, recipes, and grocery lists through natural language conversation with AI agents like Claude.Last updated42MIT

@nestr/mcpofficial
Alicense-qualityBmaintenanceMCP server that connects AI assistants like Claude to your Nestr workspace, enabling task, project, role management, and organizational insights through natural language.Last updated6815MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
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/douglas-doca/nutrs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server