Tools that your AI agent can use through this MCP server to interact with Formatting
Encode a string as a URL
Decode a URL string
Removes leading and trailing whitespace
Transform case for a text input
Split the text on a character or word and return one or all segments
Return a default value if the text is empty
Replace all instances of any character, word or phrase in the text with another character, word or phrase.
Parse a JSON string
Format a number to a new style. Does not perform any rounding or padding of the number.
Format a number as a currency
Find a web URL out of a text field. Finds the first URL only.
Find a complete phone number out of a text field. Finds the first number only.
Find a number out of a text field. Finds the first number only.
Find an email address out of a text field. Finds the first email address only.
Find a match for a regular expression pattern. Returns all matched groups with start and end position.
Format a date string to another date string. For more examples on formatting, see the Sugar Date Format documentation.
Convert Markdown text to HTML
Convert an object to a JSON format string
Convert valid HTML to text
Convert valid HTML to Markdown text
Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.
Add or subtract time from a given input