Poslovi
FreeNot checkedSearches Serbian job boards (poslovi.infostud.com and helloworld.rs) from Claude or any MCP client, no API keys required.
About
Searches Serbian job boards (poslovi.infostud.com and helloworld.rs) from Claude or any MCP client, no API keys required.
README
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 tests
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 + deadline
MCP 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-mcp
or 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
pytest
Installing Poslovi
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/umilutinovic25-hash/poslovi-mcpFAQ
Is Poslovi MCP free?
Yes, Poslovi MCP is free — one-click install via Unyly at no cost.
Does Poslovi need an API key?
No, Poslovi runs without API keys or environment variables.
Is Poslovi hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Poslovi in Claude Desktop, Claude Code or Cursor?
Open Poslovi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Poslovi with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
