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
| Name | Type | Required | Description |
|---|---|---|---|
means_like | string | no | Find words with a meaning similar to this (Datamuse ml=). |
rhymes_with | string | no | Find perfect rhymes for this word (rel_rhy=). |
near_rhymes_with | string | no | Find approximate / near rhymes for this word (rel_nry=). |
synonyms_of | string | no | Find synonyms of this word (rel_syn=). |
antonyms_of | string | no | Find antonyms of this word (rel_ant=). |
associated_with | string | no | Find words statistically associated with / triggered by this word (rel_trg=). |
sounds_like | string | no | Find words that sound like this (phonetic, sl=). |
spelled_like | string | no | Spelling pattern; * = any sequence of letters, ? = exactly one letter (sp=), e.g. “t*k”. |
adjectives_for | string | no | Find adjectives that commonly describe this noun (rel_jjb=). |
nouns_for | string | no | Find nouns commonly described by this adjective (rel_jja=). |
topics | string | no | Comma-separated topic words to bias results toward (topics=). |
max | number | no | Max 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.