mcp-server-count-letters MCP server
@higherpass
About mcp-server-count-letters MCP server
MCP server to count letters
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1counts the occurrences of a specified letter
Overview
What is mcp-server-count-letters?
mcp-server-count-letters is a lightweight MCP server that counts how many times a given letter appears in a word. It implements a custom mcp:// URI scheme (demonstrated for the letter 'r' in "strawberry" and "raspberry") and exposes a single tool, count_letter, designed primarily for LLMs that need to reliably perform letter‑counting tasks.
How to use mcp-server-count-letters?
Invoke the count_letter tool via any MCP client, providing two required string arguments: word (the word to search in) and letter (the character to count). The server returns an integer representing the number of occurrences.
Key features of mcp-server-count-letters
- Counts occurrences of a specified letter in a word
- Custom
mcp://URI scheme for counting 'r' in "strawberry" and "raspberry" - Single
count_lettertool with string parameters - Returns a simple integer result
Use cases of mcp-server-count-letters
—
FAQ from mcp-server-count-letters
—
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments