aigeon-ai/wordsapi
wordsapi is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of wordsapi and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The `wordsapi` MCP server is a comprehensive tool for retrieving detailed information about English words.
Try wordsapi with chat:
Tools
Functions exposed to the LLM to take actions
is_atype_of
Finds word that are more general than the given word.
has_types
Get more specific examples of types of this word.
part_of
The larger whole to which the word belongs.
has_parts
Words that are parts of the original word.
is_an_instance_of
Words that the parameter word is an example of.
has_instances
Words that are examples of the parameter word.
similar_to
Words that similar to the original word, but are not synonyms.
also
Phrases of which the word is a part.
entails
Words that are implied by the original word. Usually used for verbs.
member_of
A group to which the word belongs.
has_members
Words that belong to the group defined by the parameter word.
substance_of
Substances to which the original word is a part of.
has_substances
Words that are substances of the parameter word.
in_category
The domain category to which the original word belongs.
has_categories
Categories of the parameter word.
usage_of
Words that the original word is a domain usage of.
has_usages
Words that are examples of the domain the original word defines.
in_region
Geographical areas where the word is used.
region_of
Words used in the specified geographical area.
pertains_to
Words to which the original word is relevant.
synonyms
Get synonyms of a word
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.
definitions
Get definitions of a word, including the part of speech.
examples
Get examples of how the word is used.
rhymes
Get a list of words that rhyme with the given word.
antonyms
Get antonyms (opposites) of a word.
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.
syllables
Returns the word broken down into syllables.
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.
random
Retrieve a random word, optionally matching a search criteria. You can use the same search criteria as the "Search" endpoint.
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client