poslovi-mcp
Click on "Install 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., "@poslovi-mcpPotraži mi poslove za Python developera"
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.
poslovi-mcp
MCP server + CLI for searching Serbian job boards — poslovi.infostud.com and helloworld.rs — from Claude (or any MCP client) or straight from your terminal.
No API keys, no accounts: it reads the public listing pages and the schema.org
JobPosting JSON-LD that both boards embed on every posting.
$ poslovi search "ai engineer"
1. AI Automation & Lead Operations Specialist Thrive Talent Solutions [infostud]
https://poslovi.infostud.com/posao/ai-automation-lead-operations-specialist/...
2. Senior Data Engineer (Technical Leadership) Keba d.o.o. [helloworld]
https://www.helloworld.rs/posao/Senior-Data-Engineer-Technical-Leadership-Track/...Install
python3 -m venv .venv && source .venv/bin/activate
pip install -e . # or: pip install -e ".[dev]" for testsRelated MCP server: MCP Job Toolkit
CLI
poslovi search "python developer" # both boards
poslovi search "ml engineer" --board infostud # one board
poslovi search "devops" --page 2 # pagination
poslovi show <posting-url> # full posting text + deadlineMCP server
The same functionality as two MCP tools, search_jobs and get_job,
served over stdio:
# Claude Code
claude mcp add poslovi -- /path/to/poslovi-mcp/.venv/bin/poslovi-mcpor in any MCP client config:
{
"mcpServers": {
"poslovi": {
"command": "/path/to/poslovi-mcp/.venv/bin/poslovi-mcp"
}
}
}Then just ask: "nađi mi AI poslove u Beogradu i izdvoji one sa LLM iskustvom" — the model searches, opens the interesting ones, and reasons over the full posting text.
How it works
boards.py— one parser for both boards (they share a platform): listing pages are matched by the/posao/{slug}/{company}/{id}URL pattern, detail pages by theirJobPostingJSON-LD block, with page text as fallback.server.py— FastMCP server exposingsearch_jobs/get_job.cli.py— standalone CLI, no MCP client needed.tests/— offline parser tests against recorded HTML fixtures.
Tests
pytestMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceTurn any careers page into a structured job feed. Straight from Claude, Cursor or any MCP client.Last updated22181MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables searching for jobs across Australian platforms (Seek and LinkedIn) from Claude or any MCP-compatible client, with filters for location, salary, employment type, and more.Last updated13
- Alicense-qualityDmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.Last updated5MIT
- Flicense-qualityDmaintenanceEnables Claude Desktop to scan, analyze, and track job postings from Hacker News and Y Combinator's Work at a Startup using a 24-tool MCP server with multi-stage filtering and resume-based ranking.Last updated
Related MCP Connectors
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Search remote and onsite jobs through the public Corvi Careers MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/umilutinovic25-hash/poslovi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server