MCP server exposing 12 tools for wordnik.
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/wordnik/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
definitions — Fetch dictionary definitions for a word from Wordnik; filter by part of speech, source dictionary, and limit. Returns definitions with source, text, and part of speech.examples — Usage examples.top_example — Return the single highest-quality usage example sentence for a word from Wordnik's corpus.related — Return words related to a given word by relationship type (synonym, antonym, hypernym, hyponym, etc.) from Wordnik's relatedWords endpoint.phrases — Return common bigram phrases containing a word from Wordnik's corpus; wlmi parameter sets minimum mutual-information threshold.pronunciations — Return pronunciation strings (IPA, ahd, etc.) for a word from Wordnik; filter by source dictionary and format type.hyphenation — Return hyphenation breakpoints and syllable stress for a word from Wordnik's hyphenation endpoint.frequency — Return year-by-year corpus frequency counts for a word from Wordnik; optionally constrain to a startYear–endYear range.word_of_the_day — Fetch the Wordnik Word of the Day for a given date (YYYY-MM-DD) or today if omitted; returns word, definitions, and example sentences.random_word — Return a single random word from Wordnik; filter by part of speech, min/max length, and minimum corpus or dictionary occurrence count.random_words — Return up to `limit` random words from Wordnik; filter by part of speech, min/max length, and minimum corpus or dictionary occurrence count.search — Search the Wordnik dictionary by query string with wildcard support; filter by part of speech, length, and corpus count. Returns matching word strings.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/wordnik/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io