{
  "serverInfo": {
    "name": "jumblefix",
    "version": "1.0.0",
    "title": "JumbleFix Word Tools",
    "description": "Unscramble letter racks and look up dictionary senses via MCP."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://jumblefix.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "unscramble",
      "description": "Find valid words that can be made from the given letters."
    },
    {
      "name": "lookup_word",
      "description": "Look up definitions and part of speech for a word."
    }
  ]
}