← Word of the Day MCP Server

Word of the Day MCP Server bd3c92fc0fdda749bedb60fc17460a3b8d6c0940

source_git · traves-theberge/word_of_the_day · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T11:36:24.873Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
get_random_wordGet a random word with its definition for word of the day
Input schema
{
  "type": "object",
  "properties": {
    "difficulty": {
      "type": "string",
      "enum": [
        "easy",
        "medium",
        "hard"
      ],
      "description": "Difficulty level of the random word",
      "default": "medium"
    }
  },
  "required": []
}
— · —
get_word_definitionGet the definition, pronunciation, and meanings of a word using the Dictionary API
Input schema
{
  "type": "object",
  "properties": {
    "word": {
      "type": "string",
      "description": "The word to get the definition for"
    },
    "language": {
      "type": "string",
      "description": "Language code (default: en)",
      "default": "en"
    }
  },
  "required": [
    "word"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.