find_words

Pack: datamuse · Endpoint: https://gateway.pipeworx.io/datamuse/mcp

Find English words matching one or more constraints using the Datamuse word-finding engine.

Parameters

NameTypeRequiredDescription
means_likestringnoFind words with a meaning similar to this (Datamuse ml=).
rhymes_withstringnoFind perfect rhymes for this word (rel_rhy=).
near_rhymes_withstringnoFind approximate / near rhymes for this word (rel_nry=).
synonyms_ofstringnoFind synonyms of this word (rel_syn=).
antonyms_ofstringnoFind antonyms of this word (rel_ant=).
associated_withstringnoFind words statistically associated with / triggered by this word (rel_trg=).
sounds_likestringnoFind words that sound like this (phonetic, sl=).
spelled_likestringnoSpelling pattern; * = any sequence of letters, ? = exactly one letter (sp=), e.g. “t*k”.
adjectives_forstringnoFind adjectives that commonly describe this noun (rel_jjb=).
nouns_forstringnoFind nouns commonly described by this adjective (rel_jja=).
topicsstringnoComma-separated topic words to bias results toward (topics=).
maxnumbernoMax results, 1-1000 (default 20).

Example call

curl -X POST https://gateway.pipeworx.io/datamuse/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_words","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "datamuse": {
      "url": "https://gateway.pipeworx.io/datamuse/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026