Back to Home
Kolivoapp icon

kolivo-mcp-server

Verified Safe

by Kolivoapp

Overview

This server acts as a Model Context Protocol (MCP) wrapper, enabling AI systems to interact with the KOLIVO Brand Portal API to manage assets, brand guidelines, and analytics.

Installation

Run Command
pnpm start

Environment Variables

  • KOLIVO_BRAND_PORTAL_API_URL
  • KOLIVO_BRAND_PORTAL_AUTH_TOKEN

Security Notes

The server correctly retrieves sensitive authentication tokens from environment variables, preventing hardcoding. It explicitly checks for the presence of the authentication token before starting. All external API communication uses HTTPS and includes a configurable timeout. The server proxies requests directly, relying on the upstream KOLIVO Brand Portal API for robust input validation and data sanitization. The communication with the AI client occurs via standard I/O (stdio), which is generally secure for co-located processes, but the `AUTH_TOKEN` remains a critical secret that must be managed carefully by the user deploying the server.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens350
Stars0
Forks0
Last Update2026-01-19

Tags

MCPAI IntegrationBrand PortalAPI WrapperKOLIVO