@pipeworx/wordnik

Connect: https://gateway.pipeworx.io/wordnik/mcp · Install: one-click buttons

Tools: 12

Wordnik MCP — English dictionary, word lookups, related words. Free dev key.

Auth

  • Platform: PLATFORM_WORDNIK_KEY. BYO: ?_apiKey=….

Tools

  • definitions(word, limit?, partOfSpeech?, includeRelated?, sourceDictionaries?, useCanonical?, includeTags?) — definitions
  • examples(word, limit?, skip?, includeDuplicates?, useCanonical?) — usage examples
  • top_example(word, useCanonical?) — single top example
  • related(word, relationshipTypes?, limitPerRelationshipType?, useCanonical?) — related words (syn/ant/etc)
  • phrases(word, limit?, wlmi?, useCanonical?) — bigram phrases
  • pronunciations(word, sourceDictionary?, typeFormat?, useCanonical?, limit?) — pronunciations
  • hyphenation(word, sourceDictionary?, useCanonical?, limit?) — hyphenation
  • frequency(word, useCanonical?, startYear?, endYear?) — usage frequency over time
  • word_of_the_day(date?) — WotD
  • random_word(hasDictionaryDef?, includePartOfSpeech?, excludePartOfSpeech?, minCorpusCount?, minDictionaryCount?, minLength?, maxLength?) — random word
  • random_words(...) — N random words
  • search(query, caseSensitive?, includePartOfSpeech?, excludePartOfSpeech?, minCorpusCount?, minDictionaryCount?, minLength?, maxLength?, skip?, limit?) — word search

Data source

https://api.wordnik.com/v4

Tools

  • 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.

Tools

  • 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.
  • frequency — Return year-by-year corpus frequency counts for a word from Wordnik; optionally constrain to a startYear–endYear range.
  • hyphenation — Return hyphenation breakpoints and syllable stress for a word from Wordnik's hyphenation 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.
  • 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.
  • related — Return words related to a given word by relationship type (synonym, antonym, hypernym, hyponym, etc.) from Wordnik's relatedWords endpoint.
  • search — Search the Wordnik dictionary by query string with wildcard support; filter by part of speech, length, and corpus count. Returns matching word strings.
  • top_example — Return the single highest-quality usage example sentence for a word from Wordnik's corpus.
  • 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.

Regenerated from source · build July 4, 2026