{
  "protocolVersion": "0.3.0",
  "name": "Namently",
  "description": "Brand naming and availability intelligence. Generates panel-vetted brand name candidates, checks domain and social handle availability, audits brand presence, and recommends launch-ready names.",
  "url": "https://namently.com/mcp",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Namently",
    "url": "https://namently.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://namently.com/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "name-a-brand",
      "name": "Name a brand",
      "description": "Generate panel-vetted brand name candidates from a brief with live availability checks and a judged recommendation.",
      "tags": [
        "naming",
        "branding",
        "domains"
      ],
      "examples": [
        "Name my coffee subscription startup",
        "Generate available brand names for a fintech app"
      ]
    },
    {
      "id": "check-brand-availability",
      "name": "Check brand availability",
      "description": "Audit a name across .com/.io/.ai/.co/.app domains and instagram, facebook, x, github, youtube handles with a launch-readiness score.",
      "tags": [
        "domains",
        "social-handles",
        "availability"
      ],
      "examples": [
        "Is 'lumenly' available?",
        "Audit brand presence for acmeflow"
      ]
    }
  ]
}