wordsapi
The `wordsapi` MCP server is a comprehensive tool for retrieving detailed information about English words.
is_atype_of
Finds word that are more general than the given word.
Try it
Result:
has_types
Get more specific examples of types of this word.
Try it
Result:
part_of
The larger whole to which the word belongs.
Try it
Result:
has_parts
Words that are parts of the original word.
Try it
Result:
is_an_instance_of
Words that the parameter word is an example of.
Try it
Result:
has_instances
Words that are examples of the parameter word.
Try it
Result:
similar_to
Words that similar to the original word, but are not synonyms.
Try it
Result:
also
Phrases of which the word is a part.
Try it
Result:
entails
Words that are implied by the original word. Usually used for verbs.
Try it
Result:
member_of
A group to which the word belongs.
Try it
Result:
has_members
Words that belong to the group defined by the parameter word.
Try it
Result:
substance_of
Substances to which the original word is a part of.
Try it
Result:
has_substances
Words that are substances of the parameter word.
Try it
Result:
in_category
The domain category to which the original word belongs.
Try it
Result:
has_categories
Categories of the parameter word.
Try it
Result:
usage_of
Words that the original word is a domain usage of.
Try it
Result:
has_usages
Words that are examples of the domain the original word defines.
Try it
Result:
in_region
Geographical areas where the word is used.
Try it
Result:
region_of
Words used in the specified geographical area.
Try it
Result:
pertains_to
Words to which the original word is relevant.
Try it
Result:
synonyms
Get synonyms of a word
Try it
Result:
word
Retrieve information about a word. Results can include definitions, part of speech, synonyms, related words, syllables, and pronunciation. This method is useful to see which relationships are attached to which definition and part of speech of a word.
Try it
Result:
definitions
Get definitions of a word, including the part of speech.
Try it
Result:
examples
Get examples of how the word is used.
Try it
Result:
rhymes
Get a list of words that rhyme with the given word.
Try it
Result:
antonyms
Get antonyms (opposites) of a word.
Try it
Result:
pronunciation
How to pronounce a word, according to the International Phonetic Alphabet. May include multiple results if the word is pronounced differently depending on its part of speech.
Try it
Result:
syllables
Returns the word broken down into syllables.
Try it
Result:
frequency
Expands upon the frequeny score returned by the main /words/{word} endpoint. Returns zipf, a score indicating how common the word is in the English language, with a range of 1 to 7; perMillion, the number of times the word is likely to appear in a corpus of one million English words; and diversity, a 0-1 scale the shows the likelyhood of the word appearing in an English document that is part of a corpus.
Try it
Result:
random
Retrieve a random word, optionally matching a search criteria. You can use the same search criteria as the "Search" endpoint.
Try it
Result:
search
Search for words matching the parameters you provide. For more examples, please see the documentation on the website. https://www.wordsapi.com/docs#search