{
  "specVersion": "1.0",
  "host": {
    "displayName": "Jobicy",
    "identifier": "jobicy.com"
  },
  "entries": [
    {
      "identifier": "urn:ai:jobicy.com:server:remote-jobs",
      "displayName": "Jobicy Remote Jobs MCP Server",
      "type": "application/mcp-server+json",
      "url": "https://jobicy.com/.well-known/mcp.json",
      "description": "Public Jobicy MCP server for discovering and retrieving current remote job listings and supported job taxonomies.",
      "capabilities": [
        "get_jobs",
        "get_taxonomies"
      ],
      "representativeQueries": [
        "find remote software engineering jobs in Europe",
        "show remote marketing jobs in the United States",
        "find remote jobs mentioning Python",
        "list available Jobicy job locations and industries",
        "find the latest remote customer support jobs"
      ]
    }
  ]
}