/
by ai.smithery
Count occurrences of any character in your text instantly. Specify the character and get precise c…
Server configuration and capabilities from the MCP manifest
Size: 713 bytes (179 tokens)
Tools Found: 1
Analysis ID: 2zpxgxve
A TypeScript MCP server that counts occurrences of a specific character in a given text.
Stars
Registry ID: bf62e877-0c0e-49e2-a459-36c336bca4af
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "Character Counter", "tags": [ "mcp", "express", "typescript", "smithery" ], "tools": [ { "name": "count_characters", "description": "Count occurrences of a specific character in text", "input_schema": { "type": "object", "required": [ "text", "character" ], "properties": { "text": { "type": "string", "description": "The text to search in" }, "character": { "type": "string", "description": "The character to count (single character)" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } } ], "version": "1.0.0", "categories": [], "description": "Custom TypeScript MCP server with Express HTTP transport" }
Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0