Skip to main content
Glama
tkupcewicz

olx-mcp

by tkupcewicz

OLX MCP Server

MCP server for OLX marketplace. Enables AI assistants to search listings, get offer details, track prices over time, and compare offers across OLX Poland and other supported countries.

Uses the OLX internal frontend API (read-only, no auth required).

Tools

Tool

Description

search_offers

Search listings with query, category, location, price range, sorting, and pagination

get_offer

Get full offer details — description, params, images, seller info

get_categories

Browse category tree with IDs for filtering searches

track_search

Save search criteria and take an initial price snapshot

get_price_history

View price trends for tracked searches (auto-refreshes if stale)

compare_offers

Side-by-side comparison of 2–10 offers

Related MCP server: olx-pik-toolkit

Resources

  • olx://tracked-searches — list all tracked searches

  • olx://tracked-searches/{id} — detail + price snapshots for a tracked search

Setup

npm install

Claude Code

The repo includes .mcp.json — Claude Code will pick it up automatically when you open the project directory.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "olx": {
      "command": "npx",
      "args": ["tsx", "src/index.ts"],
      "cwd": "/path/to/olx-mcp"
    }
  }
}

MCP Inspector

npx @modelcontextprotocol/inspector npx tsx src/index.ts

Supported Countries

pl (default), bg, ro, pt, ua, kz

Pass country parameter to any tool to switch. Category data is curated for Poland; other countries use auto-discovery from search results.

Tech Stack

  • TypeScript / Node.js (ESM)

  • @modelcontextprotocol/sdk — MCP server framework

  • better-sqlite3 — SQLite for price tracking persistence

  • zod — input validation

  • Token bucket rate limiter (4000 req / 5 min per country)

Development

npm run dev    # run with tsx
npm run build  # compile TypeScript
npm start      # run compiled JS

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for managing OLX.ba / PIK.ba shops, enabling listing management, category/location queries, sponsor operations, and image uploads via natural language.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for the used-Mac market, enabling AI assistants to search live listings across multiple marketplaces, get price statistics, check listing trust, lookup serial numbers, retrieve condition reports, and create email alerts.
    22
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that gives AI assistants real-time access to Polish used car market data via the CarDossier Market API, enabling queries on valuations, price history, liquidity, and regional prices.
    5
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkupcewicz/olx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server