Skip to main content
Glama

waro-mcp

MCP-сервер для Waro Colombia — замена waro-cli для LLM/агентов. Переиспользует эндпоинты Waro API (api-warolabs/api-warocol.com) и контракты (contract.rs).

Установка

npm install
npm run build

Related MCP server: MCP Officegest

Запуск (stdio)

node build/index.js
# or
npm start

Инспектор

npx @modelcontextprotocol/inspector node build/index.js

Конфигурация MCP (OpenCode / Claude Desktop)

{
  "mcpServers": {
    "waro-mcp": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/waro-mcp/build/index.js"],
      "env": { "WARO_API_KEY": "waro_sk_xxx", "WARO_API_URL": "https://api.warolabs.com" }
    }
  }
}

Поддерживает профили ~/.waro/config.toml через WARO_PROFILE (так же, как waro-cli/src/config.rs).

Инструменты (26)

waro_ping, waro_schema, sales_list|metrics|detail, customers_list|detail|orders|metrics, menu_products|recipes|modifiers, analytics_menu|food_cost|alerts|data_quality|cohort|waros|rfm|churn_risk, financial_products, waros_estimate|balances|customer, queries_schema|run

Все инструменты возвращают конверт waro.agent.v1; ошибки устанавливают isError:true.

Публикация

npm publish --access public

Дорожная карта

  • Пакет 1: scaffold + stdio

  • Пакет 2: контракты tools/list

  • Пакет 3: tools/call + auth + agent-json (этот)

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes a curated subset of the Officegest API v2 (22 CRUD tools) for managing clients, sales, and stock to AI clients like Claude Code and Claude Desktop.
    1
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to interact with WhatsApp via the official WhatsApp Cloud API, providing tools for sending messages, templates, media, and managing conversations.
    13
    43
    MIT

View all related MCP servers

Related MCP Connectors

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

  • Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

View all MCP Connectors

Latest Blog Posts

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/uno0uno/waro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server