@l-margiela/olx-mcp
AMCP server package olx-mcp
Install
agr install @l-margiela/olx-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "olx-mcp", "version": "1.0.9", "type": "module", "main": "dist/index.js", "bin": { "olx-mcp": "bin/olx-mcp-wrapper.js" }, "files": [ "bin//*", "dist//", "package.json", "README.md", "LICENSE", "examples/" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "test:ui": "vitest --ui", "lint": "eslint src tests --ext .ts", "lint:fix": "eslint src tests --ext .ts --fix", "format": "prettier --write "src//*.ts" "tests//.ts"", "format:check": "prettier --check "src/**/.ts" "tests//*.ts"", "type-check": "tsc --noEmit", "clean": "rm -rf dist coverage .tsbuildinfo", "ci": "npm run lint && npm run type-check && npm run test:coverage:working && npm run build", "test:unit": "vitest src/core/types.test.ts src/core/tool-registry.test.ts", "test:tools": "vitest src/tools/", "test:working": "vitest --exclude "/server.test.ts" --exclude "/olx-pt.scraper.test.ts" --exclude "/olx-pl.scraper.test.ts"", "test:coverage:working": "vitest --coverage --exclude "/server.test.ts" --exclude "/olx-pt.scraper.test.ts" --exclude "**/olx-pl.scraper.test.ts"", "prepare": "husky install", "postinstall": "playwright install chromium --with-deps || echo 'Playwright browsers will be installed on first use'", "prepublishOnly": "npm run ci", "postpack": "echo '✅ Package created successfully! Install with: npm install -g olx-mcp'" }, "keywords": [ "mcp", "olx", "scraper", "claude", "model-context-protocol", "web-scraping", "marketplace", "europe", "portugal", "poland" ], "publishConfig": { "access": "public" }, "author": "Łukasz Margiela", "license": "MIT", "description": "OLX MCP server that enables Claude Desktop to browse and search OLX listings across multiple domains (PT, PL, BG, RO, UA)", "repository": { "type": "git", "url": "git+https://github.com/l-margiela/olx-mcp.git" }, "bugs": { "url": "https://github.com/l-margiela/olx-mcp/issues" }, "homepage": "https://github.com/l-margiela/olx-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "playwright": "^1.55.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@eslint/js": "^9.34.0", "@types/node": "^24.3.0", "@typescript-eslint/eslint-plugin": "^8.41.0", "@typescript-eslint/parser": "^8.41.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-unicorn": "^60.0.0", "husky": "^9.1.7", "lint-staged": "^16.1.6", "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "^5.9.2", "vitest": "^3.2.4" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-cb92decaa7092026-08-06