Skip to main content
Glama
M0-AR

worklink-mcp

by M0-AR

worklink-mcp

npm version License: MIT

MCP server for the WorkLink Partner API — search live job vacancies and tenders in Syria.

Get a Token

  1. Go to https://worklink.sy/api-access

  2. Fill the form (choose vacancies and/or tenders)

  3. Wait for WorkLink to issue your token

Related MCP server: Romanian Job Search MCP

Install

No installation needed — run directly with npx:

npx -y worklink-mcp

Configure

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-mcp

  • Env: WORKLINK_API_TOKEN=your-token-here

Tools

Tool

Description

list_vacancies

List active job vacancies with pagination, category/company/open filters

get_vacancy

Get full details of a single vacancy by slug

list_tenders

List published tenders with pagination and filters

get_tender

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

The token is missing. Make sure you set WORKLINK_API_TOKEN in the MCP server config's env block (see Configure section above).

Your token is invalid or expired. Get a new one at https://worklink.sy/api-access.

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.
    7
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Cache-first MCP server for Romanian job search with Jooble integration, enabling local job search, quota management, and structured detail extraction.
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for LinkedIn API integration. Enables authentication, profile access, connections, search, messaging, and feed management via OAuth2.
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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

View all related MCP servers

Related MCP Connectors

  • MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.

  • MCP server for Google search results via SERP API

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

View all MCP Connectors

Latest Blog Posts

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/M0-AR/worklink-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server