Other

Tisane

@ktmcp-cli/tisane

Tisane is a natural language processing and content moderation API that detects hate speech, abuse, and sensitive content. This CLI lets you analyze text for topics, sentiment, entities, and policy violations from the terminal.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/tisane

Features

Content moderation
Hate speech detection
Sentiment analysis
Entity extraction
Topic detection
Multi-language support

Usage Examples

Authentication

# Set up API key
tisane auth login --api-key YOUR_API_KEY

# Verify connection
tisane auth status

Analyze text

# Analyze text for moderation
tisane analyze \
  --text "Text to analyze" \
  --language en

# Parse for entities
tisane parse \
  --text "John Smith visited Paris last Tuesday" \
  --language en

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.