Wit ai

Wit ai

Wit.ai is a natural language processing platform that enables developers to build applications and devices that understand human language.

1VIEWS
2970USERS

Install MCP Server

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

npx @composio/cli add cursor --app wit_ainpx @composio/cli add cursor --app wit_ainpx @composio/cli add cursor --app wit_ainpx @composio/cli add cursor --app wit_ai

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

Available Tools

Create Wit.ai App

Tool to create a new app in wit.ai. use when you need to programmatically initialize an application before training or importing data.

Create Wit.ai Trait

Tool to create a new trait in wit.ai. use when defining custom entity attribute matching behavior.

Delete App

Tool to delete a specific app from wit.ai. use when you need to remove an existing app by its id after confirming its existence.

Get App Details

Tool to retrieve metadata and settings of a wit.ai app. use when you need to fetch complete app details by app id after authenticating.

Get Intent Details

Tool to retrieve details of a specific intent. use when you need full intent metadata given its id.

Get Intents

Tool to list all intents in a wit.ai app. use after authenticating to retrieve defined intents.

Wit.ai Get Message

Tool to analyze a text message and extract its intent, entities, and traits. use when you need structured meaning from user input.

Get Trait Details

Tool to retrieve details of a specific trait. use when you have the trait id and need its full metadata.

List Traits

Tool to list all traits in a wit.ai app. use after authenticating to retrieve defined traits.

Update Wit.ai App

Tool to update an existing wit.ai app. use when you need to modify app settings after creation.

10 actions available