@mukundakatta/soundex-mcp
v0.1.0
Published
MCP server: phonetic encoding (Soundex, Metaphone).
Maintainers
Readme
soundex-mcp
MCP server: phonetic encoding for "sounds like" matching of English names. No deps.
Tools
soundex— Russell Soundex (1918). 4-char code, padded with0.RobertandRupert→R163.metaphone— Lawrence Philips Metaphone (1990). Variable-length code.SmithandSmythshare the same prefix.
Configure
{ "mcpServers": { "soundex": { "command": "npx", "args": ["-y", "@mukundakatta/soundex-mcp"] } } }License
MIT.
