datamuse-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_synonymsB | Find synonyms (words with similar meanings) for a given word. Uses WordNet and corpus data. Optionally bias results toward a specific topic. |
| find_antonymsA | Find antonyms (words with opposite meanings) for a given word using WordNet relationships. |
| find_rhymesA | Find words that rhyme with a given word. Supports perfect rhymes and near-rhymes. Useful for poetry, songwriting, and creative writing. |
| find_similar_soundingA | Find words that sound similar to the input. Useful for spelling correction, finding homophones, creating puns, or phonetic matching. |
| find_by_patternA | Find words matching a spelling pattern with wildcards. Use '' for any number of characters, '?' for exactly one character. Examples: 't??k' matches talk/tank/tick, 'unable' matches unable/unforgettable. |
| find_related_wordsA | Find words semantically related to the input. Can find words by meaning similarity, statistical associations (triggers), or hierarchical relationships (hypernyms/hyponyms). |
| find_adjectives_for_nounB | Find adjectives commonly used to describe a noun. Based on Google Books Ngrams data. Example: 'ocean' → deep, blue, vast, pacific. |
| find_nouns_for_adjectiveA | Find nouns commonly described by an adjective. Based on Google Books Ngrams data. Example: 'yellow' → sun, light, fever, pages. |
| get_word_infoA | Get detailed information about a word including: definitions, part of speech, syllable count, pronunciation (IPA), and usage frequency. |
| autocompleteA | Get word suggestions for a partial input. Includes intelligent spelling correction and phonetic fallbacks when exact prefix matches aren't found. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lacausecrypto/datamuse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server