0.0.3 • Published 6 months ago

@buildwithlayer/qloo-mcp v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Qloo MCP Server

⚠️ Warning: This project is in active development and subject to rapid changes. Features and APIs may be modified frequently. If you have feedback or workflows you'd like to see supported, please get in touch.

Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems or services like Qloo.

Qloo's MCP server allows you to use any MCP Client (Claude Desktop, Cursor, Windsurf and many others) to use natural language and your LLM to use the Qloo Insights API.

Setup

Requirements

  • Node.js >= v18.0.0
  • MCP Client
  • Qloo API Key

⚠️ Security Warning: Never share or commit your Qloo Secret Key. If exposed, immediately rotate it in your Qloo Dashboard. Add it to your .gitignore file and use environment variables in production.

Installation

Installation will vary depending on your client, but in most cases you'll need to add the JSON below to your MCP config file. Be sure to insert your Qloo API token.

{
  "mcpServers": {
    "Qloo": {
      "command": "npx",
      "args": ["@buildwithlayer/qloo-mcp"],
      "env": {
        "QLOO_API_KEY": "YOUR QLOO API KEY"
      }
    }
  }
}

Features

This project contains a tool for the Qloo Insights API endpoint.