olx-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@olx-mcpSearch for apartments for rent in Warsaw under 3000 PLN"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 listings with query, category, location, price range, sorting, and pagination |
| Get full offer details — description, params, images, seller info |
| Browse category tree with IDs for filtering searches |
| Save search criteria and take an initial price snapshot |
| View price trends for tracked searches (auto-refreshes if stale) |
| Side-by-side comparison of 2–10 offers |
Related MCP server: olx-pik-toolkit
Resources
olx://tracked-searches— list all tracked searchesolx://tracked-searches/{id}— detail + price snapshots for a tracked search
Setup
npm installClaude 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.tsSupported 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 frameworkbetter-sqlite3— SQLite for price tracking persistencezod— input validationToken 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 JSLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server to search and retrieve public ads from OLX Brasil and Mercado Livre Brasil with automatic anti-bot bypass.4MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for managing OLX.ba / PIK.ba shops, enabling listing management, category/location queries, sponsor operations, and image uploads via natural language.-
- AlicenseNot gradedqualityBmaintenanceMCP 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.17 npm2MIT
- AlicenseAqualityBmaintenanceAn 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.5MIT