Utilizes the TypeScript SDK for MCP to implement a letter counting service, enabling LLMs to count occurrences of specific letters within words (e.g., counting how many times 'r' appears in 'strawberry').
Letter Counter MCP Server (strawberry-mcp)
This is an LLM generated mcp server using the instructions from Building MCP with LLMs.
It's purpose is to solve the strawberry LLM problem as a joke/learning example.
Prompt
The original prompt referenced the llms-full.md and typescript-sdk README for guidance on building the MCP server.
The prompt was as follows:
This server cannot be installed
An MCP server that enables LLMs to count occurrences of specific letters within words, created as a learning example for the Model Context Protocol.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.Last updated -187JavaScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -1231TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.Last updated -9TypeScriptMIT License