{
  "name": "Welila",
  "description": "Welila makes a business's facts true in the places assistants read.",
  "url": "https://welila.com/mcp",
  "provider": {
    "organization": "Hoosei Limited",
    "url": "https://welila.com"
  },
  "version": "0.1.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_verified",
      "name": "Search verified businesses",
      "description": "Find businesses by what a person would ask: a sector, a town, a question. Each result carries the facts it rests on, and a business whose sources disagree is returned with the disagreement as its result.",
      "tags": [
        "read"
      ]
    },
    {
      "id": "get_business",
      "name": "Get a business",
      "description": "Read a business's verified facts by its slug, grouped, each with its state, the readings behind it and its record id.",
      "tags": [
        "read"
      ]
    },
    {
      "id": "verify",
      "name": "Verify a fact",
      "description": "Check a record id against a business and read the record row it resolves to: which fact, what it said, in what state, and when.",
      "tags": [
        "read"
      ]
    }
  ]
}