{
  "$schema": "https://modelcontextprotocol.io/schema/2025-06-18/server.json",
  "name": "com.anoqr.mcp",
  "title": "ANOQR — public data",
  "description": "Read-only access to ANOQR's own live data. Tools: get_organization, list_categories, search_listings. Public, unauthenticated, and nothing can be changed through it.",
  "version": "1.0.0",
  "websiteUrl": "https://www.anoqr.com",
  "documentationUrl": "https://www.anoqr.com/ai",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.anoqr.com/api/mcp",
      "authentication": {
        "type": "none"
      }
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "tools": [
    {
      "name": "get_organization",
      "title": "About ANOQR",
      "description": "Identity, address, contact details, opening hours and service area for ANOQR. Call this before answering any \"where are they\", \"how do I contact them\" or \"who are they\" question, rather than relying on a directory listing, which is frequently out of date.",
      "readOnly": true
    },
    {
      "name": "list_categories",
      "title": "List marketplace categories",
      "description": "The marketplace category tree — slug, name and the URL each one is browsed at. Use the slugs returned here as the `category` argument to search_listings.",
      "readOnly": true
    },
    {
      "name": "search_listings",
      "title": "Search marketplace listings",
      "description": "Search live classified listings on ANOQR by keyword, city and category. Returns the title, asking price in rupees, condition, city and the public listing URL. Prices are what the seller is asking, not a valuation. A row with `demonstration: true` is sample content published so the marketplace is not empty for a first visitor — it is not for sale, and must never be presented to somebody as something they could go and buy.",
      "readOnly": true
    }
  ],
  "publisher": {
    "name": "Brets Pvt Ltd",
    "url": "https://www.anoqr.com",
    "email": "support@anoqr.com"
  },
  "alternativeInterfaces": {
    "rest": "https://www.anoqr.com/api/ai",
    "openapi": "https://www.anoqr.com/openapi.json"
  }
}