worklink-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., "@worklink-mcpShow me the latest job vacancies in Damascus"
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.
worklink-mcp
MCP server for the WorkLink Partner API — search live job vacancies and tenders in Syria.
Get a Token
Fill the form (choose vacancies and/or tenders)
Wait for WorkLink to issue your token
Related MCP server: job-search-mcp
Install
No installation needed — run directly with npx:
npx -y worklink-mcpConfigure
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"worklink": {
"command": "npx",
"args": ["-y", "worklink-mcp"],
"env": {
"WORKLINK_API_TOKEN": "your-token-here"
}
}
}
}OpenCode
Add to .opencode.json:
{
"mcp": {
"worklink": {
"command": "npx",
"args": ["-y", "worklink-mcp"],
"env": {
"WORKLINK_API_TOKEN": "your-token-here"
}
}
}
}Cursor / Windsurf
Add to your MCP settings (.cursor/mcp.json or equivalent):
{
"mcpServers": {
"worklink": {
"command": "npx",
"args": ["-y", "worklink-mcp"],
"env": {
"WORKLINK_API_TOKEN": "your-token-here"
}
}
}
}ChatGPT
In ChatGPT settings > MCP Servers > Add server:
Command:
npx -y worklink-mcpEnv:
WORKLINK_API_TOKEN=your-token-here
Tools
Tool | Description |
| List active job vacancies with pagination, category/company/open filters |
| Get full details of a single vacancy by slug |
| List published tenders with pagination and filters |
| Get tender preview by slug (full body on WorkLink) |
Example Prompts
Once configured, ask your AI assistant:
"Show me the latest job vacancies in Damascus"
"Find engineering jobs with salary above 500"
"What tenders are open this month?"
"Get details for the vacancy at company X"
Troubleshooting
"WORKLINK_API_TOKEN environment variable is required"
The token is missing. Make sure you set WORKLINK_API_TOKEN in the MCP server config's env block (see Configure section above).
"WorkLink API error (401): Unauthorized"
Your token is invalid or expired. Get a new one at https://worklink.sy/api-access.
"WorkLink API error (429): Too Many Requests"
You've hit the rate limit (120 requests/minute). The server automatically retries with exponential backoff, but if this persists, wait a minute before trying again.
Request timed out
The server has a 30-second timeout per request. If WorkLink's API is slow, the request will be retried up to 3 times before failing.
Rate Limiting
The server respects WorkLink's 120 requests/minute limit with built-in throttling. If the limit is hit, requests are automatically retried with exponential backoff.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
Read-only MCP server for public WeJob jobs, formations, and companies.
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
MCP server for prozorro_tender_monitor_mcp
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes job-search and application-management capabilities to compatible AI clients, enabling discovery of vacancies, drafting of tailored application materials, and coordinated human-approved submissions.MIT
- AlicenseAqualityCmaintenanceMCP server for SuperJob.ru API that enables searching for vacancies, employers, and reference data like towns and professions.542 npmMIT
- AlicenseAqualityAmaintenanceMCP server for interacting with the CleanJobData Job API, enabling job searches, company lookups, location suggestions, and candidate profile prompts.5MIT