{
  "name": "namegeneratorplus",
  "title": "Name Generator Plus",
  "description": "MCP server for Name Generator Plus — generate original names with their meaning and origin across 50+ categories. No authentication required.",
  "version": "1.0.0",
  "serverUrl": "https://namegeneratorplus.com/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": { "type": "none" },
  "documentation": "https://namegeneratorplus.com/llms-full.txt",
  "tools": [
    { "name": "list_categories", "description": "List every name-generator category available." },
    { "name": "generate_names", "description": "Generate names with meanings for a category slug. Args: category (string, required), count (integer 1-50)." },
    { "name": "suggest_names", "description": "Describe what you are naming in plain language and get matching names. Args: query (string, required)." }
  ]
}
