thesaurus
Pack: merriam-webster · Endpoint: https://gateway.pipeworx.io/merriam-webster/mcp
Look up a word in the Merriam-Webster thesaurus — the authoritative American English thesaurus. Returns synonyms and antonyms grouped by sense, along with part of speech (noun, verb, adjective, etc.) and short definitions. When the word is not found, returns close spelling suggestions instead. Example: thesaurus({ word: “happy” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
word | string | yes | The word to look up, e.g. “happy”, “fast”, “destroy” |
_apiKey | string | no | Optional — your own Merriam-Webster keys as DICT_KEY:THES_KEY for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/merriam-webster/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"thesaurus","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"merriam-webster": {
"url": "https://gateway.pipeworx.io/merriam-webster/mcp"
}
}
}
See Getting Started for client-specific install steps.