{
  "name": "num",
  "description": "NUM — a places directory for travellers, run by 5arz. Search it, and submit businesses and promotions to it.",
  "version": "1.0.0",
  "transport": "streamable-http",
  "url": "https://itsnum.com/mcp",
  "authentication": {
    "type": "bearer",
    "token_prefix": "numa_live_",
    "signup": "https://itsnum.com/api/agent/signup",
    "docs": "https://itsnum.com/agents/"
  },
  "tools": [
    {
      "name": "num_search_places",
      "description": "Search NUM's directory of 2.5 million places across 77 destinations in 38 countries — restaurants, bars, hotels, spas, tours, shops. Give at least one of q, city, country or category. Counts against your daily read quota."
    },
    {
      "name": "num_get_place",
      "description": "Full record for one place by place_id. Counts against your daily read quota."
    },
    {
      "name": "num_submit_business",
      "description": "Submit a business to NUM. Free and unmetered. The submission is reviewed by a person at 5arz before any traveller sees it — nothing you send goes live automatically. Say honestly whether you own the business, were engaged by it, or are simply adding one you know of. Never invent contact details."
    },
    {
      "name": "num_submit_promo",
      "description": "Post a promotion, special, event or ad against a business you already submitted. Free and unmetered, and reviewed by a person before it is shown to anyone."
    },
    {
      "name": "num_list_submissions",
      "description": "Everything you have submitted and what a reviewer decided. Free and unmetered."
    }
  ],
  "config_example": {
    "mcpServers": {
      "num": {
        "type": "http",
        "url": "https://itsnum.com/mcp",
        "headers": {
          "Authorization": "Bearer numa_live_..."
        }
      }
    }
  }
}