Kawakami 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., "@Kawakami MCP Serverquais são as ofertas do dia?"
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.
Kawakami MCP Server
MCP Server que expõe o catálogo do Supermercados Kawakami (Paraguaçu Paulista/SP) como ferramentas para Claude, ChatGPT, OpenCode e qualquer cliente MCP.
Arquitetura
Cliente MCP (ChatGPT/Claude/OpenCode)
│
▼
Cloudflare Tunnel (kawakami.axischat.com.br)
│
▼
FastMCP (Python) ← httpx → VIP Commerce API
│
▼
SQLite (sessoes/carrinho/listas)src/
├── main.py # Entrypoint + argparse
├── server.py # FastMCP + tool registration
├── config.py # Settings via env vars
├── domain/
│ ├── models.py # Produto, Oferta, CarrinhoItem...
│ └── exceptions.py # VipCommerceUnavailable, TokenExpired...
├── infrastructure/
│ ├── auth.py # TokenManager (load/save/refresh)
│ ├── vipcommerce_client.py # HTTP client + retry + cache + circuit breaker
│ ├── session_store.py # SQLite-backed sessions
│ ├── circuit_breaker.py # Circuit breaker state machine
│ ├── validation.py # Input sanitization
│ └── error_handler.py # @safe_tool decorator
├── presentation/
│ └── formatters.py # Text formatting
└── tools/
├── busca.py # buscar_produtos, buscar_por_ean
├── catalogo.py # listar_departamentos, produtos_por_departamento, detalhes_produto
├── ofertas.py # ofertas_do_dia, verificar_estoque
├── carrinho.py # adicionar, ver, remover, limpar
└── listas.py # salvar, minhas, ver, excluirRelated MCP server: Swissgroceries MCP
Deploy rápido
cp .env.example .env # Preencha KWK_VIP_TOKEN e KWK_VIP_SESSAO_ID
make up # Build + sobe API + tunnelTools (16)
Tool | Descrição |
| Cria um identificador isolado para carrinho e listas |
| Busca produtos por nome |
| Busca por código de barras |
| Lista departamentos com contagem |
| Produtos de um departamento |
| Detalhes completos por ID |
| Ranking de melhores ofertas |
| Estoque de um produto |
| Adiciona item ao carrinho |
| Mostra carrinho atual |
| Remove item do carrinho |
| Esvazia carrinho |
| Salva lista de compras |
| Lista listas salvas |
| Detalha uma lista |
| Remove uma lista |
As tools de carrinho e listas exigem o session_id retornado por
criar_sessao. O identificador é uma capacidade privada: não compartilhe entre
usuários ou conversas.
MCP Apps UI
As tools de produtos e ofertas retornam texto e structuredContent. Clientes
compatíveis com MCP Apps carregam o resource
ui://kawakami/catalog-v2.html.
Para desenvolver a interface:
cd ui
npm ci
npm run lint
npm run buildO build Vite é embutido no resource MCP. A imagem Docker compila a UI automaticamente.
Variáveis de ambiente
Ver .env.example para todas as opções. Essenciais:
Var | Descrição |
| Token JWT da sessão anônima VIP Commerce |
| Session ID do VIP Commerce |
| CEP padrão (default: 19700000) |
| Caminho persistente do SQLite |
| Caminho persistente do token renovado |
| Origem HTTPS dedicada do widget |
Healthcheck
GET /health retorna {"status":"ok"} quando o processo está pronto. O
endpoint não consulta a VIP Commerce, evitando reinícios durante indisponibilidade
do fornecedor.
Desenvolvimento
make dev # stdio (para testar no OpenCode/Claude Desktop)
make dev-http # HTTP (para testar no navegador)
make test # pytest
make lint # ruffThis 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.
Latest Blog Posts
- 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/daviiferrer/kawakami-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server