Tisane

Tisane

Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.

47VIEWS
4USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app tisanenpx @composio/cli add cursor --app tisanenpx @composio/cli add cursor --app tisanenpx @composio/cli add cursor --app tisane

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Analyze Text

Tool to analyze input text for detailed nlu insights. use after preparing text when you need to detect sentiment, entities, topics, and other linguistic features.

Calculate Semantic Similarity

Tool to calculate semantic similarity between two text fragments. use when you need a numeric similarity score (0-1) for two texts.

Detect Language

Tool to detect the language of the provided text. use when you need to identify the language code.

Extract Text

Tool to extract raw text from markup content. use when cleaning html, css, js, or json to get pure decoded text. use after confirming the input is utf-8 text; this does not process binary content.

Get Supported Languages

Tool to list all languages supported by the api. use when needing to discover available languages for text analysis or processing. call before submitting text to ensure support.

Transform Text

Tool to translate or paraphrase text. use when you need to convert content between languages or paraphrase within the same language.

6 actions available