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.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/tisane # Set up API key
tisane auth login --api-key YOUR_API_KEY
# Verify connection
tisane auth status # 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 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.