mcp-server-text-analyzer

foss-v/mcp-server-text-analyzer

3.2

If you are the rightful owner of mcp-server-text-analyzer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server Text Analyzer is a proof-of-concept server written in Rust, designed to provide text analysis tools.

Tools
1
Resources
0
Prompts
0

mcp-server-text-analyzer

A PoC MCP server written in rust. Provides tools to analyze text.

Features

Tools

  • count_characters
    • Counts the number of characters for a given String.

Configuration

  1. Build the binary:
cargo build --release
  1. Update the MCP client compatible host:
{
  "mcpServers": {
    "text-analyzer": {
      "command": "<path to binary>"
}