unique-cli-mcp

Forward structured JSON payloads to the Unique AI Platform MCP API.

5|3|Updated Jun 18, 2024
One-click install
npx skills add https://github.com/Unique-AG/ai --skill unique-cli-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unique-cli-mcp
Source: https://github.com/Unique-AG/ai/tree/main/unique_sdk/unique_sdk/cli/skills/unique-cli-mcp
Command: npx skills add https://github.com/Unique-AG/ai --skill unique-cli-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Call MCP server tools registered on the Unique AI Platform directly from the command line. The JSON payload containing the tool name and arguments is forwarded 1:1 to the platform API.

Core Features & Use Cases

  • Direct CLI invocation of MCP tools registered on the Unique AI Platform.
  • Accepts payloads inline, from a file, or via stdin and forwards them unchanged to the MCP API.
  • Useful for automation and scripting workflows that need to trigger platform tools in chat contexts.

Quick Start

Install and run the unique-cli mcp command with a JSON payload to invoke an MCP tool.

Frequently Asked Questions about unique-cli-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I invoke MCP tools from the command line using a JSON payload?

To invoke MCP tools from the command line, you pass a structured JSON payload containing the tool name and arguments to the Unique AI Platform MCP API, requiring specific chat and message context flags for execution.

Can I trigger an MCP tool call via stdin or file input in a CLI workflow?

Yes, you can trigger an MCP tool call by providing the JSON payload inline, from a file, or via stdin. The CLI forwards the payload unchanged to the MCP API for execution.

What context is required to execute an MCP tool call in a chat context?

Executing an MCP tool call in a chat context requires the --chat-id and --message-id flags to provide the necessary conversational context for the Unique AI Platform MCP API.

Does the Unique AI CLI validate JSON payloads before forwarding them to the MCP server?

Yes, the Unique AI CLI validates the JSON payload against the schema before forwarding it 1:1 to the MCP server, ensuring only properly structured tool calls are processed.

When do I need to use CLI-driven MCP tool calls instead of direct API integration?

You need CLI-driven MCP tool calls for automation and scripting workflows that trigger platform tools in chat contexts, allowing direct command-line invocation without building a custom API integration.