Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Encodian

Encodian

Encodian provides a suite of document management and automation tools, including Flowr, Filer, and Indxr, designed to enhance productivity and streamline workflows within Microsoft 365 environments.

11VIEWS
2146USERS

Install MCP Server

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

npx @composio/cli add cursor --app encodiannpx @composio/cli add cursor --app encodiannpx @composio/cli add cursor --app encodiannpx @composio/cli add cursor --app encodian

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

Available Tools

Decode Base64 String

Tool to decode a Base64 string to a file. Use when you need to extract binary content (e.g., PDF, image) from Base64 data.

Base64 Encode

Tool to encode a string to Base64. Use when you need to convert text into Base64 representation for use in other operations.

Compare Text

Tool to compare two text strings and determine if they match. Use when you have two strings and need to verify if they are equal.

Hash Data

Tool to compute a cryptographic hash (MD5, SHA256, etc.) of text or file data. Use when you need to verify integrity or generate digests.

Unzip File

Tool to extract files from an archive. Use when you need to unzip a package and retrieve its contents.

Get File Properties

Tool to retrieve properties of a file. Attempts multiple Encodian Filer endpoints and fallbacks.

Resize Image

Tool to resize an image by percentage or dimensions. Use when you need to scale or reshape an image with optional aspect-ratio enforcement.

Move File

Tool to move a file between containers. Use when you need to relocate a blob within your storage without manually copying then deleting.

Add Pdf Header Footer

Tool to add HTML header and footer to a PDF. Use when you need to embed consistent headers or footers across pages with margin and range options.

Get Pdf Metadata

Tool to extract PDF metadata and properties. Use when you need to retrieve details like page count, author, file size, and custom attributes.

Watermark Pdf

Tool to apply a text watermark to a PDF. Use when you need to annotate PDF pages with custom labels or marks; supports page selection, positioning, opacity, and rotation.

Validate Email Address

Tool to validate an email address. Use when checking email formats against a custom regex before processing user inputs.

Validate Url Availability

Tool to validate the availability of a specified URL. Use when needing to confirm if a web address is reachable before processing.

Write Range To Excel

Tool to write values to a cell range in an Excel worksheet. Use when you need to programmatically update worksheet data by specifying a range and a 2D array of values.

14 actions available