Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by 3io-w • Uncategorized
An MCP server that counts occurrences and positions of a specified character in a string, case-insensitively and supporting Unicode.
Count specific characters in text inputs accurately.
That require position indexing of characters within Unicode strings.
Case-insensitive character counting in multilingual contexts.
Strawbery-MCP is a Model Context Protocol server designed to count the number of occurrences of a given character within an input string, returning both the count and the 1-indexed positions of each match. It supports case-insensitive matching and Unicode characters, including CJK scripts. The server communicates via SSE and provides JSON-formatted responses, making it easy to integrate into various applications that require precise character counting functionality.