@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?)— definitionsexamples(word, limit?, skip?, includeDuplicates?, useCanonical?)— usage examplestop_example(word, useCanonical?)— single top examplerelated(word, relationshipTypes?, limitPerRelationshipType?, useCanonical?)— related words (syn/ant/etc)phrases(word, limit?, wlmi?, useCanonical?)— bigram phrasespronunciations(word, sourceDictionary?, typeFormat?, useCanonical?, limit?)— pronunciationshyphenation(word, sourceDictionary?, useCanonical?, limit?)— hyphenationfrequency(word, useCanonical?, startYear?, endYear?)— usage frequency over timeword_of_the_day(date?)— WotDrandom_word(hasDictionaryDef?, includePartOfSpeech?, excludePartOfSpeech?, minCorpusCount?, minDictionaryCount?, minLength?, maxLength?)— random wordrandom_words(...)— N random wordssearch(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
limitrandom 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.