1233.chat

Search goods and services listings on 1233.chat, a classifieds board in Bishkek, Kyrgyzstan.

Should I use this

Quality & Safety

B
Description quality
50%
Schema completeness
89%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (2)

  • LOWTool 'search_listings' description lacks action verbin search_listings
  • LOWTool 'get_listing' description lacks action verbin get_listing

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~449Tokens (tool definitions)
~1.8 KBTypical response size
Minimal attention impact (0.35% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "marketplace": {
      "url": "https://1233.chat/mcp"
    }
  }
}

Remote endpoints

https://1233.chat/mcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_listings(query, kind, min_price, max_price, limit)

Ищет активные объявления на 1233.chat (Бишкек): товары, услуги и заявки на поиск исполнителя.

Input Schema

{
  "type": "object",
  "properties": {
    "query": {
      "default": "",
      "description": "Что ищем: слова из названия или описания. Пусто — самые свежие объявления.",
      "title": "Query",
      "type": "string"
    },
    "kind": {
      "anyOf": [
        {
          "enum": [
            "product",
            "service_offer",
            "service_request"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "product — товар, service_offer — предлагают услугу, service_request — ищут исполнителя.",
      "title": "Kind"
    },
    "min_price": {
      "anyOf": [
        {
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Минимальная цена.",
      "title": "Min Price"
    },
    "max_price": {
      "anyOf": [
        {
          "minimum": 0,
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Максимальная цена.",
      "title": "Max Price"
    },
    "limit": {
      "default": 10,
      "description": "Сколько объявлений вернуть.",
      "maximum": 20,
      "minimum": 1,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "search_listingsArguments"
}

Output Schema

{
  "type": "object",
  "additionalProperties": true,
  "title": "search_listingsDictOutput"
}
🟢get_listing(listing_id)

Возвращает полное описание активного объявления 1233.chat: цену, детали, фото и ссылку.

Input Schema

{
  "type": "object",
  "properties": {
    "listing_id": {
      "description": "id объявления из результатов search_listings.",
      "title": "Listing Id",
      "type": "string"
    }
  },
  "required": [
    "listing_id"
  ],
  "title": "get_listingArguments"
}

Output Schema

{
  "type": "object",
  "additionalProperties": true,
  "title": "get_listingDictOutput"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools