MCP server exposing 5 tools for words.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/words/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
find_synonyms — Find synonyms for a word, ranked by similarity score.find_rhymes — Find words that rhyme with a given word, ranked by score.find_related — Find words related to a given word by a specific relation type. Relation types: "syn" (synonyms), "ant" (antonyms), "rhy" (rhymes), "trg" (triggers/associated words), "jja" (adjectives for a noun), "jjb" (nouns for an adjective).autocomplete — Get word completions from a prefix. Useful for autocomplete and spelling suggestions.find_words — Advanced word search. Find words matching a combination of meaning, pronunciation, and spelling constraints.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/words/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io