Plain

Plain

Plain is a collaborative support platform for B2B support teams, offering a modern, AI-powered interface to consolidate support channels and assist customers efficiently.

52VIEWS
2105USERS

Install MCP Server

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

npx @composio/cli add cursor --app plainnpx @composio/cli add cursor --app plainnpx @composio/cli add cursor --app plainnpx @composio/cli add cursor --app plain

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

Available Tools

Add Customer To Group

Tool to add a customer to one or more customer groups. use when you have a customer and groups ready.

Create Customer

Tool to create a customer. use after gathering email and full name to provision a new customer in plain.

Create Thread

Tool to create a new thread. use after obtaining valid customer identifier.

Delete Customer

Tool to delete a customer from the system. use when you need to remove a customer by their id.

Delete User

Tool to delete a user from the system. use when you need to remove a user by their id after confirming existence.

Fetch Company

Tool to fetch company details by id. use when you need the full profile of a company, including name, domain, contract value, owner info, and timestamps.

Fetch Issues

Tool to fetch external issue links for a customer. use when you need to list all issues across a customer's threads.

Fetch Tier

Tool to fetch a tier by its id. use when you have a tier id and need its metadata before proceeding. example: "fetch tier with id tier 123".

Get Customer By Email

Tool to fetch customer details by email. use after confirming the email exists to retrieve detailed customer information.

Get Customer By Id

Tool to retrieve details of a specific customer by their unique id. use after obtaining the customer's id to fetch their complete record.

Get Customers

Tool to fetch a list of customers. use when retrieving multiple customer records with pagination, filtering, or sorting.

Get Thread By Id

Tool to fetch details of a specific thread using its unique identifier. use after confirming the thread id is correct.

Get User By Id

Tool to fetch user by id. use when you have a valid user id to retrieve detailed user information.

List Threads

Tool to list all threads. use when you need to retrieve thread summaries with optional pagination.

List Tiers

Tool to retrieve a list of tiers with pagination. use when you need to browse available tiers after determining pagination cursors. example: 'list tiers with first=25'.

Create Customer Group

Tool to create a new customer group. use when needing to group customers for segmentation. creates a new customer group with specified name, key, color, and optional externalid.

List Customer Groups

Tool to list all customer groups. use when you need to retrieve group metadata with optional pagination or filters.

List Threads

Tool to retrieve a paginated list of threads. use when you need to list threads with optional status filtering.

Remove Customer From Group

Tool to remove a customer from one or more customer groups. use when you need to revoke memberships.

Send Message

Tool to send a new message within a thread. use after identifying the thread and preparing message content.

20 actions available